Skip to content

Commit c835320

Browse files
committed
fix: parse error patch
1 parent 85b5bbb commit c835320

File tree

3 files changed

+17
-15
lines changed

3 files changed

+17
-15
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@richmd/vue",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "It is a vue package of Richmd.",
55
"exports": {
66
".": {
@@ -44,7 +44,7 @@
4444
"homepage": "https://github.com/richmd/vue.git",
4545
"license": "MIT",
4646
"dependencies": {
47-
"@richmd/js": "^2.0.7",
47+
"@richmd/js": "^2.0.8",
4848
"vue": "^3.5.13"
4949
},
5050
"devDependencies": {

pnpm-lock.yaml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

styles/slide.css

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,11 @@
170170
}
171171

172172
.richmd-slide .h1 {
173-
font-size: 92px;
173+
font-size: 64px;
174174
}
175175

176176
.richmd-slide .h2 {
177-
font-size: 84px;
177+
font-size: 58px;
178178
padding-bottom: 5px;
179179
border-bottom: 1px solid #cccccc;
180180
}
@@ -201,6 +201,8 @@
201201
}
202202

203203
.richmd-slide .span {
204+
width: fit-content;
205+
height: fit-content;
204206
margin: 0;
205207
}
206208

@@ -225,7 +227,7 @@
225227
.richmd-slide .br {
226228
display: block;
227229
content: "";
228-
padding: 12px;
230+
padding: 0;
229231
margin: 0;
230232
}
231233

@@ -395,7 +397,7 @@
395397
font-size: 30px;
396398
line-height: 40px;
397399
padding: 0 20px 20px;
398-
width: 350px;
400+
min-width: 350px;
399401
}
400402

401403
.richmd-slide .filename {

0 commit comments

Comments
 (0)