修复高度

lijinlong
杜函宇 1 year ago
parent 2c5a971e49
commit 0d3cc873f7

@ -39,25 +39,25 @@
}
//
.el-table .el-table__header-wrapper th {
font-size: 12px;
font-weight: 400;
// height: 35px;
color: #666;
background-color: #f2f2f2;
}
.el-table--medium .el-table__cell {
padding: 3px 0;
// height: 35px;
font-size: 12px;
color: #666;
}
// .el-table .el-table__header-wrapper th {
// font-size: 12px;
// font-weight: 400;
// // height: 35px;
// color: #666;
// background-color: #f2f2f2;
// }
// .el-table--medium .el-table__cell {
// padding: 3px 0;
// // height: 35px;
// font-size: 12px;
// color: #666;
// }
.el-table .fixed-width .el-button--mini {
font-size: 12px;
padding: 6px 6px;
width: inherit;
}
// .el-table .fixed-width .el-button--mini {
// font-size: 12px;
// padding: 6px 6px;
// width: inherit;
// }
//
}
//

@ -167,23 +167,23 @@ h6 {
}
}
.el-table .fixed-width .el-button--mini {
padding-left: 0;
padding-right: 0;
width: inherit;
}
// .el-table .fixed-width .el-button--mini {
// padding-left: 0;
// padding-right: 0;
// width: inherit;
// }
/** 表格更多操作下拉样式 */
.el-table .el-dropdown-link,
.el-table .el-dropdown-selfdefine {
cursor: pointer;
margin-left: 5px;
}
// /** */
// .el-table .el-dropdown-link,
// .el-table .el-dropdown-selfdefine {
// cursor: pointer;
// margin-left: 5px;
// }
.el-table .el-dropdown,
.el-icon-arrow-down {
font-size: 12px;
}
// .el-table .el-dropdown,
// .el-icon-arrow-down {
// font-size: 12px;
// }
.el-tree-node__content>.el-checkbox {
margin-right: 8px;

@ -270,9 +270,12 @@ export default {
color: #1e2b3f;
font-family: "Alibaba-PuHuiTi-Regular.otf";
}
.el-checkbox {
.lg-centerbox{
.el-checkbox {
margin-bottom: 22px !important;
}
}
.login-form {
width: 340px;
height: 360px;

@ -131,6 +131,7 @@ export default {
label: {
show: false, //
},
data: [63, 115, 167, 210, 225, 245, 283, 300, 321,678, 1000],
barWidth: 12,
itemStyle: {
@ -152,7 +153,10 @@ export default {
],
},
},
z: 2,
emphasis: {
disabled: true,
},
z:102,
},
{
// name: '',
@ -171,7 +175,7 @@ export default {
tooltip: {
show: false,
},
z: 1,
z: 101,
},
],
};

Loading…
Cancel
Save