细节优化

This commit is contained in:
francis_fh
2026-01-28 17:17:29 +08:00
parent a128926c21
commit 7634a24c3a
6 changed files with 18 additions and 15 deletions

View File

@@ -59,7 +59,7 @@ const generateTabbarList = () => {
},
{
id: 2,
text: 'AI+',
text: '智能客服',
path: '/pages/chat/chat',
iconPath: '/static/tabbar/logo3.png',
selectedIconPath: '/static/tabbar/logo3.png',
@@ -175,7 +175,8 @@ const switchTab = (item, index) => {
const loginRequiredPages = [
'/packageA/pages/job/publishJob',
'/pages/mine/mine',
'/pages/mine/company-mine'
'/pages/mine/company-mine',
'/pages/msglog/msglog'
];
if (loginRequiredPages.includes(item.path)) {

View File

@@ -775,7 +775,8 @@ ol {
/* 为v-html生成的a.custom-card标签添加基础样式 */
a.custom-card {
display: block !important;
display: flex !important;
flex-direction: column !important;
margin-bottom: 22rpx !important;
background: #FFFFFF !important;
box-shadow: 0rpx 0rpx 8rpx 0rpx rgba(0,0,0,0.04) !important;
@@ -787,7 +788,8 @@ ol {
text-decoration: none !important;
overflow: hidden !important;
box-sizing: border-box !important;
width: 100% !important;
width: calc(100% - 0rpx) !important;
max-width: 100% !important;
}
/* 卡片标题样式 */