atom-one-dark修改

This commit is contained in:
liushaozhen 2019-03-22 17:13:07 +08:00
parent 2dcb6c63fb
commit 3471755896
5 changed files with 2673 additions and 2750 deletions

View File

@ -158,10 +158,10 @@ hue-6-2: #e6c07b
}
/* 抽屉组件样式覆盖 */
.component-drawerc{
position: fixed;
/* position: fixed; */
top: 0;
left: 0;
z-index: 100000;
z-index: 1!important;
width: 0;
height: 100%;
}
@ -173,6 +173,7 @@ hue-6-2: #e6c07b
top: 0;
left: 0;
transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
z-index: 2;
}
.component-drawerc .drawer-close{
position: absolute;
@ -196,6 +197,7 @@ hue-6-2: #e6c07b
top: 0;
right: 0;
height: 100%;
z-index: 3;
}
.component-drawerc .drawer-top{
top: 0;

2
dist/demo.css.map vendored

File diff suppressed because one or more lines are too long

5058
dist/demo.js vendored

File diff suppressed because one or more lines are too long

2
dist/demo.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -64,7 +64,8 @@
"shallowequal": "^1.0.2",
"throttle-debounce": "^2.0.1",
"tinper-bee-core": "latest",
"warning": "^3.0.0"
"warning": "^3.0.0",
"bee-clipboard": "^2.0.0"
},
"peerDependencies": {
"react": "^15.3.0 || ^16.0",