UNPKG
@forchange/aui
Version:
latest (0.6.0)
0.6.0
0.5.7
0.5.0
0.4.3
0.4.2
0.4.1
0.4.0
0.3.2
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
ai-boss 业务 ui 组件库
@forchange/aui
/
lib
/
chat
/
style
/
index.css
10 lines
(9 loc)
•
171 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
.aui-chat-component
{
box-sizing
: border-box;
width
:
50%
;
height
:
80%
;
min-width
:
550px
;
min-height
:
620px
;
border-radius
:
5px
;
background-color
:
#f3f3f3
; }