From b75457dab8d097927c77229f91cb3eabf2d0b9bf Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期五, 19 四月 2024 06:20:18 +0800 Subject: [PATCH] 1 --- src/pages/repository/repository.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/repository/repository.vue b/src/pages/repository/repository.vue index 7f1adf4..6d005e9 100644 --- a/src/pages/repository/repository.vue +++ b/src/pages/repository/repository.vue @@ -41,7 +41,7 @@ </el-card> <el-card class="box-card" style="width: 100%;height: 2.06rem; margin: .26rem 0;"> <div class="clearfix flex" style="font-weight: 900;font-size: .14rem;padding-bottom: .1rem;"> - <span>鏃剁┖鍦伴搧</span> + <span>鏃剁┖鍦板浘</span> <!-- <el-button icon="el-icon-rank" style="float: right; padding: 3px 0" type="text"></el-button> --> <img src="@/static/image/fangda.png" @click="fangdaClick(2)" style="width: .18rem;height: .18rem;" alt="" /> @@ -141,7 +141,7 @@ <!-- 杩斿洖椤堕儴 --> <el-col style="position: absolute;bottom: 1rem;left:1.2rem ;"> - <el-button style="width: .4935rem;height: .4935rem;font-size: .3rem;" icon="el-icon-download" circle + <el-button style="width: .50rem;height: .50rem;font-size: .3rem;" icon="el-icon-top" circle @click="scrollToTop"></el-button> </el-col> </view> @@ -152,7 +152,7 @@ import 'echarts/extension/bmap/bmap'; import { loadBMap - } from "../../static/map.js" + } from "@/static/map.js" import Table1 from '@/components/table1/table1.vue' export default { components: { -- Gitblit v1.9.1