Explorar o código

执行任务修改

ltao %!s(int64=3) %!d(string=hai) anos
pai
achega
d0d9e26cc4
Modificáronse 1 ficheiros con 15 adicións e 0 borrados
  1. 15 0
      src/views/combatduty/taskdutyinfo/index.vue

+ 15 - 0
src/views/combatduty/taskdutyinfo/index.vue

@@ -761,4 +761,19 @@ export default {
   color: white;
   text-indent: 0.5em;
 }
+/* 选取文件 */
+::v-deep .el-upload-list__item {
+  width: 300px;
+}
+::v-deep .el-upload-list__item a {
+  color: white;
+  text-indent: 0.5em;
+}
+::v-deep .el-upload-list__item a .el-link--inner{
+  padding: 8px;
+  line-height: 10px;
+}
+::v-deep .el-select-dropdown__item {
+  color: white;
+}
 </style>