Commit ea16fb61 authored by agping's avatar agping

后台样式优化

parent 965073dd
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<input type="hidden" class="page-load" id="user_genjing_modal" /> <input type="hidden" class="page-load" id="user_genjing_modal" />
<style> <style>
.fore-span{ .fore-span{
line-height: 26px; line-height: 23px;
} }
/*关联客户相关*/ /*关联客户相关*/
.user-detail-relational>div{ .user-detail-relational>div{
......
...@@ -59,4 +59,7 @@ ...@@ -59,4 +59,7 @@
} }
.bTabs div.tab-content div.tab-pane { .bTabs div.tab-content div.tab-pane {
height: 100%; height: 100%;
} }
\ No newline at end of file .nav-tabs > li > a{
border: 0;
}
...@@ -800,4 +800,15 @@ p{margin: 0;} ...@@ -800,4 +800,15 @@ p{margin: 0;}
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
} }
\ No newline at end of file /*隐藏 页面头部 border*/
.panel-default>.panel-heading{
border-bottom: 0;
padding-bottom: 0;
padding-left: 28px;
padding-right: 28px;
}
.panel-body{
padding-right: 28px;
padding-top: 10px;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment