|
@@ -1005,7 +1005,7 @@ export default {
|
|
|
},
|
|
|
// 生命周期 - 创建完成(可以访问当前this实例)
|
|
|
created() {
|
|
|
- console.log("2023-02-10");
|
|
|
+ console.log("2023-03-03");
|
|
|
},
|
|
|
// 生命周期 - 挂载完成(可以访问DOM元素)
|
|
|
mounted() {
|
|
@@ -1569,6 +1569,8 @@ export default {
|
|
|
font-size: 16px;
|
|
|
line-height: 150%;
|
|
|
font-weight: bold;
|
|
|
+ white-space: pre-wrap;
|
|
|
+ word-break: break-word;
|
|
|
margin: 0;
|
|
|
}
|
|
|
h3 {
|