flat: 样式

This commit is contained in:
Apcallover
2024-02-19 11:43:13 +08:00
parent 41ae03e35d
commit c077bfdef0
4 changed files with 9 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
<template>
<select-template ref="select" title="请选择行业" slo="请选择行业,帮你定制个性化推荐任务信息" :list="skillLevel" @submit="goAdd"></select-template>
<select-template ref="select" title="请选择行业" slo="" :list="skillLevel" @submit="goAdd"></select-template>
</template>
<script>

View File

@@ -9,7 +9,7 @@
<view class="jobcontent" @click="goAddind">
<view class="jobinfo">
<view class="jobAddress">
从事的行业
所属的行业
</view>
<view v-if="tradeName" class="jobText">{{ tradeName }}</view>
<view v-else class="jobText nochoose">请选择</view>
@@ -20,7 +20,7 @@
<view class="jobcontent" @click="skill">
<view class="jobinfo">
<view class="jobAddress">
我具备的技能
我具备的工种
</view>
<view v-if="worktypesName" class="jobText">{{ worktypesName }}</view>
<view v-else class="jobText nochoose">请选择</view>
@@ -31,7 +31,7 @@
<view class="jobcontent" @click="skillLevel">
<view class="jobinfo">
<view class="jobAddress">
的技能水平
从事的岗位
</view>
<view v-if="skillsName" class="jobText">{{ skillsName }}</view>
<view v-else class="jobText nochoose">请选择</view>

View File

@@ -29,7 +29,7 @@
:button="buttonList">
<view class="list">
<view class="list_text">
{{ item.trade }}·{{ item.worktypes }}·{{ item.skills }}
{{ item.trade }}{{ item.worktypes }}{{ item.skills }}
</view>
</view>
</m-slide-list>
@@ -440,7 +440,7 @@ export default {
}
page {
background-color: #f6f6f6;
background-color: #FFFFFF;
}
.head {

View File

@@ -71,9 +71,9 @@
this.activeId = id
},
mounted() {
uni.createSelectorQuery().in(this).select('.select-template-head').boundingClientRect().exec((node) => {
this.height = node[0].height + 'px'
});
// uni.createSelectorQuery().in(this).select('.select-template-head').boundingClientRect().exec((node) => {
// this.height = node[0].height + 'px'
// });
},
computed: {
searchResultList() {