From b0c01a7c58450e3e4b82c26043fee984b575408a Mon Sep 17 00:00:00 2001 From: lixg Date: Mon, 19 Dec 2022 16:11:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E5=9B=BE=E6=A8=AA=E5=90=91=E6=BB=9A=E5=8A=A8=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/project/ProjectManage.vue | 3 ++- src/views/roadmap/LearnPath.vue | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/project/ProjectManage.vue b/src/views/project/ProjectManage.vue index 9eace88..e53b769 100644 --- a/src/views/project/ProjectManage.vue +++ b/src/views/project/ProjectManage.vue @@ -2,7 +2,7 @@ * @Author: lixg lixg@dongwu-inc.com * @Date: 2022-12-18 15:56:03 * @LastEditors: lixg lixg@dongwu-inc.com - * @LastEditTime: 2022-12-19 14:15:43 + * @LastEditTime: 2022-12-19 16:11:13 * @FilePath: /fe-stu/src/views/project/ProjectList.vue * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE --> @@ -249,6 +249,7 @@ const goProjectDetails = (value) => { display: flex; justify-content: space-between; align-items: center; + overflow-x: auto; .projectName { width: 270px; margin-top: 12px; diff --git a/src/views/roadmap/LearnPath.vue b/src/views/roadmap/LearnPath.vue index 0a7720f..0d5c134 100644 --- a/src/views/roadmap/LearnPath.vue +++ b/src/views/roadmap/LearnPath.vue @@ -278,7 +278,7 @@ function toUnTask() {} margin-right: 54px; width: calc(100% - 107px); // min-width: 770px; - overflow-x: scroll; + overflow-x: auto; .el-table th.el-table__cell { background: rgba(249, 249, 249, 1);