@maketribe/ms-app 3.2.18 → 3.2.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/components/business/verify-dialog/verify-dialog-api.js +1 -1
- package/dist/cjs/components/business/verify-dialog/verify-dialog-api.js.map +1 -1
- package/dist/cjs/components/business/verify-dialog/verify-panel.js +22 -27
- package/dist/cjs/components/business/verify-dialog/verify-panel.js.map +1 -1
- package/dist/cjs/installer.js +4 -4
- package/dist/cjs/layouts/components/bar/index.js +4 -4
- package/dist/cjs/layouts/components/menu/menu-item.js +5 -5
- package/dist/cjs/layouts/components/simple-page-layout/index.vue.js +53 -0
- package/dist/cjs/layouts/components/simple-page-layout/index.vue.js.map +1 -0
- package/dist/cjs/layouts/components/simple-page-layout/index.vue2.js +4 -0
- package/dist/cjs/layouts/components/simple-page-layout/index.vue2.js.map +1 -0
- package/dist/cjs/layouts/components/simple-page-layout/team-image.vue.js +1506 -0
- package/dist/cjs/layouts/components/simple-page-layout/team-image.vue.js.map +1 -0
- package/dist/cjs/layouts/container/default.js +3 -3
- package/dist/cjs/message-impl/DialogerImpl.js +2 -4
- package/dist/cjs/message-impl/DialogerImpl.js.map +1 -1
- package/dist/cjs/modules/cms/components/part-tree/index.vue.js +2 -2
- package/dist/cjs/modules/cms/dataviews/cms-ad-contents/CmsAdContentsForm.js +1 -1
- package/dist/cjs/modules/cms/dataviews/cms-articles/CmsArticlesForm.js +1 -1
- package/dist/cjs/modules/cms/dataviews/cms-articles/cms-article-atlas/CmsArticleAtlasForm.js +1 -1
- package/dist/cjs/modules/cms/pages/cms-ad/index.vue2.js +1 -1
- package/dist/cjs/modules/cms/pages/cms-contents/article-edit-add-page.vue2.js +4 -4
- package/dist/cjs/modules/cms/pages/cms-contents/components/article-atlas.vue.js +1 -4
- package/dist/cjs/modules/cms/pages/cms-contents/components/article-atlas.vue.js.map +1 -1
- package/dist/cjs/modules/cms/pages/cms-contents/components/article-list.vue.js +4 -4
- package/dist/cjs/modules/cms/pages/cms-contents/components/part-info.vue.js +1 -4
- package/dist/cjs/modules/cms/pages/cms-contents/components/part-info.vue.js.map +1 -1
- package/dist/cjs/modules/cms/pages/cms-contents/index.vue2.js +4 -4
- package/dist/cjs/modules/cms/pages/cms-resource/index.vue2.js +4 -4
- package/dist/cjs/modules/ms/components/material-list/material-list-options.js +1 -1
- package/dist/cjs/modules/ms/components/material-list/material-list.js +1 -1
- package/dist/cjs/modules/ms/components/material-select/material-select-api.js +1 -1
- package/dist/cjs/modules/ms/dataviews/ms-member/components/MemberRolesColumn.js +1 -4
- package/dist/cjs/modules/ms/dataviews/ms-member/components/MemberRolesColumn.js.map +1 -1
- package/dist/cjs/modules/ms/pages/icons/index.vue2.js +1 -4
- package/dist/cjs/modules/ms/pages/icons/index.vue2.js.map +1 -1
- package/dist/cjs/modules/ms/pages/local-log/index.vue2.js +1 -1
- package/dist/cjs/modules/ms/pages/ms-material/index.vue2.js +4 -4
- package/dist/cjs/modules/ms/pages/ms-menu/index.vue2.js +2 -2
- package/dist/cjs/modules/ms/pages/ms-role/components/aside.vue.js +4 -4
- package/dist/cjs/modules/ms/pages/ms-role/components/role-permission-config/role-permission-config-options.js +1 -1
- package/dist/cjs/modules/ms/pages/ms-role/index.vue2.js +4 -4
- package/dist/cjs/page/index/dv/default/edit.vue2.js +1 -1
- package/dist/cjs/page/index/dv/default/single/list/dialog.vue2.js +4 -4
- package/dist/cjs/page/index/dv/default/single/list/normal.vue2.js +4 -4
- package/dist/cjs/page/index/dv/default/single/table-tree/dialog.vue2.js +2 -2
- package/dist/cjs/page/index/dv/default/single/table-tree/normal.vue2.js +2 -2
- package/dist/cjs/page/index/dv/default/single/tree/dialog.vue2.js +4 -4
- package/dist/cjs/page/index/dv/default/table.vue2.js +1 -1
- package/dist/cjs/page/login/index.vue2.js +116 -127
- package/dist/cjs/page/login/index.vue2.js.map +1 -1
- package/dist/cjs/page/signup/index.vue2.js +104 -108
- package/dist/cjs/page/signup/index.vue2.js.map +1 -1
- package/dist/esm/components/business/verify-dialog/verify-dialog-api.js +1 -1
- package/dist/esm/components/business/verify-dialog/verify-dialog-api.js.map +1 -1
- package/dist/esm/components/business/verify-dialog/verify-panel.js +23 -28
- package/dist/esm/components/business/verify-dialog/verify-panel.js.map +1 -1
- package/dist/esm/installer.js +4 -4
- package/dist/esm/layouts/components/bar/index.js +4 -4
- package/dist/esm/layouts/components/menu/menu-item.js +5 -5
- package/dist/esm/layouts/components/simple-page-layout/index.vue.js +54 -0
- package/dist/esm/layouts/components/simple-page-layout/index.vue.js.map +1 -0
- package/dist/esm/layouts/components/simple-page-layout/index.vue2.js +5 -0
- package/dist/esm/layouts/components/simple-page-layout/index.vue2.js.map +1 -0
- package/dist/esm/layouts/components/simple-page-layout/team-image.vue.js +1507 -0
- package/dist/esm/layouts/components/simple-page-layout/team-image.vue.js.map +1 -0
- package/dist/esm/layouts/container/default.js +3 -3
- package/dist/esm/message-impl/DialogerImpl.js +2 -4
- package/dist/esm/message-impl/DialogerImpl.js.map +1 -1
- package/dist/esm/modules/cms/components/part-tree/index.vue.js +2 -2
- package/dist/esm/modules/cms/dataviews/cms-ad-contents/CmsAdContentsForm.js +1 -1
- package/dist/esm/modules/cms/dataviews/cms-articles/CmsArticlesForm.js +1 -1
- package/dist/esm/modules/cms/dataviews/cms-articles/cms-article-atlas/CmsArticleAtlasForm.js +1 -1
- package/dist/esm/modules/cms/pages/cms-ad/index.vue2.js +1 -1
- package/dist/esm/modules/cms/pages/cms-contents/article-edit-add-page.vue2.js +4 -4
- package/dist/esm/modules/cms/pages/cms-contents/components/article-atlas.vue.js +1 -4
- package/dist/esm/modules/cms/pages/cms-contents/components/article-atlas.vue.js.map +1 -1
- package/dist/esm/modules/cms/pages/cms-contents/components/article-list.vue.js +4 -4
- package/dist/esm/modules/cms/pages/cms-contents/components/part-info.vue.js +1 -4
- package/dist/esm/modules/cms/pages/cms-contents/components/part-info.vue.js.map +1 -1
- package/dist/esm/modules/cms/pages/cms-contents/index.vue2.js +4 -4
- package/dist/esm/modules/cms/pages/cms-resource/index.vue2.js +4 -4
- package/dist/esm/modules/ms/components/material-list/material-list-options.js +1 -1
- package/dist/esm/modules/ms/components/material-list/material-list.js +1 -1
- package/dist/esm/modules/ms/components/material-select/material-select-api.js +1 -1
- package/dist/esm/modules/ms/dataviews/ms-member/components/MemberRolesColumn.js +1 -4
- package/dist/esm/modules/ms/dataviews/ms-member/components/MemberRolesColumn.js.map +1 -1
- package/dist/esm/modules/ms/pages/icons/index.vue2.js +1 -4
- package/dist/esm/modules/ms/pages/icons/index.vue2.js.map +1 -1
- package/dist/esm/modules/ms/pages/local-log/index.vue2.js +1 -1
- package/dist/esm/modules/ms/pages/ms-material/index.vue2.js +4 -4
- package/dist/esm/modules/ms/pages/ms-menu/index.vue2.js +2 -2
- package/dist/esm/modules/ms/pages/ms-role/components/aside.vue.js +4 -4
- package/dist/esm/modules/ms/pages/ms-role/components/role-permission-config/role-permission-config-options.js +1 -1
- package/dist/esm/modules/ms/pages/ms-role/index.vue2.js +4 -4
- package/dist/esm/page/index/dv/default/edit.vue2.js +1 -1
- package/dist/esm/page/index/dv/default/single/list/dialog.vue2.js +4 -4
- package/dist/esm/page/index/dv/default/single/list/normal.vue2.js +4 -4
- package/dist/esm/page/index/dv/default/single/table-tree/dialog.vue2.js +2 -2
- package/dist/esm/page/index/dv/default/single/table-tree/normal.vue2.js +2 -2
- package/dist/esm/page/index/dv/default/single/tree/dialog.vue2.js +4 -4
- package/dist/esm/page/index/dv/default/table.vue2.js +1 -1
- package/dist/esm/page/login/index.vue2.js +117 -128
- package/dist/esm/page/login/index.vue2.js.map +1 -1
- package/dist/esm/page/signup/index.vue2.js +105 -109
- package/dist/esm/page/signup/index.vue2.js.map +1 -1
- package/dist/style/components/index.css +1 -1
- package/dist/style/components/page-container.css +1 -1
- package/dist/style/index.css +2 -2
- package/dist/style/layouts/default/index.css +1 -1
- package/dist/style/layouts/default/simple-page-layout.css +1 -0
- package/dist/style/layouts/index.css +1 -1
- package/dist/style/page/index.css +1 -1
- package/dist/style/page/login.css +1 -1
- package/dist/style/src/components/page-container.scss +1 -0
- package/dist/style/src/layouts/default/index.scss +1 -0
- package/dist/style/src/layouts/default/simple-page-layout.scss +132 -0
- package/dist/style/src/page/login.scss +60 -86
- package/dist/types/layouts/components/simple-page-layout/index.vue.d.ts +11 -0
- package/dist/types/layouts/components/simple-page-layout/team-image.vue.d.ts +2 -0
- package/package.json +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
.mk-bar{display:flex;flex-direction:column;width:80px;height:100%;background:var(--mk-default-bg-color);border-right:1px solid var(--mk-container-border-color);color:#fff}.mk-bar__logo{overflow:hidden;width:64px;height:64px;border-radius:4px;margin:8px auto}.mk-bar__items{flex:1}.mk-bar__footer{font-size:18px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.mk-bar__footer .mk-bar__item{color:#fff;border-radius:5px!important;border-right:0 solid #fff!important;margin-left:auto!important}.mk-bar__item+.mk-bar__item{margin-top:10px}.mk-bar__item{position:relative;display:flex;align-items:center;justify-content:center;width:64px;margin:0 auto;flex-direction:column;cursor:pointer;padding:8px 0}.mk-bar__item-button{display:flex;align-items:center;justify-content:center;width:25px;height:25px;border-radius:4px}.mk-bar__item-title{font-size:12px;padding:5px 5px 0 5px;overflow:hidden;text-overflow:clip;white-space:normal;width:100%;box-sizing:border-box;text-align:center;font-weight:500}.mk-bar__item.is-active{background:#fff;border-radius:5px 0 0 5px;color:#276efd;border-right:20px solid #fff;margin-left:10px}.mk-menu{--el-menu-active-color:rgba(0, 98, 255, 1);--el-menu-text-color:rgba(23, 23, 37, 1);width:200px;height:100%;background-color:#fff;overflow:auto}.mk-menu .el-menu{border:none;padding-top:10px}.mk-menu .is-active{background-color:#eff5ff;border-radius:8px}.mk-menu .el-sub-menu{background-color:#fff}.mk-menu-item{margin:10px;padding:0;box-sizing:border-box}.mk-menu-item:first-child{margin-top:0}.mk-menu-item__icon{margin-right:10px}:root{--el-menu-item-height:40px}.mk-header{display:flex;height:56px;background:var(--mk-default-bg-color);color:#fff}.mk-header__logo{height:36px;width:auto;margin-left:15px;filter:invert(100%)}.mk-header__projectName{margin-left:10px;letter-spacing:3px}.mk-header__main{flex:1;display:flex;align-items:center;justify-content:flex-start}.mk-header-tools{height:100%}.mk-header-tools__item{cursor:pointer;height:100%;display:flex;align-items:center}.mk-header-tools__user{color:#fff;margin:10px;padding:7px 10px;border-radius:5px}.mk-header-tools__user:hover{background-color:rgba(0,0,0,.16);background-color:var(--common_overlay_press_color,rgba(0,0,0,.16))}.mk-header-tools__user-info{height:100%;display:flex;align-items:center;outline:0}.mk-header-tools__avatar{height:28px;width:28px;border-radius:50%;overflow:hidden}.mk-header-tools__default-avatar{font-size:28px}.mk-header-tools__nickName{margin-left:5px;color:#fff;text-align:right}.mk-layout-default{height:100%;background-color:var(--mk-container-border-color)}.mk-layout-default>.el-main{--el-main-padding:0px}.mk-layout-default__body{height:100%}.mk-layout-default__body>.el-main{--el-main-padding:0px;display:flex}.mk-layout-default__body>.el-main .el-aside{overflow:hidden}.mk-layout-default__header{box-sizing:content-box;--el-header-height:56px;background-color:#fff}.mk-layout-default__main{height:100%}.mk-layout-default__main>.el-main{--el-main-padding:0px}
|
|
1
|
+
.mk-bar{display:flex;flex-direction:column;width:80px;height:100%;background:var(--mk-default-bg-color);border-right:1px solid var(--mk-container-border-color);color:#fff}.mk-bar__logo{overflow:hidden;width:64px;height:64px;border-radius:4px;margin:8px auto}.mk-bar__items{flex:1}.mk-bar__footer{font-size:18px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.mk-bar__footer .mk-bar__item{color:#fff;border-radius:5px!important;border-right:0 solid #fff!important;margin-left:auto!important}.mk-bar__item+.mk-bar__item{margin-top:10px}.mk-bar__item{position:relative;display:flex;align-items:center;justify-content:center;width:64px;margin:0 auto;flex-direction:column;cursor:pointer;padding:8px 0}.mk-bar__item-button{display:flex;align-items:center;justify-content:center;width:25px;height:25px;border-radius:4px}.mk-bar__item-title{font-size:12px;padding:5px 5px 0 5px;overflow:hidden;text-overflow:clip;white-space:normal;width:100%;box-sizing:border-box;text-align:center;font-weight:500}.mk-bar__item.is-active{background:#fff;border-radius:5px 0 0 5px;color:#276efd;border-right:20px solid #fff;margin-left:10px}.mk-menu{--el-menu-active-color:rgba(0, 98, 255, 1);--el-menu-text-color:rgba(23, 23, 37, 1);width:200px;height:100%;background-color:#fff;overflow:auto}.mk-menu .el-menu{border:none;padding-top:10px}.mk-menu .is-active{background-color:#eff5ff;border-radius:8px}.mk-menu .el-sub-menu{background-color:#fff}.mk-menu-item{margin:10px;padding:0;box-sizing:border-box}.mk-menu-item:first-child{margin-top:0}.mk-menu-item__icon{margin-right:10px}:root{--el-menu-item-height:40px}.mk-header{display:flex;height:56px;background:var(--mk-default-bg-color);color:#fff}.mk-header__logo{height:36px;width:auto;margin-left:15px;filter:invert(100%)}.mk-header__projectName{margin-left:10px;letter-spacing:3px}.mk-header__main{flex:1;display:flex;align-items:center;justify-content:flex-start}.mk-header-tools{height:100%}.mk-header-tools__item{cursor:pointer;height:100%;display:flex;align-items:center}.mk-header-tools__user{color:#fff;margin:10px;padding:7px 10px;border-radius:5px}.mk-header-tools__user:hover{background-color:rgba(0,0,0,.16);background-color:var(--common_overlay_press_color,rgba(0,0,0,.16))}.mk-header-tools__user-info{height:100%;display:flex;align-items:center;outline:0}.mk-header-tools__avatar{height:28px;width:28px;border-radius:50%;overflow:hidden}.mk-header-tools__default-avatar{font-size:28px}.mk-header-tools__nickName{margin-left:5px;color:#fff;text-align:right}.simple-page-layout__warp{position:fixed;top:0;left:0;bottom:0;right:0;overflow:auto;z-index:9}.simple-page-layout__bg{background-color:var(--el-color-primary);position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden;display:flex;flex-direction:column}.simple-page-layout__bg_title{height:36px;width:auto;margin-left:15px;padding:20px;box-sizing:content-box;color:#fff;font-size:28px;position:relative;z-index:1}.simple-page-layout__bg_title>img{height:100%;filter:invert(100%)}.simple-page-layout__bg_body{height:100%;flex:1;padding-left:10%;box-sizing:content-box;position:relative;z-index:1}.simple-page-layout__bg_body>svg{height:100%}.simple-page-layout__bg_block{width:100%;height:100%;position:absolute;right:-50%;transform:rotate(45deg);background-color:rgba(133,181,231,.3607843137);transform-origin:50% 50%;border-radius:10%}.simple-page-layout__bg_block.block2{transform:rotate(125deg)}.simple-page-layout__main{display:flex;position:relative;z-index:1;height:100%;width:100%;align-items:center;justify-content:end}.simple-page-layout__main_body{background-color:#fff;padding:50px 30px;border-radius:10px;min-height:50%;max-height:80%;margin-right:20%;overflow:auto}@media screen and (max-width:900px){.simple-page-layout__bg_title{height:18%;width:auto;box-sizing:content-box;display:flex;justify-content:center;align-items:center}.simple-page-layout__bg_title>img{height:50px;filter:invert(100%)}.simple-page-layout__bg_body{padding-left:0;display:flex;align-items:flex-end}.simple-page-layout__bg_body>svg{height:auto;width:100%}.simple-page-layout__main{justify-content:center}.simple-page-layout__main_body{width:95%;box-sizing:border-box;margin-right:0}}.mk-layout-default{height:100%;background-color:var(--mk-container-border-color)}.mk-layout-default>.el-main{--el-main-padding:0px}.mk-layout-default__body{height:100%}.mk-layout-default__body>.el-main{--el-main-padding:0px;display:flex}.mk-layout-default__body>.el-main .el-aside{overflow:hidden}.mk-layout-default__header{box-sizing:content-box;--el-header-height:56px;background-color:#fff}.mk-layout-default__main{height:100%}.mk-layout-default__main>.el-main{--el-main-padding:0px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.simple-page-layout__warp{position:fixed;top:0;left:0;bottom:0;right:0;overflow:auto;z-index:9}.simple-page-layout__bg{background-color:var(--el-color-primary);position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden;display:flex;flex-direction:column}.simple-page-layout__bg_title{height:36px;width:auto;margin-left:15px;padding:20px;box-sizing:content-box;color:#fff;font-size:28px;position:relative;z-index:1}.simple-page-layout__bg_title>img{height:100%;filter:invert(100%)}.simple-page-layout__bg_body{height:100%;flex:1;padding-left:10%;box-sizing:content-box;position:relative;z-index:1}.simple-page-layout__bg_body>svg{height:100%}.simple-page-layout__bg_block{width:100%;height:100%;position:absolute;right:-50%;transform:rotate(45deg);background-color:rgba(133,181,231,.3607843137);transform-origin:50% 50%;border-radius:10%}.simple-page-layout__bg_block.block2{transform:rotate(125deg)}.simple-page-layout__main{display:flex;position:relative;z-index:1;height:100%;width:100%;align-items:center;justify-content:end}.simple-page-layout__main_body{background-color:#fff;padding:50px 30px;border-radius:10px;min-height:50%;max-height:80%;margin-right:20%;overflow:auto}@media screen and (max-width:900px){.simple-page-layout__bg_title{height:18%;width:auto;box-sizing:content-box;display:flex;justify-content:center;align-items:center}.simple-page-layout__bg_title>img{height:50px;filter:invert(100%)}.simple-page-layout__bg_body{padding-left:0;display:flex;align-items:flex-end}.simple-page-layout__bg_body>svg{height:auto;width:100%}.simple-page-layout__main{justify-content:center}.simple-page-layout__main_body{width:95%;box-sizing:border-box;margin-right:0}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.mk-lock{position:fixed;left:0;top:0;right:0;bottom:0;z-index:1999}.mk-lock__overlay{width:100%;height:100%}.mk-lock-entry{position:absolute;top:50%;left:50%;width:260px;transform:translate(-50%,-50%)}.mk-lock-entry__footer{display:flex;justify-content:space-between;margin-top:6px}.mk-bar{display:flex;flex-direction:column;width:80px;height:100%;background:var(--mk-default-bg-color);border-right:1px solid var(--mk-container-border-color);color:#fff}.mk-bar__logo{overflow:hidden;width:64px;height:64px;border-radius:4px;margin:8px auto}.mk-bar__items{flex:1}.mk-bar__footer{font-size:18px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.mk-bar__footer .mk-bar__item{color:#fff;border-radius:5px!important;border-right:0 solid #fff!important;margin-left:auto!important}.mk-bar__item+.mk-bar__item{margin-top:10px}.mk-bar__item{position:relative;display:flex;align-items:center;justify-content:center;width:64px;margin:0 auto;flex-direction:column;cursor:pointer;padding:8px 0}.mk-bar__item-button{display:flex;align-items:center;justify-content:center;width:25px;height:25px;border-radius:4px}.mk-bar__item-title{font-size:12px;padding:5px 5px 0 5px;overflow:hidden;text-overflow:clip;white-space:normal;width:100%;box-sizing:border-box;text-align:center;font-weight:500}.mk-bar__item.is-active{background:#fff;border-radius:5px 0 0 5px;color:#276efd;border-right:20px solid #fff;margin-left:10px}.mk-menu{--el-menu-active-color:rgba(0, 98, 255, 1);--el-menu-text-color:rgba(23, 23, 37, 1);width:200px;height:100%;background-color:#fff;overflow:auto}.mk-menu .el-menu{border:none;padding-top:10px}.mk-menu .is-active{background-color:#eff5ff;border-radius:8px}.mk-menu .el-sub-menu{background-color:#fff}.mk-menu-item{margin:10px;padding:0;box-sizing:border-box}.mk-menu-item:first-child{margin-top:0}.mk-menu-item__icon{margin-right:10px}:root{--el-menu-item-height:40px}.mk-header{display:flex;height:56px;background:var(--mk-default-bg-color);color:#fff}.mk-header__logo{height:36px;width:auto;margin-left:15px;filter:invert(100%)}.mk-header__projectName{margin-left:10px;letter-spacing:3px}.mk-header__main{flex:1;display:flex;align-items:center;justify-content:flex-start}.mk-header-tools{height:100%}.mk-header-tools__item{cursor:pointer;height:100%;display:flex;align-items:center}.mk-header-tools__user{color:#fff;margin:10px;padding:7px 10px;border-radius:5px}.mk-header-tools__user:hover{background-color:rgba(0,0,0,.16);background-color:var(--common_overlay_press_color,rgba(0,0,0,.16))}.mk-header-tools__user-info{height:100%;display:flex;align-items:center;outline:0}.mk-header-tools__avatar{height:28px;width:28px;border-radius:50%;overflow:hidden}.mk-header-tools__default-avatar{font-size:28px}.mk-header-tools__nickName{margin-left:5px;color:#fff;text-align:right}.mk-layout-default{height:100%;background-color:var(--mk-container-border-color)}.mk-layout-default>.el-main{--el-main-padding:0px}.mk-layout-default__body{height:100%}.mk-layout-default__body>.el-main{--el-main-padding:0px;display:flex}.mk-layout-default__body>.el-main .el-aside{overflow:hidden}.mk-layout-default__header{box-sizing:content-box;--el-header-height:56px;background-color:#fff}.mk-layout-default__main{height:100%}.mk-layout-default__main>.el-main{--el-main-padding:0px}
|
|
1
|
+
.mk-lock{position:fixed;left:0;top:0;right:0;bottom:0;z-index:1999}.mk-lock__overlay{width:100%;height:100%}.mk-lock-entry{position:absolute;top:50%;left:50%;width:260px;transform:translate(-50%,-50%)}.mk-lock-entry__footer{display:flex;justify-content:space-between;margin-top:6px}.mk-bar{display:flex;flex-direction:column;width:80px;height:100%;background:var(--mk-default-bg-color);border-right:1px solid var(--mk-container-border-color);color:#fff}.mk-bar__logo{overflow:hidden;width:64px;height:64px;border-radius:4px;margin:8px auto}.mk-bar__items{flex:1}.mk-bar__footer{font-size:18px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.mk-bar__footer .mk-bar__item{color:#fff;border-radius:5px!important;border-right:0 solid #fff!important;margin-left:auto!important}.mk-bar__item+.mk-bar__item{margin-top:10px}.mk-bar__item{position:relative;display:flex;align-items:center;justify-content:center;width:64px;margin:0 auto;flex-direction:column;cursor:pointer;padding:8px 0}.mk-bar__item-button{display:flex;align-items:center;justify-content:center;width:25px;height:25px;border-radius:4px}.mk-bar__item-title{font-size:12px;padding:5px 5px 0 5px;overflow:hidden;text-overflow:clip;white-space:normal;width:100%;box-sizing:border-box;text-align:center;font-weight:500}.mk-bar__item.is-active{background:#fff;border-radius:5px 0 0 5px;color:#276efd;border-right:20px solid #fff;margin-left:10px}.mk-menu{--el-menu-active-color:rgba(0, 98, 255, 1);--el-menu-text-color:rgba(23, 23, 37, 1);width:200px;height:100%;background-color:#fff;overflow:auto}.mk-menu .el-menu{border:none;padding-top:10px}.mk-menu .is-active{background-color:#eff5ff;border-radius:8px}.mk-menu .el-sub-menu{background-color:#fff}.mk-menu-item{margin:10px;padding:0;box-sizing:border-box}.mk-menu-item:first-child{margin-top:0}.mk-menu-item__icon{margin-right:10px}:root{--el-menu-item-height:40px}.mk-header{display:flex;height:56px;background:var(--mk-default-bg-color);color:#fff}.mk-header__logo{height:36px;width:auto;margin-left:15px;filter:invert(100%)}.mk-header__projectName{margin-left:10px;letter-spacing:3px}.mk-header__main{flex:1;display:flex;align-items:center;justify-content:flex-start}.mk-header-tools{height:100%}.mk-header-tools__item{cursor:pointer;height:100%;display:flex;align-items:center}.mk-header-tools__user{color:#fff;margin:10px;padding:7px 10px;border-radius:5px}.mk-header-tools__user:hover{background-color:rgba(0,0,0,.16);background-color:var(--common_overlay_press_color,rgba(0,0,0,.16))}.mk-header-tools__user-info{height:100%;display:flex;align-items:center;outline:0}.mk-header-tools__avatar{height:28px;width:28px;border-radius:50%;overflow:hidden}.mk-header-tools__default-avatar{font-size:28px}.mk-header-tools__nickName{margin-left:5px;color:#fff;text-align:right}.simple-page-layout__warp{position:fixed;top:0;left:0;bottom:0;right:0;overflow:auto;z-index:9}.simple-page-layout__bg{background-color:var(--el-color-primary);position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden;display:flex;flex-direction:column}.simple-page-layout__bg_title{height:36px;width:auto;margin-left:15px;padding:20px;box-sizing:content-box;color:#fff;font-size:28px;position:relative;z-index:1}.simple-page-layout__bg_title>img{height:100%;filter:invert(100%)}.simple-page-layout__bg_body{height:100%;flex:1;padding-left:10%;box-sizing:content-box;position:relative;z-index:1}.simple-page-layout__bg_body>svg{height:100%}.simple-page-layout__bg_block{width:100%;height:100%;position:absolute;right:-50%;transform:rotate(45deg);background-color:rgba(133,181,231,.3607843137);transform-origin:50% 50%;border-radius:10%}.simple-page-layout__bg_block.block2{transform:rotate(125deg)}.simple-page-layout__main{display:flex;position:relative;z-index:1;height:100%;width:100%;align-items:center;justify-content:end}.simple-page-layout__main_body{background-color:#fff;padding:50px 30px;border-radius:10px;min-height:50%;max-height:80%;margin-right:20%;overflow:auto}@media screen and (max-width:900px){.simple-page-layout__bg_title{height:18%;width:auto;box-sizing:content-box;display:flex;justify-content:center;align-items:center}.simple-page-layout__bg_title>img{height:50px;filter:invert(100%)}.simple-page-layout__bg_body{padding-left:0;display:flex;align-items:flex-end}.simple-page-layout__bg_body>svg{height:auto;width:100%}.simple-page-layout__main{justify-content:center}.simple-page-layout__main_body{width:95%;box-sizing:border-box;margin-right:0}}.mk-layout-default{height:100%;background-color:var(--mk-container-border-color)}.mk-layout-default>.el-main{--el-main-padding:0px}.mk-layout-default__body{height:100%}.mk-layout-default__body>.el-main{--el-main-padding:0px;display:flex}.mk-layout-default__body>.el-main .el-aside{overflow:hidden}.mk-layout-default__header{box-sizing:content-box;--el-header-height:56px;background-color:#fff}.mk-layout-default__main{height:100%}.mk-layout-default__main>.el-main{--el-main-padding:0px}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.mk-local-log__main{height:100%}.mk-local-log__log{white-space:pre}.mk-local-log__dialog{height:80%}.member-info{height:80px;display:flex;align-items:center}.member-info-img{width:64px;height:64px;border-radius:50%;flex-shrink:0;display:flex;justify-content:center;align-items:center;background-color:#dbdbdc}.member-info-img__icon{font-size:28px}.member-info-text{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.member-info-text__name{font-size:18px;font-weight:700}.roles-Info{width:100%}.roles-Info-tag{margin-left:4px;margin-right:4px}.ms-menu__title{margin:0 10px 0 5px}.ms-menu__url{font-size:12px}.login-wrap{position:fixed;top:0;left:0;bottom:0;right:0;overflow:auto;z-index:9}.login-wrap
|
|
1
|
+
.mk-local-log__main{height:100%}.mk-local-log__log{white-space:pre}.mk-local-log__dialog{height:80%}.member-info{height:80px;display:flex;align-items:center}.member-info-img{width:64px;height:64px;border-radius:50%;flex-shrink:0;display:flex;justify-content:center;align-items:center;background-color:#dbdbdc}.member-info-img__icon{font-size:28px}.member-info-text{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.member-info-text__name{font-size:18px;font-weight:700}.roles-Info{width:100%}.roles-Info-tag{margin-left:4px;margin-right:4px}.ms-menu__title{margin:0 10px 0 5px}.ms-menu__url{font-size:12px}.login-wrap{position:fixed;top:0;left:0;bottom:0;right:0;overflow:auto;z-index:9}.login-wrap .login-form-wrap{width:440px}.login-wrap .login-form-title{height:33px;text-align:center;margin:0 0 30px;color:#202d40;font-size:24px;font-weight:600}.login-wrap .login-form-item{display:flex;align-items:center;justify-content:space-between;height:33px;margin:0 0 24px;color:#202d40;font-size:16px}.login-wrap .login-form-item>span{height:20px;color:#8592a5;font-size:14px;font-weight:400}@media screen and (max-width:900px){.login-wrap .login-form-wrap{width:95%}.login-wrap .login-form-title{height:33px;text-align:center;margin:0 0 30px;color:#202d40;font-size:24px;font-weight:600}.login-wrap .login-form-item{display:flex;align-items:center;justify-content:space-between;height:33px;margin:0 0 24px;color:#202d40;font-size:16px}.login-wrap .login-form-item>span{height:20px;color:#8592a5;font-size:14px;font-weight:400}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.login-wrap{position:fixed;top:0;left:0;bottom:0;right:0;overflow:auto;z-index:9}.login-wrap
|
|
1
|
+
.login-wrap{position:fixed;top:0;left:0;bottom:0;right:0;overflow:auto;z-index:9}.login-wrap .login-form-wrap{width:440px}.login-wrap .login-form-title{height:33px;text-align:center;margin:0 0 30px;color:#202d40;font-size:24px;font-weight:600}.login-wrap .login-form-item{display:flex;align-items:center;justify-content:space-between;height:33px;margin:0 0 24px;color:#202d40;font-size:16px}.login-wrap .login-form-item>span{height:20px;color:#8592a5;font-size:14px;font-weight:400}@media screen and (max-width:900px){.login-wrap .login-form-wrap{width:95%}.login-wrap .login-form-title{height:33px;text-align:center;margin:0 0 30px;color:#202d40;font-size:24px;font-weight:600}.login-wrap .login-form-item{display:flex;align-items:center;justify-content:space-between;height:33px;margin:0 0 24px;color:#202d40;font-size:16px}.login-wrap .login-form-item>span{height:20px;color:#8592a5;font-size:14px;font-weight:400}}
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
.simple-page-layout{
|
|
4
|
+
|
|
5
|
+
&__warp{
|
|
6
|
+
position: fixed;
|
|
7
|
+
top: 0;
|
|
8
|
+
left: 0;
|
|
9
|
+
bottom: 0;
|
|
10
|
+
right: 0;
|
|
11
|
+
overflow: auto;
|
|
12
|
+
z-index: 9;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
&__bg{
|
|
16
|
+
background-color: var(--el-color-primary);
|
|
17
|
+
position: absolute;
|
|
18
|
+
top: 0;
|
|
19
|
+
left: 0;
|
|
20
|
+
width: 100%;
|
|
21
|
+
height: 100%;
|
|
22
|
+
z-index: 0;
|
|
23
|
+
overflow: hidden;
|
|
24
|
+
display: flex;
|
|
25
|
+
flex-direction: column;
|
|
26
|
+
|
|
27
|
+
&_title{
|
|
28
|
+
height: 36px;
|
|
29
|
+
width: auto;
|
|
30
|
+
margin-left: 15px;
|
|
31
|
+
padding: 20px;
|
|
32
|
+
box-sizing: content-box;
|
|
33
|
+
color: #fff;
|
|
34
|
+
font-size: 28px;
|
|
35
|
+
position: relative;
|
|
36
|
+
z-index: 1;
|
|
37
|
+
>img{
|
|
38
|
+
height: 100%;
|
|
39
|
+
filter: invert(100%);
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
&_body{
|
|
43
|
+
height: 100%;
|
|
44
|
+
flex: 1;
|
|
45
|
+
padding-left: 10%;
|
|
46
|
+
box-sizing: content-box;
|
|
47
|
+
position: relative;
|
|
48
|
+
z-index: 1;
|
|
49
|
+
|
|
50
|
+
>svg{
|
|
51
|
+
height: 100%;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
&_block{
|
|
55
|
+
width: 100%;
|
|
56
|
+
height: 100%;
|
|
57
|
+
position: absolute;
|
|
58
|
+
// top: 50%;
|
|
59
|
+
right: -50%;
|
|
60
|
+
transform: rotate(45deg);
|
|
61
|
+
background-color: #85b5e75c;
|
|
62
|
+
transform-origin: 50% 50%;
|
|
63
|
+
border-radius: 10%;
|
|
64
|
+
|
|
65
|
+
&.block2{
|
|
66
|
+
transform: rotate(125deg);
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
&__main{
|
|
72
|
+
display: flex;
|
|
73
|
+
position: relative;
|
|
74
|
+
z-index: 1;
|
|
75
|
+
height: 100%;
|
|
76
|
+
width: 100%;
|
|
77
|
+
align-items: center;
|
|
78
|
+
justify-content: end;
|
|
79
|
+
|
|
80
|
+
&_body{
|
|
81
|
+
background-color: #fff;
|
|
82
|
+
padding: 50px 30px;
|
|
83
|
+
border-radius: 10px;
|
|
84
|
+
min-height: 50%;
|
|
85
|
+
max-height: 80%;
|
|
86
|
+
margin-right: 20%;
|
|
87
|
+
overflow: auto;
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
@media screen and (max-width: 900px) {
|
|
94
|
+
|
|
95
|
+
.simple-page-layout{
|
|
96
|
+
|
|
97
|
+
&__bg{
|
|
98
|
+
|
|
99
|
+
&_title{
|
|
100
|
+
height: 18%;
|
|
101
|
+
width: auto;
|
|
102
|
+
box-sizing: content-box;
|
|
103
|
+
display: flex;
|
|
104
|
+
justify-content: center;
|
|
105
|
+
align-items: center;
|
|
106
|
+
|
|
107
|
+
>img{
|
|
108
|
+
height: 50px;
|
|
109
|
+
filter: invert(100%);
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
&_body{
|
|
113
|
+
padding-left: 0%;
|
|
114
|
+
display: flex;
|
|
115
|
+
align-items: flex-end;
|
|
116
|
+
>svg{
|
|
117
|
+
height: auto;
|
|
118
|
+
width: 100%;
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
&__main{
|
|
124
|
+
justify-content: center;
|
|
125
|
+
&_body{
|
|
126
|
+
width: 95%;
|
|
127
|
+
box-sizing: border-box;
|
|
128
|
+
margin-right: 0%;
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
}
|
|
@@ -7,101 +7,75 @@
|
|
|
7
7
|
overflow: auto;
|
|
8
8
|
z-index: 9;
|
|
9
9
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
height: 100%;
|
|
17
|
-
z-index: 0;
|
|
18
|
-
overflow: hidden;
|
|
10
|
+
// .simple-page-layout__main{
|
|
11
|
+
// justify-content: flex-end;
|
|
12
|
+
// &_body{
|
|
13
|
+
// border-radius: 10px 0 0 10px;
|
|
14
|
+
// }
|
|
15
|
+
// }
|
|
19
16
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
height: 200%;
|
|
23
|
-
background-color: #0078f5;
|
|
24
|
-
position: absolute;
|
|
25
|
-
top: 0;
|
|
26
|
-
|
|
27
|
-
&:nth-child(1) {
|
|
28
|
-
left: 100%;
|
|
29
|
-
transform-origin: 0% 50%;
|
|
30
|
-
transform: rotate(-30deg) translate(0%, -50%);
|
|
31
|
-
}
|
|
32
|
-
&:nth-child(2) {
|
|
33
|
-
right: 100%;
|
|
34
|
-
transform-origin: 0% 0%;
|
|
35
|
-
transform: rotate(-30deg) translate(-10%, 0%);
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.operaBtn {
|
|
41
|
-
color: #0078f5;
|
|
17
|
+
.login-form-wrap {
|
|
18
|
+
width: 440px;
|
|
42
19
|
}
|
|
43
|
-
|
|
44
|
-
|
|
20
|
+
.login-form-title {
|
|
21
|
+
height: 33px;
|
|
22
|
+
text-align: center;
|
|
23
|
+
margin: 0 0 30px;
|
|
45
24
|
color: #202d40;
|
|
25
|
+
font-size: 24px;
|
|
26
|
+
font-weight: 600;
|
|
27
|
+
}
|
|
28
|
+
.login-form-item {
|
|
46
29
|
display: flex;
|
|
47
30
|
align-items: center;
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
display: flex;
|
|
54
|
-
justify-content: center;
|
|
55
|
-
width: 100%;
|
|
56
|
-
min-height: 100%;
|
|
57
|
-
align-items: center;
|
|
58
|
-
background-color: initial;
|
|
59
|
-
z-index: 1;
|
|
60
|
-
padding: 5%;
|
|
61
|
-
box-sizing: border-box;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
.login-main {
|
|
65
|
-
position: relative;
|
|
66
|
-
width: 100%;
|
|
67
|
-
min-width: 320px;
|
|
68
|
-
}
|
|
31
|
+
justify-content: space-between;
|
|
32
|
+
height: 33px;
|
|
33
|
+
margin: 0 0 24px;
|
|
34
|
+
color: #202d40;
|
|
35
|
+
font-size: 16px;
|
|
69
36
|
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
37
|
+
>span {
|
|
38
|
+
height: 20px;
|
|
39
|
+
color: #8592a5;
|
|
40
|
+
font-size: 14px;
|
|
41
|
+
font-weight: 400;
|
|
42
|
+
}
|
|
75
43
|
|
|
76
|
-
|
|
77
|
-
width: 440px;
|
|
78
|
-
max-width: calc(100vw - 28px);
|
|
79
|
-
padding: 30px;
|
|
80
|
-
position: relative;
|
|
81
|
-
overflow: hidden;
|
|
82
|
-
background: hsla(0, 0%, 95%, 0.5);
|
|
83
|
-
-webkit-backdrop-filter: blur(30px);
|
|
84
|
-
backdrop-filter: blur(30px);
|
|
44
|
+
}
|
|
85
45
|
}
|
|
86
46
|
|
|
87
|
-
.form-title {
|
|
88
|
-
display: flex;
|
|
89
|
-
align-items: center;
|
|
90
|
-
justify-content: space-between;
|
|
91
|
-
height: 33px;
|
|
92
|
-
margin: 0 0 30px;
|
|
93
|
-
color: #202d40;
|
|
94
|
-
font-size: 20px;
|
|
95
|
-
font-weight: 600;
|
|
96
47
|
|
|
97
|
-
span {
|
|
98
|
-
height: 20px;
|
|
99
|
-
color: #8592a5;
|
|
100
|
-
font-size: 14px;
|
|
101
|
-
font-weight: 400;
|
|
102
|
-
}
|
|
103
48
|
|
|
104
|
-
|
|
105
|
-
|
|
49
|
+
@media screen and (max-width: 900px) {
|
|
50
|
+
.login-wrap {
|
|
51
|
+
|
|
52
|
+
.login-form-wrap {
|
|
53
|
+
width: 95%;
|
|
54
|
+
}
|
|
55
|
+
.login-form-title {
|
|
56
|
+
height: 33px;
|
|
57
|
+
text-align: center;
|
|
58
|
+
margin: 0 0 30px;
|
|
59
|
+
color: #202d40;
|
|
60
|
+
font-size: 24px;
|
|
61
|
+
font-weight: 600;
|
|
62
|
+
}
|
|
63
|
+
.login-form-item {
|
|
64
|
+
display: flex;
|
|
65
|
+
align-items: center;
|
|
66
|
+
justify-content: space-between;
|
|
67
|
+
height: 33px;
|
|
68
|
+
margin: 0 0 24px;
|
|
69
|
+
color: #202d40;
|
|
70
|
+
font-size: 16px;
|
|
71
|
+
|
|
72
|
+
>span {
|
|
73
|
+
height: 20px;
|
|
74
|
+
color: #8592a5;
|
|
75
|
+
font-size: 14px;
|
|
76
|
+
font-weight: 400;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
}
|
|
106
80
|
}
|
|
107
|
-
}
|
|
81
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
default?(_: {}): any;
|
|
3
|
+
};
|
|
4
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
5
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
6
|
+
export default _default;
|
|
7
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
8
|
+
new (): {
|
|
9
|
+
$slots: S;
|
|
10
|
+
};
|
|
11
|
+
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maketribe/ms-app",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.20",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/cjs",
|
|
6
6
|
"module": "dist/esm",
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
"vue-cropper": "^1.1.3",
|
|
52
52
|
"vue-router": "^4.2.4",
|
|
53
53
|
"yjs": "^13.6.14",
|
|
54
|
-
"@maketribe/dm": "^3.2.
|
|
55
|
-
"@maketribe/utils": "^3.2.1",
|
|
54
|
+
"@maketribe/dm": "^3.2.8",
|
|
56
55
|
"@maketribe/locale": "^3.2.0",
|
|
56
|
+
"@maketribe/utils": "^3.2.1",
|
|
57
57
|
"@maketribe/request": "^3.2.3"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|