Skip to content

Commit 4ac6dee

Browse files
author
杜美瑶
committed
修改我的资源属性框样式UI --reviewed by wangz
1 parent 0d098a6 commit 4ac6dee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/leaflet/iPortalQueryMyResources.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@
7676
max-height: 500px;
7777
overflow-y: auto;
7878
}
79-
table {
79+
.tab-pane {
8080
margin-top: 12px;
8181
}
8282
.choose {
8383
display: block;
84-
margin-top: 12px;
84+
margin: 12px 0;
8585
}
8686
</style>
8787
</head>

examples/openlayers/iPortalQueryMyResources.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@
7676
max-height: 500px;
7777
overflow-y: auto;
7878
}
79-
table {
79+
.tab-pane {
8080
margin-top: 12px;
8181
}
8282
.choose {
8383
display: block;
84-
margin-top: 12px;
84+
margin: 12px 0;
8585
}
8686
</style>
8787
</head>

0 commit comments

Comments
 (0)