Przeglądaj źródła

升级饿了么ui

ZaiZai 2 lat temu
rodzic
commit
448986b591

Plik diff jest za duży
+ 0 - 0
public/plugins/element-plus/index.css


+ 1 - 1
public/plugins/element-plus/theme-chalk/el-avatar.css

@@ -1 +1 @@
-.el-avatar{--el-avatar-text-color:var(--el-color-white);--el-avatar-bg-color:var(--el-text-color-disabled);--el-avatar-text-size:14px;--el-avatar-icon-size:18px;--el-avatar-border-radius:var(--el-border-radius-base);--el-avatar-size-large:56px;--el-avatar-size:40px;--el-avatar-size-small:24px;--el-avatar-size:40px;display:inline-flex;justify-content:center;align-items:center;box-sizing:border-box;text-align:center;overflow:hidden;color:var(--el-avatar-text-color);background:var(--el-avatar-bg-color);width:var(--el-avatar-size);height:var(--el-avatar-size);font-size:var(--el-avatar-text-size)}.el-avatar>img{display:block;height:100%}.el-avatar--circle{border-radius:50%}.el-avatar--square{border-radius:var(--el-avatar-border-radius)}.el-avatar--icon{font-size:var(--el-avatar-icon-size)}.el-avatar--small{--el-avatar-size:24px}.el-avatar--large{--el-avatar-size:56px}
+.el-avatar{--el-avatar-text-color:var(--el-color-white);--el-avatar-bg-color:var(--el-text-color-disabled);--el-avatar-text-size:14px;--el-avatar-icon-size:18px;--el-avatar-border-radius:var(--el-border-radius-base);--el-avatar-size-large:56px;--el-avatar-size:40px;--el-avatar-size-small:24px;--el-avatar-size:40px;display:inline-flex;justify-content:center;align-items:center;box-sizing:border-box;text-align:center;overflow:hidden;color:var(--el-avatar-text-color);background:var(--el-avatar-bg-color);width:var(--el-avatar-size);height:var(--el-avatar-size);font-size:var(--el-avatar-text-size)}.el-avatar>img{display:block;width:100%;height:100%}.el-avatar--circle{border-radius:50%}.el-avatar--square{border-radius:var(--el-avatar-border-radius)}.el-avatar--icon{font-size:var(--el-avatar-icon-size)}.el-avatar--small{--el-avatar-size:24px}.el-avatar--large{--el-avatar-size:56px}

Plik diff jest za duży
+ 0 - 0
public/plugins/element-plus/theme-chalk/el-input.css


Plik diff jest za duży
+ 0 - 0
public/plugins/element-plus/theme-chalk/el-menu.css


+ 1 - 1
public/plugins/element-plus/theme-chalk/el-row.css

@@ -1 +1 @@
-.el-row{display:flex;flex-wrap:wrap;position:relative;box-sizing:border-box}.el-row.is-justify-center{justify-content:center}.el-row.is-justify-end{justify-content:flex-end}.el-row.is-justify-space-between{justify-content:space-between}.el-row.is-justify-space-around{justify-content:space-around}.el-row.is-justify-space-evenly{justify-content:space-evenly}.el-row.is-align-middle{align-items:center}.el-row.is-align-bottom{align-items:flex-end}
+.el-row{display:flex;flex-wrap:wrap;position:relative;box-sizing:border-box}.el-row.is-justify-center{justify-content:center}.el-row.is-justify-end{justify-content:flex-end}.el-row.is-justify-space-between{justify-content:space-between}.el-row.is-justify-space-around{justify-content:space-around}.el-row.is-justify-space-evenly{justify-content:space-evenly}.el-row.is-align-top{align-items:flex-start}.el-row.is-align-middle{align-items:center}.el-row.is-align-bottom{align-items:flex-end}

Plik diff jest za duży
+ 0 - 0
public/plugins/element-plus/theme-chalk/el-tree.css


Plik diff jest za duży
+ 0 - 0
public/plugins/element-plus/theme-chalk/index.css


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

@@ -27,6 +27,7 @@
 
   > img {
     display: block;
+    width: 100%;
     height: 100%;
   }
 

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

@@ -101,8 +101,8 @@
 
   @include when(disabled) {
     .#{$namespace}-textarea__inner {
+      @include inset-input-border(#{getCssVar('disabled-border-color')});
       background-color: map.get($input-disabled, 'fill');
-      border-color: map.get($input-disabled, 'border');
       color: map.get($input-disabled, 'text-color');
       cursor: not-allowed;
 

+ 4 - 6
public/plugins/element-plus/theme-chalk/src/menu.scss

@@ -76,9 +76,12 @@
   @include m(horizontal) {
     display: flex;
     flex-wrap: nowrap;
-    border-bottom: solid 1px getCssVar('menu-border-color');
     border-right: none;
 
+    &.#{$namespace}-menu {
+      border-bottom: solid 1px getCssVar('menu-border-color');
+    }
+
     & > .#{$namespace}-menu-item {
       display: inline-flex;
       justify-content: center;
@@ -93,11 +96,6 @@
       a:hover {
         color: inherit;
       }
-
-      &:not(.is-disabled):hover,
-      &:not(.is-disabled):focus {
-        background-color: #fff;
-      }
     }
     & > .#{$namespace}-sub-menu {
       &:focus,

+ 3 - 0
public/plugins/element-plus/theme-chalk/src/row.scss

@@ -23,6 +23,9 @@
   @include when(justify-space-evenly) {
     justify-content: space-evenly;
   }
+  @include when(align-top) {
+    align-items: flex-start;
+  }
   @include when(align-middle) {
     align-items: center;
   }

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

@@ -104,6 +104,7 @@
     &.is-leaf {
       color: transparent;
       cursor: default;
+      visibility: hidden;
     }
     &.is-hidden {
       visibility: hidden;

+ 0 - 0
public/plugins/element-plus/v2.3.8 → public/plugins/element-plus/v2.3.9


Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików