ui建议 #56

Closed
opened 2022-09-16 22:33:18 +08:00 by 0xzgh · 1 comment
0xzgh commented 2022-09-16 22:33:18 +08:00 (Migrated from github.com)

建议插入图片使用圆角样式

建议插入图片使用圆角样式
Charles7c commented 2022-09-17 00:07:59 +08:00 (Migrated from github.com)

建议插入图片使用圆角样式

我刚才去看了看掘金、CSDN、简书,目前它们的图片普遍是直角样式,不过圆角也确实会更柔和一些,有需要的话可以在 docs/.vitepress/theme/styles/custom.css 中添加这段样式代码。

.VPDoc .content-container img {
  border-radius: 5px;
}

image

> 建议插入图片使用圆角样式 我刚才去看了看掘金、CSDN、简书,目前它们的图片普遍是直角样式,不过圆角也确实会更柔和一些,有需要的话可以在 `docs/.vitepress/theme/styles/custom.css` 中添加这段样式代码。 ``` css .VPDoc .content-container img { border-radius: 5px; } ``` ![image](https://user-images.githubusercontent.com/25446948/190682069-0fdbd612-f225-43a4-858c-2f025bbdc87f.png)
This repo is archived. You cannot comment on issues.
No Label
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Charles7c/vitepress-theme-blog-charles7c-s1#56
No description provided.