fix : class命名规范更改

This commit is contained in:
likexuan
2022-06-10 10:50:06 +08:00
parent 9074766285
commit d1b7af0aac
3 changed files with 7 additions and 3 deletions

View File

@@ -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;
}
}

View File

@@ -32,9 +32,9 @@
background-color: $--background-color-1;
}
}
.operationLog{
.operation-log{
.main-list{
.apiKey{
.api-key{
position: relative;
.pop-custom{
position: absolute;

View File

@@ -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">