UNPKG
taffy-coustom-ui
Version:
latest (12.0.4)
12.0.4
自己编译的
www.jqwidgets.com
TaffyBlog/jQWidgets
taffy-coustom-ui
/
demos
/
Angular
/
src
/
tooltip
/
defaultfunctionality
/
app.component.css
19 lines
(16 loc)
•
200 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
html
,
body
{
width
:
100vw
;
height
:
100vh
;
padding
:
0
;
margin
:
0
; }
#container
{
width
:
400px
; } jqxTooltip {
margin
:
8px
8px
0
8px
;
float
: left; } jqxTooltip
div
{
height
:
162px
; }