improve ui
This commit is contained in:
parent
74c7d29875
commit
fb6c5d80e2
@ -59,8 +59,8 @@ export default {
|
||||
if (reg.test(value)) {
|
||||
return toDay(value)
|
||||
}
|
||||
if (value.length > 30) {
|
||||
return value.substring(0, 30).concat('...')
|
||||
if (value.length > 40) {
|
||||
return value.substring(0, 40).concat('...')
|
||||
}
|
||||
return value
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user