提交为了发布

This commit is contained in:
daihh
2022-06-02 17:45:56 +08:00
44 changed files with 2247 additions and 1666 deletions

View File

@@ -134,8 +134,9 @@ export default {
<style lang="scss" scoped>
.one-line-ellipsis{
display: -webkit-box;
white-space:pre-wrap;
// word-wrap: break-word;
word-wrap: break-word;
word-break:break-all;
overflow: hidden;
text-overflow:ellipsis;