Prechádzať zdrojové kódy

计划进度界面修改

dengrui 1 mesiac pred
rodič
commit
7f406dff09
3 zmenil súbory, kde vykonal 612 pridanie a 355 odobranie
  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_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 服务
 VITE_MOCK_DEV_SERVER = false

+ 33 - 0
src/styles/index.scss

@@ -51,3 +51,36 @@
 .el-collapse-item__wrap {
   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;
+}

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 578 - 354
src/views/plan/planprocess/index.vue