瀏覽代碼

update uploadshow

chenmy 5 年之前
父節點
當前提交
6a93d1d2cb
共有 1 個文件被更改,包括 7 次插入2 次删除
  1. 7 2
      HiTeachCC/ClientApp/src/views/Board.vue

+ 7 - 2
HiTeachCC/ClientApp/src/views/Board.vue

@@ -2226,7 +2226,7 @@
 
     .upload-box {
         overflow: hidden;
-        padding: 80px 60px;
+        padding: 80px 80px;
         display: flex;
         justify-content: center;
         button
@@ -2235,7 +2235,7 @@
         transition: none;
         width: 120px;
         height: 120px;
-        margin: 0 30px !important;
+        margin: 0 22px !important;
         color: #00a8ff;
         border-color: #00a8ff;
         border-width: 2px;
@@ -2421,10 +2421,15 @@
 
     .ivu-upload-list {
         margin-top: 0px !important;
+        width:110px;
+        margin-left:10px;
     }
     .ivu-upload-list-file {
         padding:0px !important;
     }
+    .ivu-upload-list-file span {
+        font-size:10px !important;
+    }
 </style>
 <style scoped>
     .q-card__section {