样式调整

This commit is contained in:
ldj_willow
2022-10-31 11:08:09 +08:00
parent 8cb251abac
commit 3044a8654d

View File

@@ -167,6 +167,7 @@ input[type="number"]::-webkit-outer-spin-button {
}
//去除编辑文本框为数字时的上下箭头end
//设置计数器文字居左
.el-input-number--mini .el-input__inner {
text-align: left;
@@ -192,10 +193,12 @@ input[type="number"]::-webkit-outer-spin-button {
height: 35px;
font-size: 13px;
}
td{
color: #f8f8f9;
td {
color: #f8f8f9;
}
}
.el-table__body-wrapper {
.el-button [class*="el-icon-"] + span {
margin-left: 1px;
@@ -203,3 +206,13 @@ input[type="number"]::-webkit-outer-spin-button {
}
}
//表格固定列最后一行显示不全(https://mp.weixin.qq.com/s/HpoykJNtsynsW4UMHitZbQ)
.el-table__fixed-right {
height: 100% !important;
}
//表头与内容错位
.el-table--scrollable-y .el-table__body-wrapper {
overflow-y: overlay !important;
}