shuishen
2022-11-18 e71a5e68df68d662f806c82c1f319248a0932697
样式
1 files modified
19 ■■■■ changed files
src/views/lyout/index.vue 19 ●●●● patch | view | raw | blame | history
src/views/lyout/index.vue
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2022-08-18 16:18:24
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2022-11-18 10:07:27
 * @LastEditTime: 2022-11-18 10:39:09
 * @FilePath: \srs-police-affairs\src\views\lyout\index.vue
 * @Description: 
 * 
@@ -261,17 +261,28 @@
                border-bottom: 3px solid transparent;
                .sub-nav-list {
                    padding: 10px 0;
                    border-top: 14px solid transparent;
                    position: absolute;
                    top: 72px;
                    top: 60px;
                    width: 100%;
                    background: $bg-blue;
                    cursor: default;
                    div {
                        height: 36px;
                        text-align: center;
                        line-height: 36px;
                        font-size: 18px;
                        background: $bg-blue;
                        cursor: pointer;
                        box-sizing: content-box;
                    }
                    div:first-child {
                        padding-top: 10px;
                    }
                    div:last-child {
                        padding-bottom: 10px;
                    }
                }
            }