Skip to content

Commit 52462da

Browse files
committed
fix css code format
1 parent 867369b commit 52462da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/global/app.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ ion-spinner {
141141

142142
.floatIcon {
143143
position: absolute;
144-
top: 0px;
144+
top: 0;
145145
left: 4px;
146146
}
147147

@@ -196,7 +196,7 @@ ion-spinner {
196196
.router-modal .modal-wrapper {
197197
width: 100%;
198198
height: 100%;
199-
border: 0px solid #000;
199+
border: 0 solid #000;
200200
}
201201

202202
ion-content {

0 commit comments

Comments
 (0)