吃个甘蔗嚼一年 3 年之前
父節點
當前提交
4dd49a46eb

+ 13
- 9
src/components/CollectList/MyCollect/style.less 查看文件

@@ -1,5 +1,9 @@
1 1
 @whiteColor: #fff;
2
-
2
+.title-on{
3
+  width: 21px;
4
+  height: 21px;
5
+  padding-right: 10px;
6
+}
3 7
 .wrapper {
4 8
   margin-top: 40px;
5 9
   display: flex;
@@ -145,14 +149,14 @@
145 149
           font-size: 20px;
146 150
           color: #333;
147 151
         }
148
-        .title-on {
149
-          // margin-bottom: 10px;
150
-          padding-top: 5px;
151
-          padding-left: 40px;
152
-          width: 21px;
153
-          height: 21px;
154
-          padding-right: 10px;
155
-        }
152
+        // .title-on {
153
+        //   // margin-bottom: 10px;
154
+        //   padding-top: 5px;
155
+        //   padding-left: 40px;
156
+        //   width: 21px;
157
+        //   height: 21px;
158
+        //   padding-right: 10px;
159
+        // }
156 160
         .title-on-text {
157 161
           align-items: center;
158 162
 

+ 1
- 0
src/pages/MineUserAll/RefundMoney/CheckRefund/index.jsx 查看文件

@@ -78,6 +78,7 @@ export default withLayout((props) => {
78 78
     }
79 79
   };
80 80
 
81
+
81 82
   const onRefund = () => {
82 83
     refund(id, {
83 84
       refundDecription: checkeds?.map(x => options.filter(y => y.key == x)[0]?.title).join(';'),