样式调整
This commit is contained in:
@@ -167,6 +167,7 @@ input[type="number"]::-webkit-outer-spin-button {
|
|||||||
}
|
}
|
||||||
|
|
||||||
//去除编辑文本框为数字时的上下箭头end
|
//去除编辑文本框为数字时的上下箭头end
|
||||||
|
|
||||||
//设置计数器文字居左
|
//设置计数器文字居左
|
||||||
.el-input-number--mini .el-input__inner {
|
.el-input-number--mini .el-input__inner {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
@@ -192,10 +193,12 @@ input[type="number"]::-webkit-outer-spin-button {
|
|||||||
height: 35px;
|
height: 35px;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
td{
|
|
||||||
color: #f8f8f9;
|
td {
|
||||||
|
color: #f8f8f9;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-table__body-wrapper {
|
.el-table__body-wrapper {
|
||||||
.el-button [class*="el-icon-"] + span {
|
.el-button [class*="el-icon-"] + span {
|
||||||
margin-left: 1px;
|
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;
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user