Explorar o código

Merge pull request #1189 from liuganghao/dev

javascript编辑器默认宽度改为百分比
Ahmad Kholid hai 1 ano
pai
achega
5f2cadefd7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/newtab/workflow/edit/EditJavascriptCode.vue

+ 1 - 1
src/components/newtab/workflow/edit/EditJavascriptCode.vue

@@ -61,7 +61,7 @@
         Run before page loaded
       </ui-checkbox>
     </template>
-    <ui-modal v-model="state.showCodeModal" content-class="max-w-4xl">
+    <ui-modal v-model="state.showCodeModal" content-class="w-11\/12">
       <template #header>
         <ui-tabs v-model="state.activeTab" class="border-none">
           <ui-tab value="code">