mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-11 03:46:48 +08:00
fix:修改路径图横向滚动条
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
* @Author: lixg lixg@dongwu-inc.com
|
* @Author: lixg lixg@dongwu-inc.com
|
||||||
* @Date: 2022-12-18 15:56:03
|
* @Date: 2022-12-18 15:56:03
|
||||||
* @LastEditors: lixg lixg@dongwu-inc.com
|
* @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
|
* @FilePath: /fe-stu/src/views/project/ProjectList.vue
|
||||||
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
||||||
-->
|
-->
|
||||||
@@ -249,6 +249,7 @@ const goProjectDetails = (value) => {
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
overflow-x: auto;
|
||||||
.projectName {
|
.projectName {
|
||||||
width: 270px;
|
width: 270px;
|
||||||
margin-top: 12px;
|
margin-top: 12px;
|
||||||
|
|||||||
@@ -278,7 +278,7 @@ function toUnTask() {}
|
|||||||
margin-right: 54px;
|
margin-right: 54px;
|
||||||
width: calc(100% - 107px);
|
width: calc(100% - 107px);
|
||||||
// min-width: 770px;
|
// min-width: 770px;
|
||||||
overflow-x: scroll;
|
overflow-x: auto;
|
||||||
|
|
||||||
.el-table th.el-table__cell {
|
.el-table th.el-table__cell {
|
||||||
background: rgba(249, 249, 249, 1);
|
background: rgba(249, 249, 249, 1);
|
||||||
|
|||||||
Reference in New Issue
Block a user