perf: 去掉边框颜色

This commit is contained in:
xingyu4j
2025-05-26 19:06:13 +08:00
parent 6098e84119
commit 806051e038

View File

@@ -417,8 +417,8 @@ defineExpose({
<Spin :spinning="loading">
<Row :gutter="[16, 16]">
<Col :span="6">
<div class="h-[500px] overflow-auto rounded border border-gray-200">
<div class="border-b border-gray-200 p-2">
<div class="h-[500px] overflow-auto rounded border">
<div class="border-b p-2">
<Input
v-model:value="deptSearchKeys"
placeholder="搜索部门"