Browse Source

样式优化

master
wangzhonglu 4 days ago
parent
commit
8d86767bcc

+ 0
- 2
src/views/schoolSection/strategy/personalStrategy.vue View File

@@ -1035,8 +1035,6 @@ export default {
1035 1035
           margin-right: 4px;
1036 1036
         }
1037 1037
       }
1038
-      div:last-of-type {
1039
-      }
1040 1038
     }
1041 1039
     .strategy_content {
1042 1040
       border-radius: 6px 6px 0 0;

+ 1
- 7
src/views/schoolSection/strategy/publicStrategy.vue View File

@@ -556,7 +556,7 @@ export default {
556 556
     timesChange(times) {
557 557
       this.strategyInfo.padTimes = times;
558 558
     },
559
-    cancel(){
559
+    cancel() {
560 560
       //取消
561 561
       this.curState = 1;
562 562
       this.detail();
@@ -843,8 +843,6 @@ export default {
843 843
           margin-right: 4px;
844 844
         }
845 845
       }
846
-      div:last-of-type {
847
-      }
848 846
     }
849 847
     .strategy_content {
850 848
       border-radius: 6px 6px 0 0;
@@ -996,8 +994,4 @@ export default {
996 994
     }
997 995
   }
998 996
 }
999
-.table {
1000
-}
1001
-.modal1 {
1002
-}
1003 997
 </style>

+ 3
- 3
src/views/schoolSection/strategy/strategyTemplate.vue View File

@@ -168,7 +168,9 @@
168 168
                   v-model="item.checked"
169 169
                 >
170 170
                   <img :src="$api.showImageUrl + item.appIcon" />
171
-                  <div class="appName" style="line-height: 14px">{{ item.appName }}</div>
171
+                  <div class="appName" style="line-height: 14px">
172
+                    {{ item.appName }}
173
+                  </div>
172 174
                 </Checkbox>
173 175
               </div>
174 176
             </div>
@@ -989,8 +991,6 @@ export default {
989 991
           margin-right: 4px;
990 992
         }
991 993
       }
992
-      div:last-of-type {
993
-      }
994 994
     }
995 995
     .strategy_content {
996 996
       border-radius: 6px 6px 0 0;

Loading…
Cancel
Save