guanqb
2023-03-01 627af6473819a5ce7442d169de5cb5c87fd3f591
样式
1 files modified
7 ■■■■ changed files
src/styles/base/index.scss 7 ●●●● patch | view | raw | blame | history
src/styles/base/index.scss
@@ -688,11 +688,16 @@
            button {
                width: 60px;
                height: 30px;
                background-color: #65b1ff;
                background-color: rgba(8, 56, 185, 0.9);
                color: #fff;
                border-radius: 4px;
                cursor: pointer;
                margin-top: 10px;
                border: none;
            }
            button:hover {
                background-color: #409EFF;
            }
        }
    }