diff --git a/src/assets/scss/common.scss b/src/assets/scss/common.scss index 7acb699e..794afa6f 100644 --- a/src/assets/scss/common.scss +++ b/src/assets/scss/common.scss @@ -813,3 +813,11 @@ img { background-color: #fe6252; border-color: #fe6252; } + +// 修改表格不换行的问题 +div.el-table div.cell { + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + word-wrap: normal; +} diff --git a/src/assets/scss/modules/visual/people.scss b/src/assets/scss/modules/visual/people.scss index 01c04348..aac6c66a 100644 --- a/src/assets/scss/modules/visual/people.scss +++ b/src/assets/scss/modules/visual/people.scss @@ -184,7 +184,7 @@ .wrap { position: relative; margin: 120px auto; - width: 1000px; + width: 1180px; .title { padding: 10px; @@ -265,18 +265,18 @@ .tab { margin: 0 5px; min-width: 76px; - padding: 0 5px; - height: 30px; + padding: 0 10px; + height: 36px; background: rgba(255, 255, 255, 0); border: 1px solid #1257c9; box-shadow: 0 0 10px 0 inset #1257c9; border-radius: 2px; text-align: center; - font-size: 14px; + font-size: 18px; font-family: PingFang SC; font-weight: 400; color: #ffffff; - line-height: 30px; + line-height: 36px; cursor: pointer; transition: all ease 0.5s; &.z-on { diff --git a/src/assets/scss/people-info.scss b/src/assets/scss/people-info.scss index 24428cdd..c2c80ef6 100644 --- a/src/assets/scss/people-info.scss +++ b/src/assets/scss/people-info.scss @@ -10,14 +10,14 @@ position: relative; margin: 5vh auto; height: 90vh; - width: 1040px; + width: 1180px; background-color: #fff; .wrap2 { box-sizing: border-box; padding: 20px; height: 90vh; - width: 1040px; + width: 1180px; overflow-y: auto; overflow-x: hidden; } @@ -102,18 +102,18 @@ .tab { margin: 0 5px; min-width: 76px; - padding: 0 5px; - height: 30px; + padding: 0 10px; + height: 36px; background: #fff; border: 1px solid #eee; box-shadow: 0 0 10px 0 inset #ddd; border-radius: 2px; text-align: center; - font-size: 14px; + font-size: 18px; font-family: PingFang SC; font-weight: 400; color: #333; - line-height: 30px; + line-height: 36px; cursor: pointer; transition: all ease 0.1s; &.z-on { diff --git a/src/views/modules/communityService/sqzzz/cpts/edit.vue b/src/views/modules/communityService/sqzzz/cpts/edit.vue index e1b5d045..de4a8bc5 100644 --- a/src/views/modules/communityService/sqzzz/cpts/edit.vue +++ b/src/views/modules/communityService/sqzzz/cpts/edit.vue @@ -134,6 +134,23 @@ + + + + + + + + + + + label="姓名" + width="80"> @@ -328,7 +329,8 @@ + align="center" + width="60">