feat(UI测试): 完善UI前后置
This commit is contained in:
parent
ded4502d80
commit
5e85378be3
|
@ -1 +1 @@
|
|||
Subproject commit 31acd12f9944fc53b133802d84251c085514e4dd
|
||||
Subproject commit 08b2e75b6a6a3fd75aa6d499c9eb8d0491dc84b2
|
|
@ -42,10 +42,6 @@
|
|||
|
||||
<slot name="button" v-if="showVersion"></slot>
|
||||
|
||||
<el-tooltip content="Copy" placement="top" v-if="showVersion && showCopy">
|
||||
<el-button size="mini" icon="el-icon-copy-document" circle @click="copyRow" style="padding: 5px" :disabled="data.disabled && !data.root"/>
|
||||
</el-tooltip>
|
||||
|
||||
<el-button v-if="showVersion" size="mini" icon="el-icon-copy-document" circle @click="copyRow" style="padding: 5px"
|
||||
:disabled="(data.disabled && !data.root) || !showVersion "/>
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit f9c8ffd537cd37f159ce63255cc8269f766fb6f3
|
||||
Subproject commit c6dee3b598a42259d26ac900c978f3f9461f2bd0
|
Loading…
Reference in New Issue