style(系统设置): 修改样式
--bug=1035613 --user=吕梦园 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001035613 --bug=1035275 --user=吕梦园 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001035275
This commit is contained in:
parent
f17c33fa64
commit
5d6bcd764d
|
@ -131,7 +131,7 @@ export default {
|
|||
'common.batchCopySuccess': 'Batch copy successful',
|
||||
'common.batchMoveSuccess': 'Batch move successful',
|
||||
'common.importSuccess': 'Import successful',
|
||||
'common.nameIsTooLang': 'The name exceeds 255 characters',
|
||||
'common.nameIsTooLang': 'The name cannot exceed 255 characters',
|
||||
'common.validateSuccess': 'Validate success',
|
||||
'common.to': 'To',
|
||||
'common.tip': 'Tips',
|
||||
|
|
|
@ -131,7 +131,7 @@ export default {
|
|||
'common.batchCopySuccess': '批量复制成功',
|
||||
'common.batchMoveSuccess': '批量移动成功',
|
||||
'common.importSuccess': '导入成功',
|
||||
'common.nameIsTooLang': '名称超过255个字符',
|
||||
'common.nameIsTooLang': '名称不能超过 255 个字符',
|
||||
'common.validateSuccess': '验证成功',
|
||||
'common.to': '至',
|
||||
'common.tip': '温馨提示',
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
/>
|
||||
<a-tooltip :content="record.name">
|
||||
<div
|
||||
class="ellipsis max-w-[200px]"
|
||||
class="ellipsis ml-[8px] max-w-[200px]"
|
||||
:class="{
|
||||
'text-[rgb(var(--primary-5))]': isEnableTemplate,
|
||||
'cursor-pointer': isEnableTemplate,
|
||||
|
|
Loading…
Reference in New Issue