fix:修改路径图横向滚动条

This commit is contained in:
lixg
2022-12-19 16:11:48 +08:00
parent a5069646ef
commit b0c01a7c58
2 changed files with 3 additions and 2 deletions

View File

@@ -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;

View File

@@ -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);