src/style/reset.scss
@@ -40,10 +40,16 @@ flex-direction: column; } // 弹性盒 -- 纵向 .flex-box-column { display: flex; flex-direction: column; height: 100%; } // 弹性盒 -- 纵向 .flex-box-row { display: flex; } .flex-1 { @@ -51,6 +57,17 @@ overflow-y: auto; } a:visited { color: #559DE6; /*已访问的链接颜色*/ } .align-center{ align-items: center; } .space-between { justify-content: space-between; } .ant-modal-body { padding: 5px 8px 15px 8px; } .ant-tabs-bar { margin-bottom: 5px; }