hookehuyr

fix Bob说表头文字显示高度需要调整

1 <!-- 1 <!--
2 * @Date: 2022-07-18 10:22:22 2 * @Date: 2022-07-18 10:22:22
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2024-09-10 10:19:41 4 + * @LastEditTime: 2024-09-19 10:20:15
5 * @FilePath: /data-table/src/views/index.vue 5 * @FilePath: /data-table/src/views/index.vue
6 * @Description: 首页 6 * @Description: 首页
7 --> 7 -->
...@@ -1135,6 +1135,7 @@ const onFailed = (errorInfo) => { // 提交表单且验证不通过后触发 ...@@ -1135,6 +1135,7 @@ const onFailed = (errorInfo) => { // 提交表单且验证不通过后触发
1135 color: #666; 1135 color: #666;
1136 font-size: 0.9rem; 1136 font-size: 0.9rem;
1137 white-space: pre-wrap; 1137 white-space: pre-wrap;
1138 + line-height: 1.5;
1138 1139
1139 img { 1140 img {
1140 width: 100%; 1141 width: 100%;
......