-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed as not planned
Labels
Description
TenantList.vue代码
<!-- 查看详情 --> <a-button class="table-btn table-detail-btn"> <EyeOutlined /> </a-button>
TablePlus.vue代码
.table-detail-btn { color: var(--text-color-base); background-color: var(--fill-color-content); &:hover { color: var(--text-color-base); background-color: var(--fill-color-content-hover); } }