This commit is contained in:
Vergil
2020-04-29 11:29:59 +08:00
parent 394291ffaa
commit 63bd20eb48

View File

@@ -1825,6 +1825,11 @@ export default {
width:150px; width:150px;
margin-right: 10px; margin-right: 10px;
} }
</style>
<style>
.el-table .MistyRose {
background: #9BD7FC!important;
}
.editWorkTime input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { .editWorkTime input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
-webkit-appearance: none; -webkit-appearance: none;
text-align: center; text-align: center;
@@ -1833,8 +1838,3 @@ export default {
-moz-appearance: textfield; -moz-appearance: textfield;
} }
</style> </style>
<style>
.el-table .MistyRose {
background: #9BD7FC!important;
}
</style>