51 lines
1.2 KiB
CSS
51 lines
1.2 KiB
CSS
.budgetList[data-v-c308991e] .el-tree-node__content {
|
|
height: 40px;
|
|
border-bottom: 1px solid #ebeef5;
|
|
}
|
|
.budgetList .filterScroll[data-v-c308991e] {
|
|
height: 650px;
|
|
overflow: auto;
|
|
}
|
|
.budgetList .elcard[data-v-c308991e] {
|
|
padding: 15px 24px;
|
|
}
|
|
.budgetList .tableData[data-v-c308991e] {
|
|
padding-top: 20px;
|
|
overflow: auto;
|
|
}
|
|
.budgetList .customTable[data-v-c308991e] {
|
|
border-collapse: separate;
|
|
width: 100%;
|
|
margin-top: 20px;
|
|
height: 610px;
|
|
overflow: auto;
|
|
cursor: pointer;
|
|
display: block;
|
|
border-left: 1px solid #ebeef5;
|
|
border-top: 1px solid #ebeef5;
|
|
}
|
|
.budgetList .customTable > thead[data-v-c308991e] {
|
|
border: 1px solid #ebeef5;
|
|
color: #909399;
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
background: #fafafa;
|
|
}
|
|
.budgetList .customTable th[data-v-c308991e] {
|
|
background: #fafafa;
|
|
}
|
|
.budgetList .customTable td[data-v-c308991e],
|
|
.budgetList .customTable th[data-v-c308991e] {
|
|
border-bottom: 1px solid #ebeef5;
|
|
border-right: 1px solid #ebeef5;
|
|
padding: 12px;
|
|
min-width: 0;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
text-overflow: ellipsis;
|
|
vertical-align: middle;
|
|
position: relative;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
}
|