Your Name
2022-09-08 25d4601706fadcfdbdc9cbcc24e89823d7bc9579
src/views/riskWarningSys/warningBigScreen/index.vue
@@ -430,7 +430,7 @@
        .header-content {
            width: 100%;
            height: 72px;
            height: 7.8%;
            padding: 0 20px;
            font-size: 1.25rem;
            display: flex;
@@ -444,15 +444,15 @@
                align-items: center;
                justify-content: center;
                img {
                    height: 35px;
                    width: 128px;
                    width: 10rem;
                    height: auto;
                }
            }
            .title {
                width: 46%;
                font-size: 2rem;
                font-weight: bolder;
                line-height: 72px;
                line-height: 7.8%;
                text-align: center;
                letter-spacing: 2px;
            }
@@ -468,6 +468,7 @@
                .datetime {
                    color: #11FEEE;
                    font-size: 0.9rem;
                }
                .btns{
                    display: flex;
@@ -484,7 +485,8 @@
                            height: 1rem;
                        }
                        div{
                            margin-left: 6px;
                            margin-left: 0.4rem;
                            font-size: 0.9rem;
                        }
                    }
                    .themeBtn{
@@ -505,7 +507,7 @@
        }
        .main-content{
            width: 100%;
            height: calc(100vh - 72px);
            height: calc(100vh - 7.8%);
            padding: 0.4rem 1.5rem 2rem;
            display: flex;
            align-items: center;
@@ -728,7 +730,7 @@
        .header-content {
            width: 100%;
            height: 72px;
            height: 7.8%;
            padding: 0 20px;
            font-size: 1.25rem;
            display: flex;
@@ -742,15 +744,15 @@
                align-items: center;
                justify-content: center;
                img {
                    height: 35px;
                    width: 128px;
                    width: 10rem;
                    height: auto;
                }
            }
            .title {
                width: 46%;
                font-size: 2rem;
                font-weight: bolder;
                line-height: 72px;
                line-height: 7.8%;
                text-align: center;
                letter-spacing: 2px;
            }
@@ -766,6 +768,7 @@
                .datetime {
                    color: #000;
                    font-size: 0.9rem;
                }
                .btns{
                    display: flex;
@@ -782,7 +785,8 @@
                            height: 1rem;
                        }
                        div{
                            margin-left: 6px;
                            margin-left: 0.4rem;
                            font-size: 0.9rem;
                        }
                    }
                    .themeBtn{
@@ -803,7 +807,7 @@
        }
        .main-content{
            width: 100%;
            height: calc(100vh - 72px);
            height: calc(100vh - 7.8%);
            padding: 0.4rem 1.5rem 2rem;
            display: flex;
            align-items: center;