fix : class命名规范更改
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
}
|
||||
}
|
||||
.table-operation-button {
|
||||
border: none;
|
||||
border: none;
|
||||
background-color: $--color-primary;
|
||||
color: $--button-primary-color;
|
||||
display: flex;
|
||||
@@ -56,4 +56,7 @@
|
||||
.nz-icon-shujubeifenhuifu::before{
|
||||
font-size: 12px;
|
||||
}
|
||||
.el-table--border td:first-child .cell{
|
||||
padding-left: 20px !important;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -32,9 +32,9 @@
|
||||
background-color: $--background-color-1;
|
||||
}
|
||||
}
|
||||
.operationLog{
|
||||
.operation-log{
|
||||
.main-list{
|
||||
.apiKey{
|
||||
.api-key{
|
||||
position: relative;
|
||||
.pop-custom{
|
||||
position: absolute;
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
:layout="layout"
|
||||
:custom-table-title.sync="tools.customTableTitle"
|
||||
:from="fromRoute.operationLog"
|
||||
class="operation-log"
|
||||
:operation-record="true"
|
||||
@search="search"
|
||||
:search-msg="searchMsg">
|
||||
|
||||
Reference in New Issue
Block a user