From 71f75cd55d11dda80118c0c3e278a8c531d98dc5 Mon Sep 17 00:00:00 2001 From: chenyabin <Chenab123!> Date: 星期一, 19 四月 2021 14:05:24 +0800 Subject: [PATCH] 添加 附属设施弹框。 --- src/assets/css/map/map-panel-style.less | 96 ++++++++++++++++++++++++++++++----------------- 1 files changed, 61 insertions(+), 35 deletions(-) diff --git a/src/assets/css/map/map-panel-style.less b/src/assets/css/map/map-panel-style.less index 2ed915f..7c2e6f6 100644 --- a/src/assets/css/map/map-panel-style.less +++ b/src/assets/css/map/map-panel-style.less @@ -14,7 +14,26 @@ list-style: none; } - +.rt{ + float:right; +} +.lt{ + float:left; +} +.el-button--mini, .el-button--mini.is-round{ + padding: 0.02rem 0.04rem; +} +/*闅愯棌*/ +.el-dialog__wrapper{ + height: 0; +} +.el-dialog{ + margin: 0 !important; + position: fixed; + z-index: 2000; +// left: 50%; + //bottom:15px; +} i { font-style: normal } @@ -221,33 +240,6 @@ margin-left: 10px; } -.el-scrollbar__wrap { - -} - -.el-scrollbar__wrap::-webkit-scrollbar { - /*婊氬姩鏉℃暣浣撴牱寮�*/ - width: 5px; /*楂樺鍒嗗埆瀵瑰簲妯珫婊氬姩鏉$殑灏哄*/ - height: 1px; -} - -.el-scrollbar__wrap::-webkit-scrollbar-thumb { - /*婊氬姩鏉¢噷闈㈠皬鏂瑰潡*/ - border-radius: 10px; - background: none; -} - -.el-scrollbar__wrap::-webkit-scrollbar-track { - /*婊氬姩鏉¢噷闈㈣建閬�*/ - box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); - background: none; - border-radius: 10px; -} - -#el-scrollbar__wrap::-webkit-scrollbar-button { /*婊氬姩鏉′袱绔殑鎸夐挳锛屽彲浠ョ敤display:none璁╁叾涓嶆樉绀猴紝涔熷彲浠ユ坊鍔犺儗鏅浘鐗囷紝棰滆壊鏀瑰彉鏄剧ず鏁堟灉锛堜綅缃�2锛�*/ - background: #74D334; -} - /*******************鎿嶄綔鎸夐挳鐐瑰嚮閫変腑鏁翠綋鏍峰紡******************************/ .el-button { @@ -365,13 +357,6 @@ /*************** PublicTable 琛ㄦ牸鏍峰紡銆�*********************************/ .el-table { - border: 1px solid #396d83 !important; - - .el-table__body-wrapper::-webkit-scrollbar { - width: 0; - height: 0; - background: none; - } .cell { padding: 0 3px !important; i { @@ -381,6 +366,13 @@ line-height: 12px; } } +} +.el-table--border{ + border-bottom: 1px solid #ddd; +} + +.el-dialog--center .el-dialog__body{ + padding: 0.04rem; } .el-table--border th { @@ -430,6 +422,40 @@ padding: 0 !important; font-size: 0.01rem !important; } +.el-scrollbar__wrap { + +} +/*****婊氬姩鏉�***/ +.scroll::-webkit-scrollbar, +.el-table__body-wrapper::-webkit-scrollbar, +.el-scrollbar__wrap::-webkit-scrollbar { + /*婊氬姩鏉℃暣浣撴牱寮�*/ + width: 10px; /*楂樺鍒嗗埆瀵瑰簲妯珫婊氬姩鏉$殑灏哄*/ + height: 10px; +} + +.scroll::-webkit-scrollbar-thumb, +.el-table__body-wrapper::-webkit-scrollbar-thumb, +.el-scrollbar__wrap::-webkit-scrollbar-thumb { + /*婊氬姩鏉¢噷闈㈠皬鏂瑰潡*/ + border-radius: 10px; + background: #000; +} +.scroll::-webkit-scrollbar-track, +.el-table__body-wrapper::-webkit-scrollbar-track, +.el-scrollbar__wrap::-webkit-scrollbar-track { + /*婊氬姩鏉¢噷闈㈣建閬�*/ + box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); + background: @background-color; + border-radius: 10px; +} + + + + +/*********瑙e喅妯悜婊氬姩**/ + + /***********************************************鍔ㄧ敾鏁堟灉************/ .transition { -- Gitblit v1.8.0