Преглед на файлове

文件上传编辑页样式调整

zhangjie преди 2 години
родител
ревизия
9c8835a0f5
променени са 3 файла, в които са добавени 19 реда и са изтрити 0 реда
  1. BIN
      src/assets/images/bg-arrow-right.png
  2. 18 0
      src/assets/styles/pages.scss
  3. 1 0
      src/modules/question/components/QuestionImportEdit.vue

BIN
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"