Browse Source

样式优化

gzb
wangzhonglu 8 months ago
parent
commit
9a41e86319

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

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

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

@@ -44,7 +44,13 @@
44 44
           >
45 45
             修改
46 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 54
           <div @click="toSelectAppStrategy()">引用</div>
49 55
         </div>
50 56
       </div>
@@ -66,7 +72,7 @@
66 72
           </tr>
67 73
           <tr>
68 74
             <td v-for="weekItem in weekDay" :key="weekItem.value">
69
-              {{ weekItem.label }}
75
+              {{ weekItem.alias }}
70 76
             </td>
71 77
           </tr>
72 78
           <tr>

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

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

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

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

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

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

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

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

Loading…
Cancel
Save