|
@ -276,23 +276,29 @@ export default { |
|
|
background-repeat: repeat; |
|
|
background-repeat: repeat; |
|
|
background-color: rgba(229, 239, 247, 0.87); |
|
|
background-color: rgba(229, 239, 247, 0.87); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.project-body::-webkit-scrollbar { |
|
|
.project-body::-webkit-scrollbar { |
|
|
width: 0 !important; |
|
|
width: 0 !important; |
|
|
background: transparent; |
|
|
background: transparent; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.project-body { |
|
|
.project-body { |
|
|
-ms-overflow-style: none; |
|
|
-ms-overflow-style: none; |
|
|
overflow: -moz-scrollbars-none; |
|
|
overflow: -moz-scrollbars-none; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.logo-img { |
|
|
.logo-img { |
|
|
max-height: 120px; |
|
|
max-height: 120px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.submit-btn-form-item { |
|
|
.submit-btn-form-item { |
|
|
text-align: left; |
|
|
text-align: left; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.submit-btn-form-item button { |
|
|
.submit-btn-form-item button { |
|
|
width: 20%; |
|
|
width: 20%; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@media screen and (max-width: 750px) { |
|
|
@media screen and (max-width: 750px) { |
|
|
.project-form { |
|
|
.project-form { |
|
|
margin: 0; |
|
|
margin: 0; |
|
@ -309,29 +315,31 @@ export default { |
|
|
width: 80%; |
|
|
width: 80%; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@media screen and (max-width: 500px) { |
|
|
@media screen and (max-width: 500px) { |
|
|
.el-message { |
|
|
.el-message { |
|
|
min-width: 300px !important; |
|
|
min-width: 300px !important; |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
@media screen and (max-width: 500px) { |
|
|
|
|
|
.el-message-box { |
|
|
.el-message-box { |
|
|
width: 300px !important; |
|
|
width: 300px !important; |
|
|
} |
|
|
} |
|
|
} |
|
|
//! 日期范围兼容移动端 |
|
|
@media screen and (max-width: 500px) { |
|
|
//.el-date-range-picker__content{ |
|
|
|
|
|
// float: none!important; |
|
|
|
|
|
// width: 100% !important; |
|
|
|
|
|
//} |
|
|
|
|
|
//# 日期范围兼容移动端 |
|
|
.el-dialog__wrapper .el-dialog { |
|
|
.el-dialog__wrapper .el-dialog { |
|
|
width: 300px !important; |
|
|
width: 300px !important; |
|
|
|
|
|
|
|
|
.el-dialog__body { |
|
|
.el-dialog__body { |
|
|
padding: 10px 20px !important; |
|
|
padding: 10px 20px !important; |
|
|
|
|
|
|
|
|
.el-form-item__label { |
|
|
.el-form-item__label { |
|
|
width: 68px !important; |
|
|
width: 68px !important; |
|
|
} |
|
|
} |
|
|
//.el-select, |
|
|
|
|
|
//.el-input { |
|
|
|
|
|
// width: 180px !important; |
|
|
|
|
|
} |
|
|
} |
|
|
//} |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
</style> |
|
|
</style> |
|
|