|
|
@@ -227,6 +227,11 @@ export default {
|
|
|
border-radius: 2px;
|
|
|
background-color: rgba(255, 255, 255, 0);
|
|
|
border: 1px solid rgba(255, 255, 255, 0);
|
|
|
+ color: #fff !important;
|
|
|
+}
|
|
|
+.dateTimeDiv input.el-range-input {
|
|
|
+ background-color: rgba(255, 255, 255, 0);
|
|
|
+ color: #fff;
|
|
|
}
|
|
|
.dateTimeDiv .el-date-editor .el-input__prefix .el-input__icon {
|
|
|
line-height: 30px;
|
|
|
@@ -237,6 +242,11 @@ export default {
|
|
|
}
|
|
|
</style>
|
|
|
<style lang='scss' scoped>
|
|
|
+.removeDiv, .addFileDiv {
|
|
|
+ width: 24px !important;
|
|
|
+ height: 24px !important;
|
|
|
+ cursor: pointer !important;
|
|
|
+}
|
|
|
.tableBox {
|
|
|
margin-top: 20px;
|
|
|
}
|
|
|
@@ -259,6 +269,7 @@ export default {
|
|
|
border-radius: 2px;
|
|
|
background-color: rgba(255, 255, 255, 0);
|
|
|
border: 1px solid rgba(255, 255, 255, 0);
|
|
|
+ color: #ffffff;
|
|
|
}
|
|
|
}
|
|
|
}
|