1、完善项目
2、完善合同 3、完善费用项 4、司机管理对接OCR 5、完善运输计划 6、完善临时额度
This commit is contained in:
@@ -462,20 +462,27 @@
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
// 全站统一:操作栏按钮紧凑间距
|
||||
// 全站统一:操作列最多一行展示 4 个按钮,第 5 个开始自动换行
|
||||
.avue-crud .el-table td .cell.avue-crud__menu {
|
||||
display: inline-grid;
|
||||
grid-template-columns: repeat(4, max-content);
|
||||
gap: 4px;
|
||||
align-items: center;
|
||||
justify-content: start;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.avue-crud__menu > .el-button,
|
||||
.avue-crud__menu > .el-dropdown {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.avue-crud__menu .el-button {
|
||||
margin-left: 4px;
|
||||
margin-right: 0;
|
||||
padding-left: 4px;
|
||||
padding-right: 4px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
// 全站统一:操作列内容左对齐(Avue 内置菜单默认右对齐)
|
||||
.avue-crud .el-table td .cell.avue-crud__menu {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.avue-crud__pagination .el-pagination,
|
||||
.empty-pagination .el-pagination,
|
||||
|
||||
Reference in New Issue
Block a user