Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 32a6109

Browse files
committed
【feature】 新增leaflet chart例子; review by songym
1 parent 8c78ee4 commit 32a6109

10 files changed

+32879
-15580
lines changed

dist/leaflet/iclient-leaflet-vue.css

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2024,7 +2024,8 @@ body {
20242024
.sm-component-table-popup__table .ant-table-tbody > tr:hover:not(.ant-table-expanded-row) > td {
20252025
background-color: transparent !important; }
20262026
.sm-component-table-popup__table .ant-table-tbody > tr > td {
2027-
transition: all 0s, height 0s; }
2027+
transition: all 0s, height 0s;
2028+
border-bottom-color: transparent; }
20282029
.sm-component-table-popup__table .ant-table-row:hover {
20292030
transition: all 0s, height 0s !important;
20302031
color: var(--table-popup-active-color--text); }
@@ -2271,6 +2272,15 @@ body {
22712272
z-index: 100;
22722273
background: rgba(0, 0, 0, 0.8); }
22732274

2275+
.sm-leaflet-tabel-popup .leaflet-popup-content {
2276+
margin: 0; }
2277+
2278+
.sm-leaflet-tabel-popup .leaflet-popup-content-wrapper {
2279+
border-radius: 3px; }
2280+
2281+
.sm-leaflet-tabel-popup .leaflet-popup-content-wrapper, .sm-leaflet-tabel-popup .leaflet-popup-content, .sm-leaflet-tabel-popup .leaflet-popup-tip {
2282+
background: transparent; }
2283+
22742284
/* Transition */
22752285
/* color */
22762286
/* 53a8ff */
@@ -2320,3 +2330,9 @@ body {
23202330
text-overflow: ellipsis;
23212331
white-space: nowrap; }
23222332

2333+
.sm-component-chart .sm-component-card__content {
2334+
width: 400px;
2335+
height: 200px;
2336+
/* 去除阴影效果 */
2337+
box-shadow: none; }
2338+

0 commit comments

Comments
 (0)