xujunjie 1 tahun lalu
induk
melakukan
8a0b9094b6
2 mengubah file dengan 13 tambahan dan 3 penghapusan
  1. 10 2
      src/global.less
  2. 3 1
      src/pages/Home/backlog.less

+ 10 - 2
src/global.less

@@ -275,7 +275,6 @@ input[type='reset'] {
   }
 }
 
-
 *::-webkit-scrollbar {
   width: 0.06rem;
   height: 0.06rem;
@@ -392,4 +391,13 @@ input[type='reset'] {
     }
   }
   // font-size: 0.32rem;
-}
+}
+.ant-empty {
+  margin-top: 20px;
+  .ant-empty-image {
+    height: 150px;
+  }
+  .ant-empty-description {
+    font-size: 24px;
+  }
+}

+ 3 - 1
src/pages/Home/backlog.less

@@ -4,7 +4,6 @@
   overflow-y: auto;
   height: 100%;
   color: #3b3b3b;
-  background: #fff;
   .item {
     padding: 8px 0;
     width: 100%;
@@ -12,6 +11,8 @@
     margin-bottom: 20px;
     line-height: 50px;
     position: relative;
+    background: #fff;
+    padding-right: 24px;
     &.order {
       .point,
       .btn {
@@ -61,6 +62,7 @@
       border-radius: 12px;
       font-size: 24px;
       color: #fff;
+      margin-left: 20px;
     }
   }
 }