Fix width.

This commit is contained in:
gakkurorto 2020-07-31 21:27:01 +08:00
parent 2d839a017b
commit 82d6fcaf87
3 changed files with 4 additions and 1 deletions

View File

@ -18,7 +18,7 @@
``` ```
1. 生成文件 1. 生成文件
```shell ```shell
./node_modules/.bin/mmdc -i how-to-choose-a-v2ray-plan.mmd -o how-to-choose-a-v2ray-plan.png -t forest -w 1920 -H 1080 -p puppeteer-config.json ./node_modules/.bin/mmdc -i how-to-choose-a-v2ray-plan.mmd -o how-to-choose-a-v2ray-plan.png -t forest -C style.css -w 1920 -H 1080 -p puppeteer-config.json
``` ```
1. 提交 PR 1. 提交 PR

Binary file not shown.

Before

Width:  |  Height:  |  Size: 255 KiB

After

Width:  |  Height:  |  Size: 256 KiB

3
how-to-choose/style.css Normal file
View File

@ -0,0 +1,3 @@
rect+g foreignObject {
width: 500px;
}