|
@@ -55,7 +55,7 @@
|
|
|
</div>
|
|
|
<!-- 展示 -->
|
|
|
<div v-else>
|
|
|
- <span style="font-size: 20px; font-weight: 500;">{{ baseInfo.name }}</span>
|
|
|
+ <span style="font-size: 20px; font-weight: 600;color: #666;">{{ baseInfo.name }}</span>
|
|
|
<div class="mt-3 d-flex">
|
|
|
<div class="listBox" :style="{ height: isExpand ? 'auto' : '68px' }">
|
|
|
<div>
|
|
@@ -379,6 +379,7 @@ formItems.value.options.forEach((e, index) => {
|
|
|
if (e.nameKey) e[e.nameKey] = baseInfo.value[e.nameKey]
|
|
|
})
|
|
|
</script>
|
|
|
+
|
|
|
<style lang="scss" scoped>
|
|
|
.jobTypeCardBox {
|
|
|
position: absolute;
|
|
@@ -415,6 +416,7 @@ formItems.value.options.forEach((e, index) => {
|
|
|
width: 100%; /* 设置容器宽度 */
|
|
|
// height: 68px;
|
|
|
overflow: hidden;
|
|
|
+ color: #666;
|
|
|
div {
|
|
|
margin-right: 50px;
|
|
|
span {
|