修复高度

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

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

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

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

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

Loading…
Cancel
Save