Compare commits
2 Commits
227adc0f4b
...
69b0e17a85
Author | SHA1 | Date |
---|---|---|
gongjiale | 69b0e17a85 | |
gongjiale | 9aa7f0f52d |
Binary file not shown.
After Width: | Height: | Size: 152 B |
|
@ -74,7 +74,11 @@
|
||||||
<span v-else>
|
<span v-else>
|
||||||
{{ item.name }}
|
{{ item.name }}
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
|
<div :class="item.name === Cardsname ? 'sanjiao' : ''"></div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="top-content-father" :key="listKey">
|
<div class="top-content-father" :key="listKey">
|
||||||
<template
|
<template
|
||||||
|
@ -215,6 +219,7 @@
|
||||||
<span v-else>
|
<span v-else>
|
||||||
{{ item.name }}
|
{{ item.name }}
|
||||||
</span>
|
</span>
|
||||||
|
<div :class="item.name === Cardsname ? 'sanjiao' : ''"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="top-content-father">
|
<div class="top-content-father">
|
||||||
|
@ -276,6 +281,7 @@
|
||||||
<span v-else>
|
<span v-else>
|
||||||
{{ item.name }}
|
{{ item.name }}
|
||||||
</span>
|
</span>
|
||||||
|
<div :class="item.name === Cardsname ? 'sanjiao' : ''"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<KnowledgeBase
|
<KnowledgeBase
|
||||||
|
@ -333,6 +339,7 @@
|
||||||
}"
|
}"
|
||||||
></span>
|
></span>
|
||||||
<span>{{ item.name }}</span>
|
<span>{{ item.name }}</span>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="resultListSearchInput-father">
|
<div class="resultListSearchInput-father">
|
||||||
|
@ -465,6 +472,7 @@
|
||||||
}"
|
}"
|
||||||
></span>
|
></span>
|
||||||
<span>{{ item.name }}</span>
|
<span>{{ item.name }}</span>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="top-content-father">
|
<div class="top-content-father">
|
||||||
|
@ -491,6 +499,7 @@
|
||||||
}"
|
}"
|
||||||
></span>
|
></span>
|
||||||
<span>{{ item.name }}</span>
|
<span>{{ item.name }}</span>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="resultListSearchInput-father" style="background: unset">
|
<div class="resultListSearchInput-father" style="background: unset">
|
||||||
|
@ -2274,18 +2283,32 @@
|
||||||
margin-right: 0.1rem;
|
margin-right: 0.1rem;
|
||||||
}
|
}
|
||||||
div {
|
div {
|
||||||
padding: 0 0.1rem;
|
padding-left: 33px;
|
||||||
|
width: 220px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: flex;
|
// display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
div span{
|
||||||
|
vertical-align:middle;
|
||||||
|
}
|
||||||
div:hover {
|
div:hover {
|
||||||
color: #0087ff;
|
color: #0058e1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sanjiao{
|
||||||
|
background: url('~@/assets/home/sanjiao.png');
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
height: 10px;
|
||||||
|
width: 10px;
|
||||||
|
margin-left: 67px;
|
||||||
|
position: absolute;
|
||||||
}
|
}
|
||||||
.sel {
|
.sel {
|
||||||
font-weight: 600;
|
color: #000000;
|
||||||
color: #0087ff;
|
border-bottom: 0.03rem solid #0058e1;
|
||||||
border-bottom: 0.02rem solid #0087ff;
|
// background: url('~@/assets/home/sanjiao.png');
|
||||||
|
// background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.top-content-father {
|
.top-content-father {
|
||||||
|
@ -2301,6 +2324,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-top: 0rem;
|
margin-top: 0rem;
|
||||||
span:nth-child(1) {
|
span:nth-child(1) {
|
||||||
|
font-size: 0.14rem;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: relative;
|
position: relative;
|
||||||
line-height: 0.3614rem;
|
line-height: 0.3614rem;
|
||||||
|
|
|
@ -744,7 +744,7 @@
|
||||||
height: 60px;
|
height: 60px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: left;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: #212121;
|
color: #212121;
|
||||||
border-bottom: 1px solid #dddee1;
|
border-bottom: 1px solid #dddee1;
|
||||||
|
@ -931,7 +931,7 @@
|
||||||
height: 60px;
|
height: 60px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: left;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: #212121;
|
color: #212121;
|
||||||
border-bottom: 1px solid #dddee1;
|
border-bottom: 1px solid #dddee1;
|
||||||
|
|
|
@ -147,19 +147,19 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.zskTag {
|
.zskTag {
|
||||||
margin: 20px 10px;
|
margin: 20px 20px;
|
||||||
// display: flex;
|
// display: flex;
|
||||||
// justify-content: center;
|
// justify-content: center;
|
||||||
border-top: 1px solid #eee;
|
border-top: 1px solid #dddee1;
|
||||||
padding-top: 20px;
|
padding-top: 18px;
|
||||||
.type {
|
.type {
|
||||||
padding: 0 10px 0 0;
|
padding: 0 10px 0 0;
|
||||||
font-size: 18px;
|
font-size: 16px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-right: 1px solid #eee;
|
border-right: 1px solid #dddee1;
|
||||||
}
|
}
|
||||||
.ant-tag {
|
.ant-tag {
|
||||||
font-size: 18px;
|
font-size: 16px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
@ -170,15 +170,20 @@
|
||||||
}
|
}
|
||||||
.top {
|
.top {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
padding-top: 10px;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
border-top: 1px solid #eee;
|
border-top: 1px solid #dddee1;
|
||||||
margin: 10px 0;
|
margin: 3px 18px 5px;
|
||||||
padding: 30px 10px 0;
|
font-size: 14px;
|
||||||
span {
|
span {
|
||||||
color: #0058e1;
|
color: #0058e1;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
font-size:16px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
:deep(.ant-list-lg .ant-list-item){
|
||||||
|
padding: 18px 17px 12px 49px;
|
||||||
|
}
|
||||||
:deep(.ant-list-bordered) {
|
:deep(.ant-list-bordered) {
|
||||||
border: none;
|
border: none;
|
||||||
.ant-list-item {
|
.ant-list-item {
|
||||||
|
@ -192,11 +197,12 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
font-size: 14px;
|
||||||
svg {
|
svg {
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
.text {
|
.text {
|
||||||
font-size: 16px;
|
font-size: 14px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
&:hover {
|
&:hover {
|
||||||
color: #0087ff;
|
color: #0087ff;
|
||||||
|
|
|
@ -127,7 +127,7 @@
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script setup>
|
<script setup>
|
||||||
import { ref, onMounted, onBeforeUnmount, defineProps } from 'vue'
|
import { ref, onMounted, onBeforeUnmount, defineProps,watch } from 'vue'
|
||||||
import { getUserInfo, getRole } from '@/api/user'
|
import { getUserInfo, getRole } from '@/api/user'
|
||||||
import { recordRoute } from '@/config'
|
import { recordRoute } from '@/config'
|
||||||
import { useRoute, useRouter } from 'vue-router'
|
import { useRoute, useRouter } from 'vue-router'
|
||||||
|
@ -162,6 +162,19 @@
|
||||||
}
|
}
|
||||||
const targetRouter = ref('')
|
const targetRouter = ref('')
|
||||||
const backFlag = ref(false)
|
const backFlag = ref(false)
|
||||||
|
watch(
|
||||||
|
() => router.currentRoute.value.path,
|
||||||
|
(newValue, oldValue) => {
|
||||||
|
|
||||||
|
if(newValue=='/apply' || newValue=='/details'){
|
||||||
|
select.value='DetailsPageconetent'
|
||||||
|
}else if(newValue=='/demandDetails'){
|
||||||
|
select.value='demandCenter'
|
||||||
|
}
|
||||||
|
|
||||||
|
},
|
||||||
|
{ immediate: true }
|
||||||
|
)
|
||||||
getUserInfo().then((res) => {
|
getUserInfo().then((res) => {
|
||||||
if (res.data.data.superAdmin == '1') {
|
if (res.data.data.superAdmin == '1') {
|
||||||
backFlag.value = true
|
backFlag.value = true
|
||||||
|
@ -176,7 +189,6 @@
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
console.log('navList------------>', navList)
|
|
||||||
|
|
||||||
const props = defineProps({
|
const props = defineProps({
|
||||||
showView: { type: String, default: '' },
|
showView: { type: String, default: '' },
|
||||||
|
@ -197,7 +209,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
console.log('3333333------------>', props)
|
|
||||||
// 返回首页
|
// 返回首页
|
||||||
const goToHome = () => {
|
const goToHome = () => {
|
||||||
// 西海岸
|
// 西海岸
|
||||||
|
@ -226,6 +238,7 @@
|
||||||
return message.warn('暂无权限')
|
return message.warn('暂无权限')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
select.value = item.key
|
select.value = item.key
|
||||||
switch (item.name) {
|
switch (item.name) {
|
||||||
case '个人中心':
|
case '个人中心':
|
||||||
|
|
|
@ -372,6 +372,7 @@
|
||||||
li {
|
li {
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 12px;
|
height: 12px;
|
||||||
|
align-items: right;
|
||||||
position: relative;
|
position: relative;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
Loading…
Reference in New Issue