Browse Source

样式优化

master
wangzhonglu 4 days ago
parent
commit
8d86767bcc

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

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

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

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

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

168
                   v-model="item.checked"
168
                   v-model="item.checked"
169
                 >
169
                 >
170
                   <img :src="$api.showImageUrl + item.appIcon" />
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
                 </Checkbox>
174
                 </Checkbox>
173
               </div>
175
               </div>
174
             </div>
176
             </div>
989
           margin-right: 4px;
991
           margin-right: 4px;
990
         }
992
         }
991
       }
993
       }
992
-      div:last-of-type {
993
-      }
994
     }
994
     }
995
     .strategy_content {
995
     .strategy_content {
996
       border-radius: 6px 6px 0 0;
996
       border-radius: 6px 6px 0 0;

Loading…
Cancel
Save