@@ -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;
|
||||
|
||||
@@ -108,6 +108,10 @@
|
||||
padding: 20px 20px 2px 20px;
|
||||
}
|
||||
|
||||
.drawer-form-large {
|
||||
padding: 20px 28px 2px 28px;
|
||||
}
|
||||
|
||||
// -- modal
|
||||
.modal-form-small {
|
||||
.arco-modal-header {
|
||||
|
||||
@@ -146,6 +146,7 @@
|
||||
<!-- 处理 -->
|
||||
<a-button v-permission="['monitor:alarm-event:handle']"
|
||||
type="text"
|
||||
size="mini"
|
||||
@click="$emit('openHandle', [record.id])">
|
||||
处理
|
||||
</a-button>
|
||||
|
||||
Reference in New Issue
Block a user