#
vincent
2020-06-01 1d9daa01819d24acadb259ca561fc57b9e1d15bb
src/main/webapp/static/css/console.css
@@ -67,7 +67,7 @@
/* 颜色提示 */
.tips {
    position: absolute;
    bottom: 5%;
    bottom: 7%;
    left: 10%;
}
.tips-item {
@@ -91,10 +91,11 @@
/* ------------------------------------ 主体 ------------------------------------*/
main {
    margin-top: 8px;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    background-color: #fff;
    height: 76.8%;
    height: 75.8%;
    position: relative;
}