|
@@ -171,33 +171,4 @@ export default {
|
|
|
|
|
|
<style lang="less">
|
|
|
@import url('../components/global.less');
|
|
|
-@import url('../components/custom.less'); // 自定义样式文件
|
|
|
-
|
|
|
-/*
|
|
|
- * The following styles are auto-applied to elements with
|
|
|
- * transition="page-transition" when their visibility is toggled
|
|
|
- * by Vue.js.
|
|
|
- *
|
|
|
- * You can easily play with the page transition by editing
|
|
|
- * these styles.
|
|
|
- */
|
|
|
-
|
|
|
-.page-transition-enter {
|
|
|
- opacity: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.page-transition-leave-active {
|
|
|
- opacity: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.page-transition-enter .page-transition-container,
|
|
|
-.page-transition-leave-active .page-transition-container {
|
|
|
- -webkit-transform: scale(1.1);
|
|
|
- transform: scale(1.1);
|
|
|
-}
|
|
|
- .setting-drawer-content{
|
|
|
- .ant-drawer-content{
|
|
|
- overflow: visible
|
|
|
- }
|
|
|
- }
|
|
|
</style>
|