style(base): 调整货物类型搜索栏宽度及样式优化
- 新增 cargo-type 搜索栏标签宽度属性 searchLabelWidth 为 80 - 覆盖搜索栏 label 宽度,缩小至 80px,覆盖 Avue 默认 160px - 基础容器内 el-card 卡片 body 层 padding 设置为 0 - 调整公共样式中滚动容器的内边距为 8px - 修正 go.scss 中 avue-tags 左边距,优化标签样式 - 减小 tags.scss 中相关元素的底部外边距至 5px
This commit is contained in:
@@ -120,6 +120,7 @@ a {
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
margin-bottom: 10px;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.avue-view {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
user-select: none;
|
||||
position: relative;
|
||||
padding: 0 10px;
|
||||
margin-bottom: 10px;
|
||||
margin-bottom: 5px;
|
||||
box-sizing: border-box;
|
||||
border-top: 1px solid #f6f6f6;
|
||||
background-color: #fff;
|
||||
|
||||
@@ -77,8 +77,8 @@
|
||||
background-color: #f4f6fa;
|
||||
}
|
||||
.avue-tags {
|
||||
margin: 5px 6px 8px 6px;
|
||||
padding-bottom: 2px;
|
||||
margin-left: 1px;
|
||||
|
||||
.el-tabs__nav-prev,
|
||||
.el-tabs__nav-next {
|
||||
|
||||
Reference in New Issue
Block a user