新增 crud.js,整合通用的增删改查

This commit is contained in:
dqjdda
2019-11-22 12:22:52 +08:00
parent 1c88d57f04
commit ea085433e2
13 changed files with 459 additions and 297 deletions

View File

@@ -13,7 +13,7 @@
background-color: $menuBg;
height: 100%;
position: fixed;
font-size: 0px;
font-size: 0;
top: 0;
bottom: 0;
left: 0;
@@ -30,7 +30,7 @@
}
.el-scrollbar__bar.is-vertical {
right: 0px;
right: 0;
}
.el-scrollbar {
@@ -146,7 +146,7 @@
// mobile responsive
.mobile {
.main-container {
margin-left: 0px;
margin-left: 0;
}
.sidebar-container {