Browse Source

样式优化

gzb
wangzhonglu 8 months ago
parent
commit
9a41e86319

+ 3
- 3
src/components/TimeStrategy/TimeStrategy.vue View File

19
         </th>
19
         </th>
20
       </tr>
20
       </tr>
21
       <tr v-for="(weekItem, weekIndex) in weekDay" :key="weekItem.value">
21
       <tr v-for="(weekItem, weekIndex) in weekDay" :key="weekItem.value">
22
-        <td>{{ weekItem.label }}</td>
22
+        <td>{{ weekItem.alias }}</td>
23
         <td
23
         <td
24
           :data-time="
24
           :data-time="
25
             JSON.stringify({
25
             JSON.stringify({
40
           }"
40
           }"
41
           v-for="halfHour in 48"
41
           v-for="halfHour in 48"
42
           :key="halfHour"
42
           :key="halfHour"
43
-          :title="getTimeTitle(weekItem.label, halfHour)"
43
+          :title="getTimeTitle(weekItem.alias, halfHour)"
44
         ></td>
44
         ></td>
45
       </tr>
45
       </tr>
46
     </table>
46
     </table>
365
     color: #333;
365
     color: #333;
366
     font-size: 12px;
366
     font-size: 12px;
367
     .blank {
367
     .blank {
368
-      width: 36px;
368
+      width: 54px;
369
       background-color: #edf3ff;
369
       background-color: #edf3ff;
370
     }
370
     }
371
     th {
371
     th {

+ 8
- 2
src/views/schoolSection/applicationStrategy/appStrategyManage.vue View File

44
           >
44
           >
45
             修改
45
             修改
46
           </div>
46
           </div>
47
-          <div   style="font-size: 13px" v-if="searchForm.hasst" @click="toResetAppStrategy()">重置</div>
47
+          <div
48
+            style="font-size: 13px"
49
+            v-if="searchForm.hasst"
50
+            @click="toResetAppStrategy()"
51
+          >
52
+            重置
53
+          </div>
48
           <div @click="toSelectAppStrategy()">引用</div>
54
           <div @click="toSelectAppStrategy()">引用</div>
49
         </div>
55
         </div>
50
       </div>
56
       </div>
66
           </tr>
72
           </tr>
67
           <tr>
73
           <tr>
68
             <td v-for="weekItem in weekDay" :key="weekItem.value">
74
             <td v-for="weekItem in weekDay" :key="weekItem.value">
69
-              {{ weekItem.label }}
75
+              {{ weekItem.alias }}
70
             </td>
76
             </td>
71
           </tr>
77
           </tr>
72
           <tr>
78
           <tr>

+ 1
- 1
src/views/schoolSection/applicationStrategy/appStrategyManageEdit.vue View File

85
         </tr>
85
         </tr>
86
         <tr>
86
         <tr>
87
           <td v-for="weekItem in weekDay" :key="weekItem.value">
87
           <td v-for="weekItem in weekDay" :key="weekItem.value">
88
-            {{ weekItem.label }}
88
+            {{ weekItem.alias }}
89
           </td>
89
           </td>
90
         </tr>
90
         </tr>
91
         <tr>
91
         <tr>

+ 1
- 1
src/views/schoolSection/applicationStrategy/appStrategyTemplateAdd.vue View File

85
         </tr>
85
         </tr>
86
         <tr>
86
         <tr>
87
           <td v-for="weekItem in weekDay" :key="weekItem.value">
87
           <td v-for="weekItem in weekDay" :key="weekItem.value">
88
-            {{ weekItem.label }}
88
+            {{ weekItem.alias }}
89
           </td>
89
           </td>
90
         </tr>
90
         </tr>
91
         <tr>
91
         <tr>

+ 1
- 1
src/views/schoolSection/applicationStrategy/appStrategyTemplateEdit.vue View File

85
         </tr>
85
         </tr>
86
         <tr>
86
         <tr>
87
           <td v-for="weekItem in weekDay" :key="weekItem.value">
87
           <td v-for="weekItem in weekDay" :key="weekItem.value">
88
-            {{ weekItem.label }}
88
+            {{ weekItem.alias }}
89
           </td>
89
           </td>
90
         </tr>
90
         </tr>
91
         <tr>
91
         <tr>

+ 1
- 1
src/views/schoolSection/applicationStrategy/appStrategyTemplateView.vue View File

18
         </tr>
18
         </tr>
19
         <tr>
19
         <tr>
20
           <td v-for="weekItem in weekDay" :key="weekItem.value">
20
           <td v-for="weekItem in weekDay" :key="weekItem.value">
21
-            {{ weekItem.label }}
21
+            {{ weekItem.alias }}
22
           </td>
22
           </td>
23
         </tr>
23
         </tr>
24
         <tr>
24
         <tr>

Loading…
Cancel
Save