Skip to content

Commit 3042825

Browse files
committed
refactor: ♻️ 路由参数添加样式优化
1 parent baf68e5 commit 3042825

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/system/menu/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,15 +318,15 @@
318318
<el-input
319319
v-model="item.key"
320320
placeholder="参数名"
321-
class="w-[100px]"
321+
style="width: 100px"
322322
/>
323323

324324
<span class="mx-1">=</span>
325325

326326
<el-input
327327
v-model="item.value"
328328
placeholder="参数值"
329-
class="w-[100px]"
329+
style="width: 100px"
330330
/>
331331

332332
<el-icon

0 commit comments

Comments
 (0)