word break
This commit is contained in:
parent
1cf0a60c27
commit
71b914f07f
|
@ -47,4 +47,14 @@ const columns = [
|
|||
</template>
|
||||
</template>
|
||||
</UTable>
|
||||
</template>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
table {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
li {
|
||||
white-space: normal;
|
||||
}
|
||||
</style>
|
Loading…
Reference in New Issue