Skip to content

Commit 840191a

Browse files
committed
fix: 界面展示的修改
1 parent 8d66595 commit 840191a

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

src/lib/tag/index.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export default {
6767
align-items: center;
6868
flex-wrap: nowrap;
6969
padding: 0 7px;
70-
height: 28px;
70+
height: 30px;
7171
font-size: 14px;
7272
line-height: 1;
7373
border-radius: 2px;
@@ -100,8 +100,8 @@ export default {
100100
border: 1px solid rgb(249, 214, 159);
101101
}
102102
&.is-info {
103-
color: rgb(32, 128, 240);
104-
background-color: rgba(32, 128, 240, 0.1);
103+
color: rgb(32, 130, 240);
104+
background-color: rgba(32, 130, 240, 0.1);
105105
border: 1px solid rgb(172, 208, 249);
106106
}
107107
&.is-error {
@@ -112,8 +112,8 @@ export default {
112112
113113
&.is-small {
114114
font-size: 12px;
115-
line-height: 12px;
116-
height: 22px;
115+
line-height: 14px;
116+
height: 24px;
117117
}
118118
119119
&.is-large {

src/views/doc/affix/AffixPreview2.preview.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<style scoped>
1010
.affix-container {
1111
text-align: center;
12-
height: 400px;
12+
height: 800px;
1313
border-radius: 4px;
1414
background-color: #edf5ef;
1515
width: 100%;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<preview>基础用法</preview>
22
<template>
3-
往下滑出现Backtop
3+
<div style="height: 300px">往下滑出现Backtop</div>
44
<jw-backtop target="#doc-content-container" />
55
</template>

src/views/doc/backtop/BacktopPreview2.preview.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<preview>自定义内容</preview>
22
<template>
3-
往下滑出现Backtop
3+
<div style="height: 300px">往下滑出现Backtop</div>
44
<jw-backtop target="#doc-content-container" :bottom="100">
55
<div
66
style="

src/views/doc/divider/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import DividerPreview1 from "./DividerPreview1.preview.vue";
2222
import DividerPreview2 from "./DividerPreview2.preview.vue";
2323
import DividerPreview3 from "./DividerPreview3.preview.vue";
2424
import Doc from "@/components/Doc.vue";
25-
import PrevAndNext from "@/components/PrevAndNext";
25+
import PrevAndNext from "@/components/PrevAndNext.vue";
2626
2727
const propDoc = [
2828
["title-placement", "标题的位置", "string", "left / right / center", "left"],

0 commit comments

Comments
 (0)