Skip to content

Commit ea01fa4

Browse files
author
hikki
committed
1.7
1 parent 25ba8b1 commit ea01fa4

File tree

3 files changed

+4
-151
lines changed

3 files changed

+4
-151
lines changed

resources/assets/component.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
vertical-align: middle;
8888
display: inline-block;
8989
width: 100%;
90-
height: 20px;
90+
height: 25px;
9191
padding-left: 4px;
9292
padding-right: 4px;
9393
background: #fff;
@@ -109,7 +109,7 @@
109109
border-radius: 5px;
110110
box-shadow: 0 .4rem 1.2rem rgba(0,0,0,.4)!important;
111111
text-align: left;
112-
background: #000000;
112+
background: #1c1c1c;
113113
color: rgba(255,255,255,.9);
114114
}
115115

resources/assets/component.min.css

Lines changed: 1 addition & 148 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<body>
1010
<div id="test" style="width: 400px;height: 220px"></div>
1111
<div style="height: 30px"></div>
12-
<div id="test2" style="width: 650px;height: 300px"></div>
12+
<div id="test2" style="width: 650px;height: 320px"></div>
1313
<div style="height: 30px"></div>
1414
<div id="test3">点击</div>
1515
</body>

0 commit comments

Comments
 (0)