季度计划和历史数据页面查询调整美观

This commit is contained in:
zhouyuejun
2019-02-21 14:58:07 +08:00
parent fef8e19595
commit b0f94ada23
6 changed files with 53 additions and 40 deletions
+7 -5
View File
@@ -14,11 +14,13 @@
position: relative;
padding: 0 15px;
.first-condition {
.line-operator-left{
width: 100%;
}
.line-operator-right {
// position: absolute;
// top: 0;
// right: 0;
text-align: right;
// text-align: right;
display: inline-block;
float: right;
padding: 0;
.btn-info {
background-color: rgb(122, 156, 204);
@@ -184,7 +186,7 @@
@media screen and (max-width: 991px) {
.line-operator-right {
text-align: left !important;
float: none !important;
}
}