kongwenhao 9 ヶ月 前
コミット
e366313c4d

+ 1 - 3
frontend/src/views/Photography/shot.vue

@@ -402,12 +402,10 @@ const test_image_url = ref('https://shadow.elemecdn.com/app/element/hamburger.9c
               margin: 7px 0 42px 83px;
 
               .input-item {
-                ::v-deep {
-                  .el-input__inner {
+                :deep(.el-input__inner){ 
                     height: 36px;
                     line-height: 36px;
                   }
-                }
               }
 
             }

+ 1 - 1
frontend/src/views/Setting/index.vue

@@ -443,7 +443,7 @@ body {
 .select-wrapper {
   position: relative;
   width: 200px;
-  ::v-deep(.el-input__inner){ 
+  :deep(.el-input__inner){ 
     border-radius: 6px;
   }
 }