From 0440bef78da9ef23c012fda73c7723ff907fe71d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Thu, 7 Apr 2022 00:31:39 +0800 Subject: [PATCH] =?UTF-8?q?fix(index.vue):=20=E5=BC=80=E5=8F=91=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E9=98=B4=E5=BD=B1=E4=B8=8D=E6=98=BE=E7=A4=BA=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/components/Team/index.vue | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/views/dashboard/components/Team/index.vue b/src/views/dashboard/components/Team/index.vue index 9e7f36f9..9a0b54b4 100644 --- a/src/views/dashboard/components/Team/index.vue +++ b/src/views/dashboard/components/Team/index.vue @@ -70,13 +70,13 @@ const state = reactive({ teamActiveName: "developer", developers: [ { - imgUrl: "https://cdn.youlai.tech/rui.jpg", + imgUrl: "https://s2.loli.net/2022/04/06/yRx8uzj4emA5QVr.jpg", nickname: "郝先瑞", positions: ["Vue3", "Java", "文档"], homepage: "https://www.cnblogs.com/haoxianrui/", }, { - imgUrl: "https://cdn.youlai.tech/chuan.jpg", + imgUrl: "https://s2.loli.net/2022/04/06/cQihGv9uPsTjXk1.jpg", nickname: "张川", positions: ["Vue3", "Java"], homepage: "https://blog.csdn.net/qq_41595149", @@ -86,7 +86,7 @@ const state = reactive({ nickname: "张加林", positions: ["DevOps"], homepage: "https://gitee.com/ximy", - }, + } ], colors: ["", "success", "warning", "danger"], indicatorImgUrl: new URL( @@ -102,7 +102,7 @@ let bScroll = reactive({}) const dev_wapper = ref(null) onMounted(() => { - bScroll = new BScroll(dev_wapper.value, { + bScroll = new BScroll(dev_wapper.value, { mouseWheel: true,//开启鼠标滚轮 disableMouse: false,//启用鼠标拖动 scrollX: true, //X轴滚动启用 @@ -143,7 +143,7 @@ watchEffect(() => { .el-tabs__content { .el-tab-pane { - height: 252px; + height: 265px; } } @@ -155,6 +155,7 @@ watchEffect(() => { display: inline-flex; overflow: hidden; justify-content: flex-start; + padding: 10px; .developer__item { &:not(:first-child) {