perf: asset create、edit页面样式

1.asset弹框页(仅样式)
This commit is contained in:
chenjinsong
2020-01-03 18:10:26 +08:00
parent 14aa37534d
commit 18dcbbaa8e
9 changed files with 3000 additions and 3348 deletions

View File

@@ -53,10 +53,10 @@
<div class="content-right" v-show="tableShow == 1">
<div class="top-tools">
<div class="nz-btn-group float-left">
<button @click="" class="nz-btn nz-btn-size-small nz-btn-disabled nz-btn-style-normal float-left">
<button @click="" type="button" class="nz-btn nz-btn-size-small nz-btn-disabled nz-btn-style-normal float-left">
<span>{{$t('project.endpoint.endpoint')}}</span>
</button>
<button @click="tableShow = 2" class="nz-btn nz-btn-size-small nz-btn-style-light float-left">
<button type="button" @click="tableShow = 2" class="nz-btn nz-btn-size-small nz-btn-style-light float-left">
<span>{{$t('project.metrics.metrics')}}</span>
</button>
</div>