Merge pull request #138 from dromara/dev

🔨 修改样式.
This commit is contained in:
李佳航
2025-09-25 01:40:40 +08:00
committed by GitHub
3 changed files with 24 additions and 1 deletions

View File

@@ -19,7 +19,25 @@
font-size: 13px;
}
// 表格
// 表格
.arco-table-tr-checked .arco-table-td {
background-color: rgb(var(--gray-1)) !important;
}
.arco-table-tr-checked .arco-table-td:hover {
background-color: rgb(var(--gray-1)) !important;
}
.arco-table-tr-checked.arco-table-tr:hover .arco-table-td {
background-color: rgb(var(--gray-2)) !important;
}
.arco-table-tr-checked .arco-table-td.arco-table-col-fixed-left::before,
.arco-table-tr-checked .arco-table-td.arco-table-col-fixed-right::before {
background-color: rgb(var(--gray-2)) !important;
}
// 表格单元格
.arco-table-cell {
.circle {
display: inline-block;

View File

@@ -108,6 +108,10 @@
padding: 20px 20px 2px 20px;
}
.drawer-form-large {
padding: 20px 28px 2px 28px;
}
// -- modal
.modal-form-small {
.arco-modal-header {

View File

@@ -146,6 +146,7 @@
<!-- 处理 -->
<a-button v-permission="['monitor:alarm-event:handle']"
type="text"
size="mini"
@click="$emit('openHandle', [record.id])">
处理
</a-button>