🔨 修改样式.
This commit is contained in:
@@ -19,7 +19,25 @@
|
|||||||
font-size: 13px;
|
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 {
|
.arco-table-cell {
|
||||||
.circle {
|
.circle {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|||||||
@@ -108,6 +108,10 @@
|
|||||||
padding: 20px 20px 2px 20px;
|
padding: 20px 20px 2px 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.drawer-form-large {
|
||||||
|
padding: 20px 28px 2px 28px;
|
||||||
|
}
|
||||||
|
|
||||||
// -- modal
|
// -- modal
|
||||||
.modal-form-small {
|
.modal-form-small {
|
||||||
.arco-modal-header {
|
.arco-modal-header {
|
||||||
|
|||||||
@@ -146,6 +146,7 @@
|
|||||||
<!-- 处理 -->
|
<!-- 处理 -->
|
||||||
<a-button v-permission="['monitor:alarm-event:handle']"
|
<a-button v-permission="['monitor:alarm-event:handle']"
|
||||||
type="text"
|
type="text"
|
||||||
|
size="mini"
|
||||||
@click="$emit('openHandle', [record.id])">
|
@click="$emit('openHandle', [record.id])">
|
||||||
处理
|
处理
|
||||||
</a-button>
|
</a-button>
|
||||||
|
|||||||
Reference in New Issue
Block a user