zhangqun 11 months ago
parent 37b2548440
commit d31c3dd31e
  1. 3
      components/zeroMarkdownView/zeroMarkdownView.vue
  2. 17
      pages/knowledge/index.vue

@ -150,10 +150,13 @@
th: `
border: 1px solid #202121;
color: #555;
font-size: 14px;
font-weight: 500;
`,
td: `
color:#555;
border: 1px solid #555555;
font-size: 14px;
`,
pre: `
border-radius: 5px;

@ -4,7 +4,7 @@
scroll-y="true"
:scroll-top="scrollTop"
:style="{
height: isExpanded ? 'calc(100% - 332rpx)' : 'calc(100% - 210rpx)',
height: isExpanded ? 'calc(100% - 332rpx)' : 'calc(100% - 110rpx)',
}"
class="chatlist"
id="scrollView"
@ -208,6 +208,7 @@ export default {
if (err) {
console.log("request fail", err.errMsg);
}
this.loading = false;
uni.showToast({
title: "查询失败",
icon: "error",
@ -692,7 +693,7 @@ export default {
}
.titleTwo {
margin: 15rpx 0;
margin: 15rpx 0;
font-size: 28rpx;
}
.tipItem {
@ -702,14 +703,14 @@ export default {
.title {
font-size: 32rpx;
font-weight: 700;
}
.text{
font-size: 28rpx;
}
.text{
font-size: 28rpx;
}
}
}
.text{
font-size: 32rpx;
}
.text{
font-size: 32rpx;
}
}

Loading…
Cancel
Save