Commit 3c3ddc8b authored by zhengke's avatar zhengke

首页局部调整样式

parent b3ff5d7c
......@@ -244,6 +244,9 @@ page {
.grow{
flex-grow: 1;
}
.shrink{
flex-shrink: 0;
}
.text-bold{
font-weight: 600;
}
......@@ -348,6 +351,12 @@ page {
.q-pr-md{
padding-right: 10px;
}
.q-pr-36{
padding-right: 36px;
}
.q-pr-33{
padding-right: 33px;
}
.q-pl-sm{
padding-left: 5px;
}
......@@ -482,4 +491,9 @@ page {
.el-tree.auto-width-tree li span{
font-size: 12px;
font-weight: normal !important;
}
.TranLine{
width: 100%;
height: 1px;
background: #EDEDED;
}
\ No newline at end of file
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment