gaoxiong 1 жил өмнө
parent
commit
743e7eb90f

+ 2 - 4
.env.development

@@ -10,14 +10,12 @@ ENV = 'development'
 #罗俊
 # VUE_APP_BASE_API = 'http://10.87.10.49:8080'
 #罗伟
-# VUE_APP_BASE_API = 'http://10.87.10.47:8080'
+VUE_APP_BASE_API = 'http://10.87.21.103:8080'
 #高雄
 #VUE_APP_BASE_API = 'http://10.87.11.94:8080'
-#景远超
-# VUE_APP_BASE_API = 'http://10.87.11.173:8080'
 # VUE_APP_BASE_API = 'http://localhost:8080'
 # 55环境
-VUE_APP_BASE_API = 'http://10.87.21.103:8080'
+#VUE_APP_BASE_API = 'http://10.87.10.55:8080'
 
 # 路由懒加载
 VUE_CLI_BABEL_TRANSPILE_MODULES = true

+ 6 - 2
src/assets/styles/ruoyi.scss

@@ -361,12 +361,16 @@
    text-align: center !important;
    color: #1e1e1e;
  }
-
+ .el-descriptions-item__label.is-bordered-label {
+   font-weight: bold;
+   color: #515a6e;
+   background: #d7d7d7 !important;
+ }
  .extend_mod{
    .el-table thead{
      >tr{
        >th{
-         background-color: #fafafa !important;
+         background-color: #d7d7d7 !important;
        }
      }
    }

+ 1 - 1
src/views/core/edu/task/dialog.info.vue

@@ -108,7 +108,7 @@
           'color': '#000',
           'text-align': 'center',
           'height': '40px',
-          'min-width': '200px',
+          'min-width': '150px',
           'word-break': 'keep-all'
         },
         content_style: {