vue-gyc-ui
Version:
``` npm i element-ui npm i vue-gyc-ui ```
50 lines (40 loc) • 806 B
CSS
.el-form-item {
margin-bottom: 5px;
}
.el-input.is-disabled .el-input__inner {
background-color: #fff;
color: black ;
}
.el-textarea.is-disabled .el-textarea__inner {
background-color: #fff;
color: black ;
}
.el-table .cell {
padding: 2px;
}
.el-table__body td {
padding: 2px;
}
.el-table__body th {
padding: 2px;
}
.el-table td,
.el-table th {
padding: 2px;
color: black;
}
.el-input__inner {
padding-right: 0px;
color: black ;
}
.el-form-item__label {
font-size: 12px;
padding: 0 5px 0 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none ;
}
input[type='number'] {
-moz-appearance: textfield;
}