样式调整

This commit is contained in:
a0049873 2022-07-08 17:25:35 +08:00
parent 0c7715e1c1
commit cb46ccbcf9
2 changed files with 7 additions and 2 deletions

View File

@ -2,7 +2,7 @@
* @Author: hisense.liangjunhua * @Author: hisense.liangjunhua
* @Date: 2022-07-08 14:55:19 * @Date: 2022-07-08 14:55:19
* @LastEditors: hisense.liangjunhua * @LastEditors: hisense.liangjunhua
* @LastEditTime: 2022-07-08 17:03:42 * @LastEditTime: 2022-07-08 17:23:58
* @Description: 告诉大家这是什么 * @Description: 告诉大家这是什么
--> -->
<template> <template>

View File

@ -2,7 +2,7 @@
* @Author: hisense.liangjunhua * @Author: hisense.liangjunhua
* @Date: 2022-07-08 09:54:50 * @Date: 2022-07-08 09:54:50
* @LastEditors: hisense.liangjunhua * @LastEditors: hisense.liangjunhua
* @LastEditTime: 2022-07-08 15:57:38 * @LastEditTime: 2022-07-08 17:24:29
* @Description: 多条数据特殊处理 * @Description: 多条数据特殊处理
--> -->
<template> <template>
@ -303,4 +303,9 @@ export default {
font-weight: 400; font-weight: 400;
text-align: left; text-align: left;
} }
textarea {
height: 100px;
resize: none;
font-size: 14px;
}
</style> </style>