[web-app] p标签内容自动换行

This commit is contained in:
tomsun28
2021-12-08 15:03:32 +08:00
parent 4bbf9fda3e
commit 78a1cbaa16
2 changed files with 4 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
p {
font-size: xx-small;
word-wrap: break-word;
word-break: break-all;
}
// angular 修改第三方子组件样式

View File

@@ -25,4 +25,6 @@ nz-layout:last-child {
p {
font-size: xx-small;
word-wrap: break-word;
word-break: break-all;
}