Compare commits

..

No commits in common. "69b0e17a8570fc2114975206739cf3cdf66539b2" and "227adc0f4bf1354c7c0d7dc72c75a0801b09bc37" have entirely different histories.

6 changed files with 23 additions and 67 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 152 B

View File

@ -74,11 +74,7 @@
<span v-else>
{{ item.name }}
</span>
<div :class="item.name === Cardsname ? 'sanjiao' : ''"></div>
</div>
</div>
<div class="top-content-father" :key="listKey">
<template
@ -219,7 +215,6 @@
<span v-else>
{{ item.name }}
</span>
<div :class="item.name === Cardsname ? 'sanjiao' : ''"></div>
</div>
</div>
<div class="top-content-father">
@ -281,7 +276,6 @@
<span v-else>
{{ item.name }}
</span>
<div :class="item.name === Cardsname ? 'sanjiao' : ''"></div>
</div>
</div>
<KnowledgeBase
@ -339,7 +333,6 @@
}"
></span>
<span>{{ item.name }}</span>
</div>
</div>
<div class="resultListSearchInput-father">
@ -472,7 +465,6 @@
}"
></span>
<span>{{ item.name }}</span>
</div>
</div>
<div class="top-content-father">
@ -499,7 +491,6 @@
}"
></span>
<span>{{ item.name }}</span>
</div>
</div>
<div class="resultListSearchInput-father" style="background: unset">
@ -2283,32 +2274,18 @@
margin-right: 0.1rem;
}
div {
padding-left: 33px;
width: 220px;
padding: 0 0.1rem;
cursor: pointer;
// display: flex;
display: flex;
align-items: center;
}
div span{
vertical-align:middle;
}
div:hover {
color: #0058e1;
color: #0087ff;
}
.sanjiao{
background: url('~@/assets/home/sanjiao.png');
background-repeat: no-repeat;
height: 10px;
width: 10px;
margin-left: 67px;
position: absolute;
}
.sel {
color: #000000;
border-bottom: 0.03rem solid #0058e1;
// background: url('~@/assets/home/sanjiao.png');
// background-repeat: no-repeat;
font-weight: 600;
color: #0087ff;
border-bottom: 0.02rem solid #0087ff;
}
}
.top-content-father {
@ -2324,7 +2301,6 @@
display: flex;
margin-top: 0rem;
span:nth-child(1) {
font-size: 0.14rem;
display: inline-block;
position: relative;
line-height: 0.3614rem;

View File

@ -744,7 +744,7 @@
height: 60px;
display: flex;
align-items: center;
justify-content: left;
justify-content: center;
font-size: 16px;
color: #212121;
border-bottom: 1px solid #dddee1;
@ -931,7 +931,7 @@
height: 60px;
display: flex;
align-items: center;
justify-content: left;
justify-content: center;
font-size: 16px;
color: #212121;
border-bottom: 1px solid #dddee1;

View File

@ -147,19 +147,19 @@
cursor: pointer;
}
.zskTag {
margin: 20px 20px;
margin: 20px 10px;
// display: flex;
// justify-content: center;
border-top: 1px solid #dddee1;
padding-top: 18px;
border-top: 1px solid #eee;
padding-top: 20px;
.type {
padding: 0 10px 0 0;
font-size: 16px;
font-size: 18px;
font-weight: 600;
border-right: 1px solid #dddee1;
border-right: 1px solid #eee;
}
.ant-tag {
font-size: 16px;
font-size: 18px;
padding: 5px;
margin-left: 10px;
}
@ -170,20 +170,15 @@
}
.top {
display: flex;
padding-top: 10px;
justify-content: space-between;
border-top: 1px solid #dddee1;
margin: 3px 18px 5px;
font-size: 14px;
justify-content: space-between;
border-top: 1px solid #eee;
margin: 10px 0;
padding: 30px 10px 0;
span {
color: #0058e1;
font-weight: 600;
font-size:16px;
font-weight: 600;
}
}
:deep(.ant-list-lg .ant-list-item){
padding: 18px 17px 12px 49px;
}
:deep(.ant-list-bordered) {
border: none;
.ant-list-item {
@ -197,12 +192,11 @@
display: flex;
justify-content: flex-start;
align-items: center;
font-size: 14px;
svg {
margin-right: 5px;
}
.text {
font-size: 14px;
font-size: 16px;
cursor: pointer;
&:hover {
color: #0087ff;

View File

@ -127,7 +127,7 @@
</div>
</template>
<script setup>
import { ref, onMounted, onBeforeUnmount, defineProps,watch } from 'vue'
import { ref, onMounted, onBeforeUnmount, defineProps } from 'vue'
import { getUserInfo, getRole } from '@/api/user'
import { recordRoute } from '@/config'
import { useRoute, useRouter } from 'vue-router'
@ -162,19 +162,6 @@
}
const targetRouter = ref('')
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) => {
if (res.data.data.superAdmin == '1') {
backFlag.value = true
@ -189,6 +176,7 @@
}
})
console.log('navList------------>', navList)
const props = defineProps({
showView: { type: String, default: '' },
@ -209,7 +197,7 @@
}
}
}
console.log('3333333------------>', props)
//
const goToHome = () => {
// 西
@ -238,7 +226,6 @@
return message.warn('暂无权限')
}
}
select.value = item.key
switch (item.name) {
case '个人中心':

View File

@ -372,7 +372,6 @@
li {
width: 90px;
height: 12px;
align-items: right;
position: relative;
text-align: center;
cursor: pointer;