Pārlūkot izejas kodu

feat:drawer样式

ananzhusen 1 gadu atpakaļ
vecāks
revīzija
4fe9552599

+ 1 - 1
src/views/components/Graphics.vue

@@ -2234,7 +2234,7 @@ onUnmounted(() => {
   display: flex;
   flex-direction: column;
   background-color: var(--color-background);
-  z-index: 3;
+  z-index: 2;
   .group-asset {
     height: 40px;
     justify-content: center;

+ 1 - 1
src/views/components/PenDatas.vue

@@ -1733,7 +1733,7 @@ onUnmounted(() => {
 
 <style lang="postcss">
 .t-drawer__mask{
-  background-color: #fff0;
+  /* background-color: #fff0; */
 }
 
 .t-drawer__body{