Merge branch 'dev-3.7' of git.mesalab.cn:nezha/nezha-fronted into dev-3.8
This commit is contained in:
@@ -154,14 +154,6 @@
|
||||
}
|
||||
}
|
||||
.data-wrap{
|
||||
&>span{
|
||||
display: block;
|
||||
font-size: 14px;
|
||||
color: $--color-text-regular;
|
||||
letter-spacing: 0;
|
||||
font-weight: 400;
|
||||
margin: 30px 0 11px 0;
|
||||
}
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
&>span{
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<div class="pop-item-wider">
|
||||
<div class="dashboard-select-header">
|
||||
<el-input v-model="filterPanel" :placeholder="$t('overall.search')" clearable size="small"></el-input>
|
||||
<button v-has="'main_add'" :title="$t('overall.createChart')" class="top-tool-btn margin-l-10" type="button" @click="addPlaylist" v-if="currentTab==='playlist'">
|
||||
<button v-has="'main_add'" :title="$t('dashboard.createPlaylist')" class="top-tool-btn margin-l-10" type="button" @click="addPlaylist" v-if="currentTab==='playlist'">
|
||||
<i class="nz-icon-create-square nz-icon"></i>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user