We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf68e5 commit 3042825Copy full SHA for 3042825
src/views/system/menu/index.vue
@@ -318,15 +318,15 @@
318
<el-input
319
v-model="item.key"
320
placeholder="参数名"
321
- class="w-[100px]"
+ style="width: 100px"
322
/>
323
324
<span class="mx-1">=</span>
325
326
327
v-model="item.value"
328
placeholder="参数值"
329
330
331
332
<el-icon
0 commit comments