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: `
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",

Loading…
Cancel
Save