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: ` 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",
@ -692,7 +693,7 @@ export default {
} }
.titleTwo { .titleTwo {
margin: 15rpx 0; margin: 15rpx 0;
font-size: 28rpx; font-size: 28rpx;
} }
.tipItem { .tipItem {
@ -702,14 +703,14 @@ export default {
.title { .title {
font-size: 32rpx; font-size: 32rpx;
font-weight: 700; font-weight: 700;
} }
.text{ .text{
font-size: 28rpx; font-size: 28rpx;
} }
} }
} }
.text{ .text{
font-size: 32rpx; font-size: 32rpx;
} }
} }

Loading…
Cancel
Save