release: update 3.4.5

This commit is contained in:
xiaoxian521
2022-08-22 21:34:55 +08:00
parent 13427998f3
commit c07e60e114
133 changed files with 3481 additions and 3277 deletions

View File

@@ -4,6 +4,10 @@
@import "./sidebar.scss";
@import "./dark.scss";
:root {
--pure-transition-duration: 0.016s;
}
body {
width: 100%;
height: 100%;
@@ -47,3 +51,8 @@ html {
.mobile-spacing {
margin: 0;
}
/* 重置vxe-table中pager样式 */
.vxe-pager .vxe-pager--num-btn:not(.is--disabled).is--active {
color: #fff !important;
}