public/index.html
@@ -408,6 +408,13 @@ visibility: hidden; } /* 垂直方向居中dialog框 */ .el-dialog { margin: 0 auto !important; top: 50%; transform: translateY(-50%); } .form-tip { color: #999; position: relative; @@ -433,6 +440,12 @@ text-align: center; border: 0px solid transparent; } ::-webkit-scrollbar { width: 6px; height: 6px; background-color: #f5f5f5; } </style> </head>