소스 검색

[edit][bug]

zhangwei 3 년 전
부모
커밋
e369749751
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      src/view/popup/popup.vue
  2. 1 1
      src/view/red-packet.vue

+ 1 - 0
src/view/popup/popup.vue

@@ -715,6 +715,7 @@ body {
 
         .more-list {
             .cell {
+                cursor: pointer;
                 display: flex;
                 justify-content: space-between;
                 align-items: center;

+ 1 - 1
src/view/red-packet.vue

@@ -921,6 +921,7 @@ body {
         border-radius: 100px;
         background: #ffffff;
         box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
+        justify-content: center;
 
         span {
           color: #000000;
@@ -930,7 +931,6 @@ body {
         .icon-done {
           width: 24px;
           height: 24px;
-          margin-left: 28px;
           margin-right: 10px;
         }