ZaiZai 1 år sedan
förälder
incheckning
5deb431fa3

+ 3 - 3
package.json

@@ -13,12 +13,12 @@
         "lint:fix": "eslint . --fix"
     },
     "dependencies": {
-        "axios": "^1.7.4",
+        "axios": "^1.7.5",
         "crypto-js": "^4.2.0",
         "dayjs": "^1.11.13",
         "echarts": "^5.5.1",
-        "element-plus": "^2.8.0",
-        "hc-vue3-ui": "^4.2.3",
+        "element-plus": "^2.8.1",
+        "hc-vue3-ui": "^4.2.5",
         "js-base64": "^3.7.7",
         "js-cookie": "^3.0.5",
         "js-fast-way": "^0.5.6",

Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 0
public/plugins/element-plus/index.css


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 0
public/plugins/element-plus/theme-chalk/el-date-picker.css


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 0
public/plugins/element-plus/theme-chalk/el-dialog.css


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 0
public/plugins/element-plus/theme-chalk/el-input-number.css


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 0
public/plugins/element-plus/theme-chalk/el-popper.css


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 0
public/plugins/element-plus/theme-chalk/el-time-picker.css


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 0
public/plugins/element-plus/theme-chalk/el-time-select.css


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 0
public/plugins/element-plus/theme-chalk/index.css


+ 1 - 1
public/plugins/element-plus/theme-chalk/src/common/var.scss

@@ -791,7 +791,7 @@ $dialog: map.merge(
     'content-font-size': 14px,
     'font-line-height': getCssVar('font-line-height-primary'),
     'padding-primary': 16px,
-    'border-radius': getCssVar('border-radius-small'),
+    'border-radius': getCssVar('border-radius-base'),
   ),
   $dialog
 );

+ 1 - 1
public/plugins/element-plus/theme-chalk/src/date-picker/date-picker.scss

@@ -48,7 +48,7 @@
   }
 
   @include e(header) {
-    margin: 12px;
+    padding: 12px 12px 0;
     text-align: center;
 
     @include m(bordered) {

+ 1 - 0
public/plugins/element-plus/theme-chalk/src/date-picker/picker.scss

@@ -153,6 +153,7 @@
     display: inline-flex;
     align-items: center;
     padding: 0 10px;
+    vertical-align: middle
   }
 
   @include when(active) {

+ 1 - 0
public/plugins/element-plus/theme-chalk/src/input-number.scss

@@ -9,6 +9,7 @@
   display: inline-flex;
   width: map.get($input-number-width, 'default');
   line-height: #{map.get($input-height, 'default') - 2};
+  vertical-align: middle;
 
   .#{$namespace}-input {
     &__wrapper {

+ 2 - 2
public/plugins/element-plus/theme-chalk/src/popper.scss

@@ -24,7 +24,7 @@
     background: getCssVar('text-color', 'primary');
     border: 1px solid getCssVar('text-color', 'primary');
 
-    #{$arrow-selector}::before {
+    > #{$arrow-selector}::before {
       border: 1px solid getCssVar('text-color', 'primary');
       background: getCssVar('text-color', 'primary');
       right: 0;
@@ -35,7 +35,7 @@
     background: getCssVar('bg-color', 'overlay');
     border: 1px solid getCssVar('border-color', 'light');
 
-    #{$arrow-selector}::before {
+    > #{$arrow-selector}::before {
       border: 1px solid getCssVar('border-color', 'light');
       background: getCssVar('bg-color', 'overlay');
       right: 0;

+ 0 - 0
public/plugins/element-plus/v2.8.0 → public/plugins/element-plus/v2.8.1


+ 14 - 19
yarn.lock

@@ -1261,10 +1261,10 @@ autoprefixer@^10.4.20:
     picocolors "^1.0.1"
     postcss-value-parser "^4.2.0"
 
-axios@^1.7.4:
-  version "1.7.4"
-  resolved "http://39.108.216.210:9000/axios/-/axios-1.7.4.tgz#4c8ded1b43683c8dd362973c393f3ede24052aa2"
-  integrity sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==
+axios@^1.7.5:
+  version "1.7.5"
+  resolved "http://39.108.216.210:9000/axios/-/axios-1.7.5.tgz#21eed340eb5daf47d29b6e002424b3e88c8c54b1"
+  integrity sha512-fZu86yCo+svH3uqJ/yTdQ0QHpQu5oL+/QE+QPSv6BZSkDAoky9vytxp7u5qk83OJFS3kEBcesWni9WTZAv3tSw==
   dependencies:
     follow-redirects "^1.15.6"
     form-data "^4.0.0"
@@ -1541,11 +1541,6 @@ csstype@^3.1.3:
   resolved "http://39.108.216.210:9000/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81"
   integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==
 
-dayjs@^1.11.12:
-  version "1.11.12"
-  resolved "http://39.108.216.210:9000/dayjs/-/dayjs-1.11.12.tgz#5245226cc7f40a15bf52e0b99fd2a04669ccac1d"
-  integrity sha512-Rt2g+nTbLlDWZTwwrIXjy9MeiZmSDI375FvZs72ngxx8PDC6YXOeR3q5LAuPzjZQxhiWdRKac7RKV+YyQYfYIg==
-
 dayjs@^1.11.13:
   version "1.11.13"
   resolved "http://39.108.216.210:9000/dayjs/-/dayjs-1.11.13.tgz#92430b0139055c3ebb60150aa13e860a4b5a366c"
@@ -1625,10 +1620,10 @@ electron-to-chromium@^1.5.4:
   resolved "http://39.108.216.210:9000/electron-to-chromium/-/electron-to-chromium-1.5.4.tgz#cd477c830dd6fca41fbd5465c1ff6ce08ac22343"
   integrity sha512-orzA81VqLyIGUEA77YkVA1D+N+nNfl2isJVjjmOyrlxuooZ19ynb+dOlaDTqd/idKRS9lDCSBmtzM+kyCsMnkA==
 
-element-plus@^2.8.0:
-  version "2.8.0"
-  resolved "http://39.108.216.210:9000/element-plus/-/element-plus-2.8.0.tgz#122685f9f1e01784f511dd4858fe005677ad1b95"
-  integrity sha512-7ngapVlVlQAjocVqD4MUKvKXlBneT9DSDk2mmBOSLRFWNm/HLDT15ozmsvUBfy18sajnyUeSIHTtINE8gfrGMg==
+element-plus@^2.8.1:
+  version "2.8.1"
+  resolved "http://39.108.216.210:9000/element-plus/-/element-plus-2.8.1.tgz#e219f6de1e99bd064284811c3c285688939bf8e6"
+  integrity sha512-p11/6w/O0+hGvPhiN3jrcgh+XG+eg5jZlLdQVYvcPHZYhhCh3J3YeZWW1JO/REPES1vevkboT6VAi+9wHA8Dsg==
   dependencies:
     "@ctrl/tinycolor" "^3.4.1"
     "@element-plus/icons-vue" "^2.3.1"
@@ -2058,13 +2053,13 @@ has-flag@^4.0.0:
   resolved "http://39.108.216.210:9000/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
   integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
 
-hc-vue3-ui@^4.2.3:
-  version "4.2.3"
-  resolved "http://39.108.216.210:9000/hc-vue3-ui/-/hc-vue3-ui-4.2.3.tgz#0d4b9d3aa87e73e95cea43aae681327b058dc66c"
-  integrity sha512-OFYgaw18NiohMLEehMhT0YNBY6EsML5C1WUTHlhzFaVddchkYQJImjbP8zVlgGNTLvtfnv9AJNlor97Pat5K8A==
+hc-vue3-ui@^4.2.5:
+  version "4.2.5"
+  resolved "http://39.108.216.210:9000/hc-vue3-ui/-/hc-vue3-ui-4.2.5.tgz#54ccf63fb1bc35a803baa6183c65524907b81df0"
+  integrity sha512-DgsPg1NvLkb374zgdASKV/2JXG7xq1URgn/+ks8ArVzC86Vw/hT1FbYmf3XwFKbDtV1yIXsICWf2hBbjjSVPXg==
   dependencies:
-    axios "^1.7.4"
-    dayjs "^1.11.12"
+    axios "^1.7.5"
+    dayjs "^1.11.13"
     js-base64 "^3.7.7"
     js-fast-way "^0.5.6"
     js-md5 "^0.8.3"

Vissa filer visades inte eftersom för många filer har ändrats