Przeglądaj źródła

1、修改协议样式

zhoux 1 rok temu
rodzic
commit
2b233064a8
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      src/view/mst/agreement/index.vue

+ 2 - 2
src/view/mst/agreement/index.vue

@@ -1,9 +1,9 @@
 <!-- @desc:协议查看  @auth:常皓宁  @time:2024-07-17 14:53 -->
 <template>
-  <div class="main-div" style="height: 100%">
+  <div class="main-div" style="height: 100%;min-width: auto">
     <div class="notice-page">
       <!--协议内容-->
-      <div v-html="agcontent" class="ql-editor" style="padding: 0 20%"/>
+      <div v-html="agcontent" class="ql-editor" style="padding: 20px 20px"/>
     </div>
   </div>
 </template>