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