From bd6b0405a89e66f80ca777599b035d4ea7f3ea6a Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@smartai.com> Date: 星期二, 23 八月 2022 23:09:19 +0800 Subject: [PATCH] 隐藏主页和大屏菜单页 --- src/views/search/components/ModelCard.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/search/components/ModelCard.vue b/src/views/search/components/ModelCard.vue index 4e9425c..f3a9744 100644 --- a/src/views/search/components/ModelCard.vue +++ b/src/views/search/components/ModelCard.vue @@ -85,7 +85,7 @@ <span style="white-space: nowrap; font-weight: 600; font-size: 13px">{{ data.showLabels }}</span> </p> </div> - <b style="float: right; margin-right: 50px;" @click="markDialogVisible = true">鏍囪</b> + <el-button type="text" icon="el-icon-coordinate" style="float: right; margin-right: 50px; font-size: 16px;" >鏍囪</el-button> </div> </div> @@ -173,10 +173,10 @@ </div> </div> <el-dialog - title="鏍囪" + title="鏍囪棰勮" :visible.sync="markDialogVisible" width="30%" - style="z-index:4000;margin-top:200px" + style="z-index:4000;margin-top:200px;margin-left:140px;" center :modal="false" > @@ -198,6 +198,7 @@ ? 'width: 65%;padding: 5px;box-sizing: border-box' : 'width: 70%;padding: 5px;box-sizing: border-box;margin-left:15%' " + v-if="activeName === 'video'" > <div class="img-box"> <!-- <video -- Gitblit v1.8.0