liujiejie 11 місяців тому
батько
коміт
ff8d8f910c
4 змінених файлів з 31 додано та 9 видалено
  1. BIN
      dist.zip
  2. 12 1
      src/styles/global.scss
  3. 17 6
      src/views/performance/components/analysisEvent.vue
  4. 2 2
      vue.config.js

+ 12 - 1
src/styles/global.scss

@@ -80,6 +80,17 @@
 .background-image .leftLogin .el-divider--horizontal {
   background: var(--primary-color) !important;
 }
-.background-image .leftLogin h1 {
+
+.el-date-table td.end-date span,
+.el-date-table td.start-date span {
+  background-color: var(--primary-color) !important;
+}
+.background-image .leftLogin h1,
+.el-date-table td.today span,
+.el-month-table td.today .cell,
+.el-select-dropdown__item.selected,
+.el-select-dropdown.is-multiple .el-select-dropdown__item.selected,
+.el-month-table td.current:not(.disabled) .cell,
+.searchFrom .setting {
   color: var(--primary-color) !important;
 }

+ 17 - 6
src/views/performance/components/analysisEvent.vue

@@ -1,7 +1,7 @@
 <!--
  * @Author: your name
  * @Date: 2024-05-29 09:13:51
- * @LastEditTime: 2024-06-26 14:07:58
+ * @LastEditTime: 2024-06-26 15:13:48
  * @LastEditors: bogon
  * @Description: In User Settings Edit
  * @FilePath: /performance-test/src/views/performance/components/analysisEvent.vue
@@ -16,7 +16,13 @@
               >分析</el-button
             >
             <el-button size="small" @click="resetForm">重置</el-button>
-            <i @click="drawer = true" class="el-icon-setting"></i>
+            <!-- <el-button
+              type="info"
+              size="small"
+              @click="drawer = true"
+              icon="el-icon-setting"
+            ></el-button> -->
+            <i @click="drawer = true" class="el-icon-setting setting"></i>
           </el-form-item>
         </el-col>
       </el-row>
@@ -113,10 +119,10 @@
                 v-if="checkedCities.find((item) => item === '分析时间')"
               >
                 <el-date-picker
-                  value-format="yyyy-MM-dd"
-                  size="small"
+                  value-format="yyyy-MM-dd HH:mm:ss"
                   v-model="picker"
-                  type="daterange"
+                  type="datetimerange"
+                  size="small"
                   range-separator="至"
                   start-placeholder="开始日期"
                   end-placeholder="结束日期"
@@ -952,6 +958,10 @@ export default {
     }
   }
 }
+// .setting {
+//   font-size: 20px;
+//   font-weight: 900;
+// }
 ::v-deep.el-select--small,
 ::v-deep.el-select__tags {
   width: 200px !important;
@@ -970,7 +980,8 @@ export default {
     align-items: center !important;
     i {
       margin-left: 10px;
-      font-size: 20px;
+      font-size: 24px;
+      font-weight: 800;
     }
   }
 }

+ 2 - 2
vue.config.js

@@ -65,8 +65,8 @@ module.exports = {
     proxy: {
       "/api": {
         // target: "http://192.168.5.4:16200", // 石月
-        // target: "http://192.168.50.235:16200", //内网
-        target: "http://192.168.5.15:16200",
+        target: "http://192.168.50.235:16200", //内网
+        // target: "http://192.168.5.15:16200",
         // target: "http://106.120.102.238:16600", //外网
         changeOrigin: true,
         pathRewrite: {