refactor(UI): 移除多余的内边距并调整收货详情搜索表单

移除CoilNo组件中多余的内边距样式
将收货详情页的搜索表单字段调整为钢卷号搜索
This commit is contained in:
砂糖
2025-12-02 16:46:00 +08:00
parent 99cd07939f
commit be91905508
2 changed files with 2 additions and 7 deletions

View File

@@ -25,7 +25,6 @@ export default {
.g-coil-no {
display: inline-block; /* 让容器尺寸贴合内部el-tag */
border: 2px solid #67c23a !important;
padding: 2px; /* 增加内边距,避免边框紧贴标签 */
border-radius: 4px; /* 可选和el-tag圆角保持一致更美观 */
}
</style>