diff --git a/src/assets/scss/modules/shequzhili/project-info.scss b/src/assets/scss/modules/shequzhili/project-info.scss index 65618080..7f2b6743 100644 --- a/src/assets/scss/modules/shequzhili/project-info.scss +++ b/src/assets/scss/modules/shequzhili/project-info.scss @@ -81,12 +81,16 @@ .info-pics { display: flex; margin: 20px 0; + min-width: 200px; + padding-left: 15px; + img { display: block; width: 32%; height: 90px; margin-right: 9px; object-fit: cover; + cursor: pointer; } } diff --git a/src/views/components/dateShow.vue b/src/views/components/dateShow.vue new file mode 100644 index 00000000..81739e35 --- /dev/null +++ b/src/views/components/dateShow.vue @@ -0,0 +1,48 @@ + + {{ showText }} + + + diff --git a/src/views/components/selectStaff.vue b/src/views/components/selectStaff.vue index f6bd9db4..c7478383 100644 --- a/src/views/components/selectStaff.vue +++ b/src/views/components/selectStaff.vue @@ -1307,7 +1307,7 @@ export default { .name { @include toe; width: 70%; - font-size: 18px; + font-size: 16px; font-family: PingFang SC; font-weight: 500; color: rgba(51, 51, 51, 1); @@ -1316,11 +1316,13 @@ export default { position: relative; display: inline-block; vertical-align: middle; - padding: 0 5px * 0.5; - height: 24px * 0.5; - line-height: 24px * 0.5; + box-sizing: content-box; + top: -2px; + padding: 0 4px; + height: 16px; + line-height: 16px; border: 1px * 0.5 solid rgba(187, 19, 19, 1); - border-radius: 12px * 0.5; + border-radius: 16px; font-size: 10px; font-family: PingFang SC; font-weight: 500; diff --git a/src/views/modules/shequzhili/xiangmu/cpts/event-info.vue b/src/views/modules/shequzhili/xiangmu/cpts/event-info.vue index 372b3601..d25b8b1d 100644 --- a/src/views/modules/shequzhili/xiangmu/cpts/event-info.vue +++ b/src/views/modules/shequzhili/xiangmu/cpts/event-info.vue @@ -7,7 +7,7 @@