coys 1 год назад
Родитель
Сommit
dadd5437a8
2 измененных файлов с 10 добавлено и 3 удалено
  1. 8 1
      src/views/menu/rehearsalTask/components/dialog.vue
  2. 2 2
      vue.config.js

+ 8 - 1
src/views/menu/rehearsalTask/components/dialog.vue

@@ -35,7 +35,9 @@
               <template #right-icon>
                 <van-checkbox  :name="item.id"  ref="checkboxes" class="checkboxList" />
               </template>
-              {{ item.defaultCause }}
+              <div class="lddq">
+                {{ item.defaultCause }}
+              </div>
             </van-collapse-item>
            
              </van-checkbox-group>
@@ -201,4 +203,9 @@ export default {
 .rowclss{
   margin-bottom: 100px;
 }
+.lddq{
+  text-align: justify;
+  white-space: pre-wrap;
+  // text-align: left;
+}
 </style>

+ 2 - 2
vue.config.js

@@ -118,9 +118,9 @@ module.exports = defineConfig({
         }
       },
       '/dev': {
-        // target: "http://10.87.21.107:8080",
+        target: "http://10.87.21.107:8080",
         // target: "http://10.87.21.103:8080",
-        target: "http://10.87.23.62:8080",
+        // target: "http://10.87.23.62:8080",
         // ws:true,
         changOrigin:true,
         pathRewrite:{