From 7d0cff049beee5964e8851dbdcc8185a2ad997a6 Mon Sep 17 00:00:00 2001 From: chenyabin <Chenab123!> Date: 星期五, 09 四月 2021 14:23:48 +0800 Subject: [PATCH] 弹框样式修改-详情页面样式修改。 --- src/assets/css/map/map-panel-style.less | 30 ++++++++++++++++++++++++++---- 1 files changed, 26 insertions(+), 4 deletions(-) diff --git a/src/assets/css/map/map-panel-style.less b/src/assets/css/map/map-panel-style.less index 48fc68b..f3f3243 100644 --- a/src/assets/css/map/map-panel-style.less +++ b/src/assets/css/map/map-panel-style.less @@ -333,12 +333,27 @@ } /*************** PublicTable 琛ㄦ牸鏍峰紡銆�*********************************/ -.cell { - padding: 0; + +.el-table{ + .el-table__body-wrapper::-webkit-scrollbar { + width: 0; + height: 0; + background: none; + } + .cell{ + padding: 0 3px !important; + i{ + display: block; + font-style: normal; + font-size: 10px; + line-height: 12px; + } + } } + .el-table .cell, .el-table--border td:first-child .cell, .el-table--border th:first-child .cell { - /* padding-left: 10px; */ + text-align: center; } .el-table th>.cell { @@ -364,6 +379,12 @@ .el-table tbody tr:hover>td { background-color:#28304d !important; } +//淇敼琛ㄦ牸楂樺害 +.el-table td { + padding: 0!important; + font-size: 0.01rem !important; +} + /***********************************************鍔ㄧ敾鏁堟灉************/ .transition{ transition: all .5s; @@ -411,5 +432,6 @@ } .el-tabs__header .is-top { - + } + -- Gitblit v1.8.0