UNPKG
mt-ui-components-vue3
Version:
latest (1.0.0)
1.0.0
玛果添实UI组件库(Vue3)
mt-ui-components-vue3
/
es
/
DataTable
/
components
/
Boolean
/
index.less
10 lines
(8 loc)
•
146 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
.data-table-boolean-item
{
display
: flex;
gap
:
8px
;
.data-table-boolean-item--value
{
flex
:
1
;
min-width
:
0
; } }