Skip to content

Commit e662da4

Browse files
【feature】新增vue-leaflet点选查询子组件范例 review by songym
1 parent 4c95586 commit e662da4

File tree

6 files changed

+26211
-16092
lines changed

6 files changed

+26211
-16092
lines changed

dist/leaflet/iclient-leaflet-vue.css

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2271,3 +2271,52 @@ body {
22712271
z-index: 100;
22722272
background: rgba(0, 0, 0, 0.8); }
22732273

2274+
/* Transition */
2275+
/* color */
2276+
/* 53a8ff */
2277+
/* 66b1ff */
2278+
/* 79bbff */
2279+
/* 8cc5ff */
2280+
/* a0cfff */
2281+
/* b3d8ff */
2282+
/* c6e2ff */
2283+
/* d9ecff */
2284+
/* ecf5ff */
2285+
/* text */
2286+
/* icon */
2287+
/* z-index */
2288+
/* link */
2289+
/* border */
2290+
/* fill */
2291+
.sm-component-identify {
2292+
list-style: none;
2293+
margin: 0;
2294+
padding: 10px 15px;
2295+
max-height: 170px;
2296+
width: 280px;
2297+
overflow: auto;
2298+
font-size: 14px;
2299+
background: transparent; }
2300+
.sm-component-identify::-webkit-scrollbar {
2301+
width: 5px;
2302+
height: 5px;
2303+
background-color: #ffff; }
2304+
.sm-component-identify::-webkit-scrollbar-thumb {
2305+
border-radius: 10px;
2306+
background-color: #bbb; }
2307+
.sm-component-identify__body {
2308+
display: flex;
2309+
justify-content: space-between;
2310+
padding: 5px 0; }
2311+
.sm-component-identify__left {
2312+
width: 40%;
2313+
overflow: hidden;
2314+
text-overflow: ellipsis;
2315+
white-space: nowrap; }
2316+
.sm-component-identify__right {
2317+
margin-left: 10px;
2318+
width: calc(60% - 10px);
2319+
overflow: hidden;
2320+
text-overflow: ellipsis;
2321+
white-space: nowrap; }
2322+

0 commit comments

Comments
 (0)