Browse Source

扫描图片样式修改

zhangjie 1 năm trước cách đây
mục cha
commit
00afbc54d7
1 tập tin đã thay đổi với 5 bổ sung3 xóa
  1. 5 3
      src/assets/styles/pages.scss

+ 5 - 3
src/assets/styles/pages.scss

@@ -147,11 +147,12 @@
       vertical-align: top;
       margin: 5px 10px;
       font-size: 14px;
+      width: 140px;
       cursor: pointer;
 
       > p {
         border-radius: 4px;
-        padding: 0 10px;
+        padding: 0 5px;
         height: 20px;
         line-height: 20px;
         text-align: center;
@@ -159,10 +160,11 @@
         text-overflow: ellipsis;
         white-space: nowrap;
         background-color: #fff;
+        font-size: 12px;
       }
       .el-image {
-        height: 100px;
-        width: 100px;
+        height: 110px;
+        width: 140px;
         overflow: hidden;
       }
       img {