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

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

@ -4,7 +4,7 @@
scroll-y="true" scroll-y="true"
:scroll-top="scrollTop" :scroll-top="scrollTop"
:style="{ :style="{
height: isExpanded ? 'calc(100% - 332rpx)' : 'calc(100% - 210rpx)', height: isExpanded ? 'calc(100% - 332rpx)' : 'calc(100% - 110rpx)',
}" }"
class="chatlist" class="chatlist"
id="scrollView" id="scrollView"
@ -208,6 +208,7 @@ export default {
if (err) { if (err) {
console.log("request fail", err.errMsg); console.log("request fail", err.errMsg);
} }
this.loading = false;
uni.showToast({ uni.showToast({
title: "查询失败", title: "查询失败",
icon: "error", icon: "error",

Loading…
Cancel
Save