Merge pull request #928 from xinnan-tech/web-vue-device-fixed

update:设备管理页面样式调整
This commit is contained in:
Sakura-RanChen
2025-04-22 11:34:52 +08:00
committed by GitHub
@@ -469,6 +469,13 @@ export default {
flex: 1;
overflow: hidden;
}
::v-deep .el-card__body {
padding: 15px;
display: flex;
flex-direction: column;
flex: 1;
overflow: hidden;
}
.table_bottom {
display: flex;
@@ -478,6 +485,7 @@ export default {
padding-bottom: 10px;
}
.ctrl_btn {
display: flex;
gap: 8px;
@@ -674,4 +682,11 @@ export default {
background-color: #5f70f3 !important;
border-color: #5f70f3 !important;
}
::v-deep .el-table--border::after,
::v-deep .el-table--group::after,
::v-deep .el-table::before {
display: none !important;
}
</style>