Browse Source

计划进度界面修改

dengrui 1 month ago
parent
commit
7f406dff09
3 changed files with 612 additions and 355 deletions
  1. 1 1
      .env.development
  2. 33 0
      src/styles/index.scss
  3. 578 354
      src/views/plan/planprocess/index.vue

+ 1 - 1
.env.development

@@ -11,6 +11,6 @@ VITE_APP_BASE_API = '/dev-api'
 VITE_APP_UPLOAD_URL = 'http://192.168.101.4:9000'
 VITE_APP_UPLOAD_URL = 'http://192.168.101.4:9000'
 # 开发接口地址
 # 开发接口地址
 #VITE_APP_API_URL = 'http://192.168.101.4:8078'
 #VITE_APP_API_URL = 'http://192.168.101.4:8078'
-VITE_APP_API_URL = 'http://192.168.1.3:8058'
+VITE_APP_API_URL = 'http://192.168.1.3:8078'
 # 是否启用 Mock 服务
 # 是否启用 Mock 服务
 VITE_MOCK_DEV_SERVER = false
 VITE_MOCK_DEV_SERVER = false

+ 33 - 0
src/styles/index.scss

@@ -51,3 +51,36 @@
 .el-collapse-item__wrap {
 .el-collapse-item__wrap {
   padding-top: 10px;
   padding-top: 10px;
 }
 }
+.el-dialog__header {
+  background-color: #141414 !important;
+  color: white !important;
+}
+.el-dialog__title {
+  color: white !important;
+}
+.el-dialog__body {
+  background-color: #141414 !important;
+  padding: 0 !important;
+}
+.avue-form {
+  background-color: #141414 !important;
+}
+
+.el-form-item {
+  background-color: #141414 !important;
+}
+.el-form-item__label {
+  background-color: #141414 !important;
+}
+.el-form-item__content {
+  background-color: #141414 !important;
+}
+.el-input__wrapper {
+  background-color: #141414 !important;
+}
+.el-input__inner {
+  background-color: #141414 !important;
+}
+.avue-dialog__footer {
+  background-color: #141414 !important;
+}

File diff suppressed because it is too large
+ 578 - 354
src/views/plan/planprocess/index.vue