web
9 天以前 e7bef8f799b0cefd5ea1817d578cc868cbfea1f4
src/views/screen/temperature/graphic/index.vue
@@ -257,7 +257,6 @@
        flex-shrink: 0;
        width: 80%;
        height: 100%;
        background: linear-gradient(180deg, #91BDDB 0%, rgba(102, 102, 102, 0.5) 100%);
        .graphic-tool {
            width: 100%;
            height: 60px;
@@ -290,6 +289,7 @@
        .graphic-box{
            height: calc(100% - 60px);
            padding: 10px 30px;
            background: linear-gradient(180deg, #91BDDB 0%, rgba(102, 102, 102, 0.5) 100%);
            .chartList{
                height: 100%;
                display: flex;