Commit 410c412f authored by 纪泽龙's avatar 纪泽龙

更改1024为 1300

parent 7320a1be
......@@ -256,7 +256,7 @@
float: right;
}
@media (max-width: 1100px) {
@media (max-width: 1300px) {
.amap-info {
transform-origin: 5% -100% !important;
transform: scale(.6) !important;
......
......@@ -359,7 +359,7 @@ export default {
display: flex;
justify-content: space-around;
}
@media (max-width: 1100px) {
@media (max-width: 1300px) {
.exaone {
overflow: hidden !important;
}
......
......@@ -90,7 +90,12 @@ export default {
}
}
@media (max-width:1024px) {
// @media (max-width:1024px) {
// .chart-wrapper {
// padding: 8px;
// }
// }
@media (max-width:1300px) {
.chart-wrapper {
padding: 8px;
}
......
<!--
* @Author: your name
* @Date: 2022-03-29 09:41:23
* @LastEditTime: 2022-08-25 17:06:40
* @LastEditTime: 2022-08-31 14:26:57
* @LastEditors: 纪泽龙 jizelong@qq.com
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: /gassafety-progress/gassafetyprogress-web/src/views/operationMonitor/monitorData/component/charsData/Filter.vue
......@@ -83,7 +83,7 @@ export default {
.fliter-vue {
display: flex;
}
@media (max-width: 1100px) {
@media (max-width: 1300px) {
.filter {
margin-right: 20px !important;
}
......
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