Commit c76c8c5f authored by gary's avatar gary

1、fixbug

parent 9be8243b
......@@ -104,7 +104,7 @@
#tab_total {
display: block;
height: calc(~'100% - 40px');
height: calc(~'100% - 100px');
position: relative;
.import-wrapper {
......
......@@ -18,62 +18,6 @@
padding: 0 6px;
}
.app-data-import-side-bar {
//padding: 10px 0px 0px;
/* margin: auto; */
height: 100%;
min-height: 594px;
/*background-image:url(../../app-resources/images/login-user-below.png);
background-repeat:no-repeat;
-moz-background-size:100% 100%;
filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
background-size:255px 100%; */
.ps-scrollbar-y-rail {
z-index: 9999;
background-color: transparent !important;
.ps-scrollbar-y {
background-color: #ffffff !important;
}
}
.active {
background-color: @color-light-gray-f2;
}
.first-module {
width: 32%;
display: inline-block;
text-align: center;
vertical-align: middle;
padding: 40px;
.menu-wrapper {
.img {
padding: 10px;
}
}
}
/* .menu-width{
width: 160px;
}*/
.popover.bottom > .arrow:after {
border-bottom-color: @color-light-gray-e4;
}
.popover {
background-color: @color-light-gray-e4;
}
a {
text-decoration: none;
b {
color: #ffffff;
}
}
}
.data-import-wrapper {
margin-left: 260px;
background-color: white;
......@@ -84,6 +28,14 @@
height: 100%;
}
.ps-scrollbar-y-rail {
z-index: 9999;
background-color: transparent !important;
}
.ps-scrollbar-y {
background-color: #ffffff !important;
}
.app-data-import {
height: 101%;
width: 100%;
......@@ -147,6 +99,58 @@
}
.app-data-import-side-bar {
//padding: 10px 0px 0px;
/* margin: auto; */
height: 100%;
min-height: 594px;
/*background-image:url(../../app-resources/images/login-user-below.png);
background-repeat:no-repeat;
-moz-background-size:100% 100%;
filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
background-size:255px 100%; */
.active {
background-color: @color-light-gray-f2;
}
.first-module {
width: 32%;
display: inline-block;
text-align: center;
vertical-align: middle;
padding: 40px;
.menu-wrapper {
.img {
padding: 10px;
}
}
}
/* .menu-width{
width: 160px;
}*/
.popover.bottom > .arrow:after {
border-bottom-color: @color-light-gray-e4;
}
.popover {
background-color: @color-light-gray-e4;
}
a {
text-decoration: none;
b {
color: #ffffff;
}
}
}
#importBasicData {
z-index:9999;
......
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