Procházet zdrojové kódy

文件上传编辑页样式调整

zhangjie před 2 roky
rodič
revize
9c8835a0f5

binární
src/assets/images/bg-arrow-right.png


+ 18 - 0
src/assets/styles/pages.scss

@@ -1266,6 +1266,24 @@
     width: 80px;
     text-align: center;
     z-index: 99;
+
+    &-arrow {
+      display: inline-block;
+      width: 28px;
+      height: 24px;
+      margin-bottom: 16px;
+      background-image: url(../images/bg-arrow-right.png);
+      background-size: 100% 100%;
+    }
+
+    > .el-button {
+      background-color: #29abff;
+      border-color: #29abff;
+
+      &:hover {
+        opacity: 0.9;
+      }
+    }
   }
 }
 

+ 1 - 0
src/modules/question/components/QuestionImportEdit.vue

@@ -80,6 +80,7 @@
           </div>
         </div>
         <div class="qe-middle">
+          <div class="qe-middle-arrow"></div>
           <el-button
             size="small"
             type="primary"