@maketribe/ms-app 3.2.45 → 3.2.46
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/basic/lexical-editor/assets/doc-editor.css.js +1 -1
- package/dist/cjs/components/basic/lexical-editor/assets/doc-editor.css.js.map +1 -1
- package/dist/cjs/components/basic/lexical-editor/utils/html.js +1 -19
- package/dist/cjs/components/basic/lexical-editor/utils/html.js.map +1 -1
- package/dist/cjs/components/basic/lexical-editor/utils/module.js.map +1 -1
- package/dist/cjs/modules/cms/cms-settings.js +5 -1
- package/dist/cjs/modules/cms/cms-settings.js.map +1 -1
- package/dist/cjs/modules/cms/pages/cms-contents/components/part-banner-edit.vue.js +40 -324
- package/dist/cjs/modules/cms/pages/cms-contents/components/part-banner-edit.vue.js.map +1 -1
- package/dist/cjs/modules/cms/pages/cms-contents/components/part-banner.vue.js +362 -0
- package/dist/cjs/modules/cms/pages/cms-contents/components/part-banner.vue.js.map +1 -0
- package/dist/cjs/modules/cms/pages/cms-contents/components/part-banner.vue2.js +4 -0
- package/dist/cjs/modules/cms/pages/cms-contents/components/part-banner.vue2.js.map +1 -0
- package/dist/cjs/modules/cms/pages/cms-settigns/index.vue2.js +38 -15
- package/dist/cjs/modules/cms/pages/cms-settigns/index.vue2.js.map +1 -1
- package/dist/esm/components/basic/lexical-editor/assets/doc-editor.css.js +1 -1
- package/dist/esm/components/basic/lexical-editor/assets/doc-editor.css.js.map +1 -1
- package/dist/esm/components/basic/lexical-editor/utils/html.js +2 -20
- package/dist/esm/components/basic/lexical-editor/utils/html.js.map +1 -1
- package/dist/esm/components/basic/lexical-editor/utils/module.js.map +1 -1
- package/dist/esm/modules/cms/cms-settings.js +5 -1
- package/dist/esm/modules/cms/cms-settings.js.map +1 -1
- package/dist/esm/modules/cms/pages/cms-contents/components/part-banner-edit.vue.js +41 -325
- package/dist/esm/modules/cms/pages/cms-contents/components/part-banner-edit.vue.js.map +1 -1
- package/dist/esm/modules/cms/pages/cms-contents/components/part-banner.vue.js +363 -0
- package/dist/esm/modules/cms/pages/cms-contents/components/part-banner.vue.js.map +1 -0
- package/dist/esm/modules/cms/pages/cms-contents/components/part-banner.vue2.js +5 -0
- package/dist/esm/modules/cms/pages/cms-contents/components/part-banner.vue2.js.map +1 -0
- package/dist/esm/modules/cms/pages/cms-settigns/index.vue2.js +38 -15
- package/dist/esm/modules/cms/pages/cms-settigns/index.vue2.js.map +1 -1
- package/dist/style/index.css +1 -1
- package/dist/style/modules/cms/index.css +1 -1
- package/dist/style/modules/cms/pages/cms-contents/components/mk-cms-part-banner.css +1 -1
- package/dist/style/modules/cms/pages/cms-contents/index.css +1 -1
- package/dist/style/src/modules/cms/pages/cms-contents/components/mk-cms-part-banner.scss +1 -0
- package/dist/types/modules/cms/cms-settings.d.ts +5 -1
- package/dist/types/modules/cms/pages/cms-contents/components/part-banner.vue.d.ts +32 -0
- package/package.json +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
.resource-manager{display:flex;flex-direction:column;height:100%;background:#fff}.resource-manager .resource-list{height:0;flex:1}.resource-list{display:flex;flex-direction:column}.resource-list-header{padding:5px 10px;border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;display:flex;justify-content:space-between;align-items:center}.resource-list-header .el-breadcrumb{display:flex;flex-wrap:wrap}.resource-list-header .el-breadcrumb .el-breadcrumb__separator{margin:0}.resource-list-mode{cursor:pointer;display:flex}.resource-list-breadcrumb-item{cursor:pointer;padding:5px 3px}.resource-list-main{height:0;flex:1}.resource-list-list{gap:10px;display:flex;flex-wrap:wrap;align-items:flex-start}.resource-list .resource-item{width:120px;height:130px;padding:10px;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none}.resource-list .resource-item__wrapper{display:flex;height:100%;gap:5px;flex-direction:column}.resource-list .resource-item__main{flex:1;font-size:48px;text-align:center;padding-top:10px}.resource-list .resource-item__label{white-space:nowrap;text-align:center;overflow:hidden;text-overflow:ellipsis;padding:5px}.resource-list .resource-item__time{display:none}.resource-list .resource-item__size{display:none}.resource-list .resource-item:hover{background-color:var(--el-color-info-light-9)}.resource-list .resource-item.is-selected{background-color:var(--el-color-primary-light-9)}.resource-list.row .resource-list-list{gap:10px;display:block;flex-wrap:wrap;align-items:flex-start}.resource-list.row .resource-item{width:100%;height:auto;padding:10px;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.resource-list.row .resource-item__wrapper{height:100%;gap:5px;flex-direction:row}.resource-list.row .resource-item__main{flex:0;font-size:24px;text-align:center;padding-top:0}.resource-list.row .resource-item__label{font-size:18px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-align:left;padding:5px;width:100%;flex:1}.resource-list.row .resource-item__time{display:block;padding:0 5px;max-width:200px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.resource-list.row .resource-item__size{display:block;padding:0 5px;width:100px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-align:right}.resource-list.row .resource-item:hover{background-color:var(--el-color-info-light-9)}.resource-list.row .resource-item.is-selected{background-color:var(--el-color-primary-light-9)}.resource-select-dialog .resource-list{height:540px}.cms-part-tree{display:flex;flex-direction:column;padding-right:0!important}.cms-part-tree__header{height:32px;padding:10px;display:flex;align-items:center;align-content:center;justify-content:space-between;font-weight:600}.cms-part-tree__body{height:0;flex:1}.cms-part-tree__body .el-scrollbar .el-scrollbar__wrap{padding-right:10px}.mk-cms-ad__warp{display:flex;flex-direction:column;width:100%;height:100%}.mk-cms-ad__body{padding:10px 0 10px 10px;display:flex;flex-direction:column;height:0;flex:1}.mk-cms-ad__body__scrollbar{padding-right:10px}.mk-cms-ad__card{box-sizing:border-box;flex:1}.mk-cms-ad__card__header{display:flex;align-content:center;justify-content:space-between;align-items:center}.mk-cms-ad__card__header .btn-box{display:flex;justify-content:flex-end;gap:10px}.mk-cms-ad__card__header .btn-box .btn{cursor:pointer}.mk-cms-ad__card__body__scrollbar>.el-scrollbar__wrap>.el-scrollbar__view{display:flex;gap:10px;padding-bottom:10px}.mk-cms-ad__card__body__item{max-width:340px;min-width:240px;height:inherit}.mk-cms-ad__card__body__item .item-desc{padding-top:10px;display:flex;justify-content:space-between}.mk-cms-ad__card__body__item .item-desc .icon{margin-right:5px}.mk-cms-ad__card__body__item .item-desc-left .external-links a{font-size:13px}.mk-cms-ad__card__body__item .item-desc-left .desc{font-size:13px}.mk-cms-ad__card__body__item .item-desc-left .ellipsis{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;word-break:break-all;white-space:normal}.mk-cms-ad__card__body__item .item-desc-right{display:flex;align-items:center;flex-shrink:0;align-items:flex-start;margin-left:5px}.mk-cms-ad__card__body__item .item-desc-right__more{cursor:pointer}.mk-cms-ad__card__body__item .item-desc-right .el-dropdown{color:var(--el-color-primary)}.mk-cms-ad__card__body__item .item-desc-right .edit-button{color:var(--el-color-primary)}.mk-cms-ad__card__body__item .item-desc-right .delete-button{color:var(--el-color-danger)}.mk-cms-ad__card__body__item .images{width:100%;height:200px}.mk-cms-ad__card__body__item .video{width:100%;height:200px}.mk-cms-ad__card+.mk-cms-ad__card{margin-top:10px}.mk-cms-article-list{width:100%;height:100%;box-sizing:border-box;overflow:hidden}.mk-cms-article-list .mk-pagination{margin-top:8px;margin-right:10px}.mk-cms-article-list .mk-table-view>.el-card__body{padding-right:0}.mk-cms-article-list .mk-table-view>.el-card__body .el-empty{flex:1}.mk-cms-article-list__content{flex:1;width:100%;height:100%;overflow-y:auto;overflow-x:hidden}.mk-cms-article-list__content>.el-scrollbar__wrap>.el-scrollbar__view{display:flex;flex-direction:column;gap:10px;padding-right:12px}.mk-cms-article-list__item{width:100%;height:auto}.mk-cms-article-list__item__content{display:flex}.mk-cms-article-list__item__content .left{width:150px;display:flex;align-items:center;align-items:flex-start}.mk-cms-article-list__item__content .left .cover-image{width:140px;height:140px;background-color:#f4f4f4;display:flex;align-items:center;justify-content:center;align-content:center;font-size:30px;color:#ccc;margin-right:10px}.mk-cms-article-list__item__content .right{width:100%}.mk-cms-article-list__item__content .right .top{display:flex;justify-content:space-between}.mk-cms-article-list__item__content .right .title{font-size:18px;font-weight:600;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.mk-cms-article-list__item__content .right .tags{font-size:18px;font-weight:600;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;display:flex;gap:10px;flex-shrink:0}.mk-cms-article-list__item__content .right .tags .tag{cursor:pointer}.mk-cms-article-list__item__content .right .sub-title{font-size:14px;margin-bottom:8px;color:#ccc;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.mk-cms-article-list__item__content .right .desc{color:#999;font-size:14px;overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-o-text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:4;max-height:80px}.mk-cms-article-list__item__content .right .footer{display:flex;margin-top:10px;justify-content:space-between;align-items:center}.mk-cms-article-list__item__content .right .footer>div{display:flex}.mk-cms-article-list__item__content .right .footer>div.ext{font-size:14px;color:#999}.mk-cms-article-list__item__content .right .footer>div.ext .publish-time{display:flex;align-items:center}.mk-cms-article-list__item__content .right .footer>div.ext>div+div{display:flex}.mk-cms-article-list__item__content .right .footer>div.ext>div+div::before{content:"";height:1em;width:1px;display:block;margin:0 12px;background-color:#ccc;margin-top:.2em}.mk-cms-article-eidtadd__warp{display:flex;flex-direction:column;width:100%;height:100%;overflow:hidden}.mk-cms-article-eidtadd__header_tools{display:flex;align-items:center;gap:5px}.mk-cms-article-eidtadd__body{height:100%;height:100%;overflow:hidden;border-top:1px solid var(--mk-container-border-color)}.mk-cms-article-eidtadd__body__extentions{position:fixed;right:15px;top:50%;transform:translateY(-60%);background:#fff;padding:10px 20px 20px 20px;border-radius:5px 0 0 5px;box-shadow:0 3px 4px 0 #e5e5e5}.mk-cms-article-eidtadd__body__extentions.hide{transform:translateX(100%) translateY(-60%);z-index:0;background-color:transparent;box-shadow:none}.mk-cms-article-eidtadd__body__extentions.hide .mk-data-form{opacity:0;pointer-events:none}.mk-cms-article-eidtadd__body__extentions .close,.mk-cms-article-eidtadd__body__extentions .open{position:absolute;top:50%;left:-15px;transform:translateY(-50%);align-items:center;justify-content:flex-end;padding-right:10px;height:40px;width:40px;background-color:#f4f4f4;border-radius:0 50% 50% 0;box-sizing:border-box;cursor:pointer;z-index:100;clip-path:path("M 15 0 L 40 0 l 40 40 L 15 40z")}.mk-cms-article-eidtadd__body__extentions .open{left:-25px;background-color:#fff;justify-content:center;align-items:center;clip-path:path("M 0 0 L 25 0 L 25 40 L 0 40z");border-radius:50% 0 0 50%}.mk-cms-article-eidtadd__body__footer,.mk-cms-article-eidtadd__body__header{padding:10px 20px;background-color:#fff}.mk-cms-article-eidtadd__body__footer .el-tabs,.mk-cms-article-eidtadd__body__header .el-tabs{height:auto;flex:1}.mk-cms-article-eidtadd__body__footer .el-tabs .el-tab-pane,.mk-cms-article-eidtadd__body__header .el-tabs .el-tab-pane{height:100%}.mk-cms-article-eidtadd__body__footer .content>.el-row+.el-row,.mk-cms-article-eidtadd__body__footer>.el-row+.el-row,.mk-cms-article-eidtadd__body__header .content>.el-row+.el-row,.mk-cms-article-eidtadd__body__header>.el-row+.el-row{margin-top:10px}.mk-cms-article-eidtadd__body__footer .content>.el-row .el-input>.el-input__wrapper,.mk-cms-article-eidtadd__body__footer .content>.el-row .el-select>.el-select__wrapper,.mk-cms-article-eidtadd__body__footer .content>.el-row .el-textarea>.el-textarea__inner,.mk-cms-article-eidtadd__body__footer>.el-row .el-input>.el-input__wrapper,.mk-cms-article-eidtadd__body__footer>.el-row .el-select>.el-select__wrapper,.mk-cms-article-eidtadd__body__footer>.el-row .el-textarea>.el-textarea__inner,.mk-cms-article-eidtadd__body__header .content>.el-row .el-input>.el-input__wrapper,.mk-cms-article-eidtadd__body__header .content>.el-row .el-select>.el-select__wrapper,.mk-cms-article-eidtadd__body__header .content>.el-row .el-textarea>.el-textarea__inner,.mk-cms-article-eidtadd__body__header>.el-row .el-input>.el-input__wrapper,.mk-cms-article-eidtadd__body__header>.el-row .el-select>.el-select__wrapper,.mk-cms-article-eidtadd__body__header>.el-row .el-textarea>.el-textarea__inner{box-shadow:none}.mk-cms-article-eidtadd__body__footer .content>.el-row .el-select>.el-select__wrapper,.mk-cms-article-eidtadd__body__footer>.el-row .el-select>.el-select__wrapper,.mk-cms-article-eidtadd__body__header .content>.el-row .el-select>.el-select__wrapper,.mk-cms-article-eidtadd__body__header>.el-row .el-select>.el-select__wrapper{border-bottom:1px solid var(--el-border-color);padding:4px 10px}.mk-cms-article-eidtadd__body__footer .content>.el-row .el-textarea>.el-textarea__inner,.mk-cms-article-eidtadd__body__footer>.el-row .el-textarea>.el-textarea__inner,.mk-cms-article-eidtadd__body__header .content>.el-row .el-textarea>.el-textarea__inner,.mk-cms-article-eidtadd__body__header>.el-row .el-textarea>.el-textarea__inner{box-shadow:none}.mk-cms-article-eidtadd__body__footer .content>.el-row .el-textarea.title,.mk-cms-article-eidtadd__body__footer>.el-row .el-textarea.title,.mk-cms-article-eidtadd__body__header .content>.el-row .el-textarea.title,.mk-cms-article-eidtadd__body__header>.el-row .el-textarea.title{font-size:28px;font-weight:400}.mk-cms-article-eidtadd__body__footer .content>.el-row .mk-upload-file,.mk-cms-article-eidtadd__body__footer>.el-row .mk-upload-file,.mk-cms-article-eidtadd__body__header .content>.el-row .mk-upload-file,.mk-cms-article-eidtadd__body__header>.el-row .mk-upload-file{display:flex;align-items:center;justify-content:center;background:#ebebeb}.mk-cms-article-eidtadd__body__footer .content>.el-row .mk-upload-file .el-image,.mk-cms-article-eidtadd__body__footer>.el-row .mk-upload-file .el-image,.mk-cms-article-eidtadd__body__header .content>.el-row .mk-upload-file .el-image,.mk-cms-article-eidtadd__body__header>.el-row .mk-upload-file .el-image{display:flex;justify-content:center;align-items:center}.mk-cms-article-eidtadd__body__footer .content>.el-row .mk-upload-file .el-image .el-icon,.mk-cms-article-eidtadd__body__footer>.el-row .mk-upload-file .el-image .el-icon,.mk-cms-article-eidtadd__body__header .content>.el-row .mk-upload-file .el-image .el-icon,.mk-cms-article-eidtadd__body__header>.el-row .mk-upload-file .el-image .el-icon{font-size:30px}.mk-cms-article-eidtadd__body__footer .content>.el-row .banner,.mk-cms-article-eidtadd__body__footer>.el-row .banner,.mk-cms-article-eidtadd__body__header .content>.el-row .banner,.mk-cms-article-eidtadd__body__header>.el-row .banner{width:100%;height:200px}.mk-cms-article-eidtadd__body__footer .content>.el-row.cover-desc,.mk-cms-article-eidtadd__body__footer>.el-row.cover-desc,.mk-cms-article-eidtadd__body__header .content>.el-row.cover-desc,.mk-cms-article-eidtadd__body__header>.el-row.cover-desc{display:flex}.mk-cms-article-eidtadd__body__footer .content>.el-row.cover-desc .cover,.mk-cms-article-eidtadd__body__footer>.el-row.cover-desc .cover,.mk-cms-article-eidtadd__body__header .content>.el-row.cover-desc .cover,.mk-cms-article-eidtadd__body__header>.el-row.cover-desc .cover{width:115px;height:115px;margin-right:10px}.mk-cms-article-eidtadd__body__footer .content>.el-row.cover-desc .desc,.mk-cms-article-eidtadd__body__footer>.el-row.cover-desc .desc,.mk-cms-article-eidtadd__body__header .content>.el-row.cover-desc .desc,.mk-cms-article-eidtadd__body__header>.el-row.cover-desc .desc{flex:1 1}.mk-cms-article-eidtadd__body__footer .content>.el-row.cover-desc .desc textarea,.mk-cms-article-eidtadd__body__footer>.el-row.cover-desc .desc textarea,.mk-cms-article-eidtadd__body__header .content>.el-row.cover-desc .desc textarea,.mk-cms-article-eidtadd__body__header>.el-row.cover-desc .desc textarea{background:#f4f4f4}.mk-cms-article-eidtadd__body__header{margin-bottom:5px}.mk-cms-article-eidtadd__body__footer{margin-top:5px;min-height:400px}.mk-cms-part-info{height:100%}.mk-cms-part-info .el-card{border:0}.mk-cms-part-info .el-card .el-card__body{padding:0}.mk-cms-part-info .mk-form-view__footer button:last-child{display:none}.mk-cms-part-info__body__form-options .el-scrollbar__wrap{box-sizing:border-box;width:100%;padding-right:12px}.cms-article-atlas>.el-card__body{padding-bottom:0}.cms-article-atlas .cms-article-atlas__header{display:flex;justify-content:space-between}.cms-article-atlas .cms-article-atlas__header .cms-article-atlas__header__btn{cursor:pointer}.cms-article-atlas .cms-article-atlas__list{height:100%;display:flex;flex-wrap:wrap;gap:10px}.cms-article-atlas .cms-article-atlas__list .el-scrollbar__wrap{padding-bottom:12px}.cms-article-atlas .cms-article-atlas__list .el-scrollbar__wrap .el-scrollbar__view{display:flex}.cms-article-atlas .cms-article-atlas__list .el-scrollbar__wrap .el-scrollbar__view .cms-article-atlas__list__item{max-width:340px;min-width:240px;height:inherit}.cms-article-atlas .cms-article-atlas__list .el-scrollbar__wrap .el-scrollbar__view .cms-article-atlas__list__item .images{width:100%;height:200px}.cms-article-atlas .cms-article-atlas__list .el-scrollbar__wrap .el-scrollbar__view .cms-article-atlas__list__item .video{width:100%;height:200px}.cms-article-atlas .cms-article-atlas__list .el-scrollbar__wrap .el-scrollbar__view .cms-article-atlas__list__item .cms-article-atlas__list__item__desc{display:flex;justify-content:space-between;align-items:center}.cms-article-atlas .cms-article-atlas__list .el-scrollbar__wrap .el-scrollbar__view .cms-article-atlas__list__item .cms-article-atlas__list__item__desc .item-desc-right{color:#409eff;cursor:pointer}.mk-cms-part-banner__warp{background-color:#fff;padding:10px;box-sizing:border-box;margin-bottom:10px}.mk-cms-part-banner__list_item:hover .mk-cms-part-banner__list_action-mask{display:flex}.mk-cms-part-banner__list_action-mask,.mk-cms-part-banner__list_content,.mk-cms-part-banner__list_content_img,.mk-cms-part-banner__list_item{width:100%;height:100%;position:relative}.mk-cms-part-banner__list_bottom{position:absolute;bottom:0;min-height:50px;z-index:2;text-indent:1em;width:100%;background-color:rgba(0,0,0,.5);font-size:14px;display:flex;flex-direction:column;justify-content:flex-end;padding:5px;box-sizing:border-box;color:#fff}.mk-cms-part-banner__list_title{font-weight:500;margin-bottom:10px;font-size:18px}.mk-cms-part-banner__list_action-mask{position:absolute;background-color:rgba(0,0,0,.6);top:0;left:0;display:none;align-items:center;justify-content:center;color:#fff;z-index:99}.mk-cms-contents__publish{display:flex;flex-wrap:wrap;gap:10px 100px;padding:10px;justify-content:flex-start}.mk-cms-contents__warp{display:flex;flex-direction:column;width:100%;height:100%;overflow:hidden}.mk-cms-contents__body{padding:10px;display:flex;height:100%;overflow:hidden}.mk-cms-contents__body__left{background-color:#fff;padding:10px;max-width:360px;min-width:220px;margin-right:10px}.mk-cms-contents__body__right{flex:1;width:100%;height:100%;overflow:hidden;background:#fff;padding:10px;box-sizing:border-box;position:relative}.mk-cms-contents__body__right__action{position:absolute;right:10px;top:10px}.mk-cms-contents__body__right .el-tabs__content{overflow:hidden;position:static}.mk-cms-contents__body__right .el-tabs__content .el-tab-pane{width:100%;height:100%;overflow:auto}
|
|
1
|
+
.resource-manager{display:flex;flex-direction:column;height:100%;background:#fff}.resource-manager .resource-list{height:0;flex:1}.resource-list{display:flex;flex-direction:column}.resource-list-header{padding:5px 10px;border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;display:flex;justify-content:space-between;align-items:center}.resource-list-header .el-breadcrumb{display:flex;flex-wrap:wrap}.resource-list-header .el-breadcrumb .el-breadcrumb__separator{margin:0}.resource-list-mode{cursor:pointer;display:flex}.resource-list-breadcrumb-item{cursor:pointer;padding:5px 3px}.resource-list-main{height:0;flex:1}.resource-list-list{gap:10px;display:flex;flex-wrap:wrap;align-items:flex-start}.resource-list .resource-item{width:120px;height:130px;padding:10px;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none}.resource-list .resource-item__wrapper{display:flex;height:100%;gap:5px;flex-direction:column}.resource-list .resource-item__main{flex:1;font-size:48px;text-align:center;padding-top:10px}.resource-list .resource-item__label{white-space:nowrap;text-align:center;overflow:hidden;text-overflow:ellipsis;padding:5px}.resource-list .resource-item__time{display:none}.resource-list .resource-item__size{display:none}.resource-list .resource-item:hover{background-color:var(--el-color-info-light-9)}.resource-list .resource-item.is-selected{background-color:var(--el-color-primary-light-9)}.resource-list.row .resource-list-list{gap:10px;display:block;flex-wrap:wrap;align-items:flex-start}.resource-list.row .resource-item{width:100%;height:auto;padding:10px;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.resource-list.row .resource-item__wrapper{height:100%;gap:5px;flex-direction:row}.resource-list.row .resource-item__main{flex:0;font-size:24px;text-align:center;padding-top:0}.resource-list.row .resource-item__label{font-size:18px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-align:left;padding:5px;width:100%;flex:1}.resource-list.row .resource-item__time{display:block;padding:0 5px;max-width:200px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.resource-list.row .resource-item__size{display:block;padding:0 5px;width:100px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-align:right}.resource-list.row .resource-item:hover{background-color:var(--el-color-info-light-9)}.resource-list.row .resource-item.is-selected{background-color:var(--el-color-primary-light-9)}.resource-select-dialog .resource-list{height:540px}.cms-part-tree{display:flex;flex-direction:column;padding-right:0!important}.cms-part-tree__header{height:32px;padding:10px;display:flex;align-items:center;align-content:center;justify-content:space-between;font-weight:600}.cms-part-tree__body{height:0;flex:1}.cms-part-tree__body .el-scrollbar .el-scrollbar__wrap{padding-right:10px}.mk-cms-ad__warp{display:flex;flex-direction:column;width:100%;height:100%}.mk-cms-ad__body{padding:10px 0 10px 10px;display:flex;flex-direction:column;height:0;flex:1}.mk-cms-ad__body__scrollbar{padding-right:10px}.mk-cms-ad__card{box-sizing:border-box;flex:1}.mk-cms-ad__card__header{display:flex;align-content:center;justify-content:space-between;align-items:center}.mk-cms-ad__card__header .btn-box{display:flex;justify-content:flex-end;gap:10px}.mk-cms-ad__card__header .btn-box .btn{cursor:pointer}.mk-cms-ad__card__body__scrollbar>.el-scrollbar__wrap>.el-scrollbar__view{display:flex;gap:10px;padding-bottom:10px}.mk-cms-ad__card__body__item{max-width:340px;min-width:240px;height:inherit}.mk-cms-ad__card__body__item .item-desc{padding-top:10px;display:flex;justify-content:space-between}.mk-cms-ad__card__body__item .item-desc .icon{margin-right:5px}.mk-cms-ad__card__body__item .item-desc-left .external-links a{font-size:13px}.mk-cms-ad__card__body__item .item-desc-left .desc{font-size:13px}.mk-cms-ad__card__body__item .item-desc-left .ellipsis{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;word-break:break-all;white-space:normal}.mk-cms-ad__card__body__item .item-desc-right{display:flex;align-items:center;flex-shrink:0;align-items:flex-start;margin-left:5px}.mk-cms-ad__card__body__item .item-desc-right__more{cursor:pointer}.mk-cms-ad__card__body__item .item-desc-right .el-dropdown{color:var(--el-color-primary)}.mk-cms-ad__card__body__item .item-desc-right .edit-button{color:var(--el-color-primary)}.mk-cms-ad__card__body__item .item-desc-right .delete-button{color:var(--el-color-danger)}.mk-cms-ad__card__body__item .images{width:100%;height:200px}.mk-cms-ad__card__body__item .video{width:100%;height:200px}.mk-cms-ad__card+.mk-cms-ad__card{margin-top:10px}.mk-cms-article-list{width:100%;height:100%;box-sizing:border-box;overflow:hidden}.mk-cms-article-list .mk-pagination{margin-top:8px;margin-right:10px}.mk-cms-article-list .mk-table-view>.el-card__body{padding-right:0}.mk-cms-article-list .mk-table-view>.el-card__body .el-empty{flex:1}.mk-cms-article-list__content{flex:1;width:100%;height:100%;overflow-y:auto;overflow-x:hidden}.mk-cms-article-list__content>.el-scrollbar__wrap>.el-scrollbar__view{display:flex;flex-direction:column;gap:10px;padding-right:12px}.mk-cms-article-list__item{width:100%;height:auto}.mk-cms-article-list__item__content{display:flex}.mk-cms-article-list__item__content .left{width:150px;display:flex;align-items:center;align-items:flex-start}.mk-cms-article-list__item__content .left .cover-image{width:140px;height:140px;background-color:#f4f4f4;display:flex;align-items:center;justify-content:center;align-content:center;font-size:30px;color:#ccc;margin-right:10px}.mk-cms-article-list__item__content .right{width:100%}.mk-cms-article-list__item__content .right .top{display:flex;justify-content:space-between}.mk-cms-article-list__item__content .right .title{font-size:18px;font-weight:600;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.mk-cms-article-list__item__content .right .tags{font-size:18px;font-weight:600;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;display:flex;gap:10px;flex-shrink:0}.mk-cms-article-list__item__content .right .tags .tag{cursor:pointer}.mk-cms-article-list__item__content .right .sub-title{font-size:14px;margin-bottom:8px;color:#ccc;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.mk-cms-article-list__item__content .right .desc{color:#999;font-size:14px;overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-o-text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:4;max-height:80px}.mk-cms-article-list__item__content .right .footer{display:flex;margin-top:10px;justify-content:space-between;align-items:center}.mk-cms-article-list__item__content .right .footer>div{display:flex}.mk-cms-article-list__item__content .right .footer>div.ext{font-size:14px;color:#999}.mk-cms-article-list__item__content .right .footer>div.ext .publish-time{display:flex;align-items:center}.mk-cms-article-list__item__content .right .footer>div.ext>div+div{display:flex}.mk-cms-article-list__item__content .right .footer>div.ext>div+div::before{content:"";height:1em;width:1px;display:block;margin:0 12px;background-color:#ccc;margin-top:.2em}.mk-cms-article-eidtadd__warp{display:flex;flex-direction:column;width:100%;height:100%;overflow:hidden}.mk-cms-article-eidtadd__header_tools{display:flex;align-items:center;gap:5px}.mk-cms-article-eidtadd__body{height:100%;height:100%;overflow:hidden;border-top:1px solid var(--mk-container-border-color)}.mk-cms-article-eidtadd__body__extentions{position:fixed;right:15px;top:50%;transform:translateY(-60%);background:#fff;padding:10px 20px 20px 20px;border-radius:5px 0 0 5px;box-shadow:0 3px 4px 0 #e5e5e5}.mk-cms-article-eidtadd__body__extentions.hide{transform:translateX(100%) translateY(-60%);z-index:0;background-color:transparent;box-shadow:none}.mk-cms-article-eidtadd__body__extentions.hide .mk-data-form{opacity:0;pointer-events:none}.mk-cms-article-eidtadd__body__extentions .close,.mk-cms-article-eidtadd__body__extentions .open{position:absolute;top:50%;left:-15px;transform:translateY(-50%);align-items:center;justify-content:flex-end;padding-right:10px;height:40px;width:40px;background-color:#f4f4f4;border-radius:0 50% 50% 0;box-sizing:border-box;cursor:pointer;z-index:100;clip-path:path("M 15 0 L 40 0 l 40 40 L 15 40z")}.mk-cms-article-eidtadd__body__extentions .open{left:-25px;background-color:#fff;justify-content:center;align-items:center;clip-path:path("M 0 0 L 25 0 L 25 40 L 0 40z");border-radius:50% 0 0 50%}.mk-cms-article-eidtadd__body__footer,.mk-cms-article-eidtadd__body__header{padding:10px 20px;background-color:#fff}.mk-cms-article-eidtadd__body__footer .el-tabs,.mk-cms-article-eidtadd__body__header .el-tabs{height:auto;flex:1}.mk-cms-article-eidtadd__body__footer .el-tabs .el-tab-pane,.mk-cms-article-eidtadd__body__header .el-tabs .el-tab-pane{height:100%}.mk-cms-article-eidtadd__body__footer .content>.el-row+.el-row,.mk-cms-article-eidtadd__body__footer>.el-row+.el-row,.mk-cms-article-eidtadd__body__header .content>.el-row+.el-row,.mk-cms-article-eidtadd__body__header>.el-row+.el-row{margin-top:10px}.mk-cms-article-eidtadd__body__footer .content>.el-row .el-input>.el-input__wrapper,.mk-cms-article-eidtadd__body__footer .content>.el-row .el-select>.el-select__wrapper,.mk-cms-article-eidtadd__body__footer .content>.el-row .el-textarea>.el-textarea__inner,.mk-cms-article-eidtadd__body__footer>.el-row .el-input>.el-input__wrapper,.mk-cms-article-eidtadd__body__footer>.el-row .el-select>.el-select__wrapper,.mk-cms-article-eidtadd__body__footer>.el-row .el-textarea>.el-textarea__inner,.mk-cms-article-eidtadd__body__header .content>.el-row .el-input>.el-input__wrapper,.mk-cms-article-eidtadd__body__header .content>.el-row .el-select>.el-select__wrapper,.mk-cms-article-eidtadd__body__header .content>.el-row .el-textarea>.el-textarea__inner,.mk-cms-article-eidtadd__body__header>.el-row .el-input>.el-input__wrapper,.mk-cms-article-eidtadd__body__header>.el-row .el-select>.el-select__wrapper,.mk-cms-article-eidtadd__body__header>.el-row .el-textarea>.el-textarea__inner{box-shadow:none}.mk-cms-article-eidtadd__body__footer .content>.el-row .el-select>.el-select__wrapper,.mk-cms-article-eidtadd__body__footer>.el-row .el-select>.el-select__wrapper,.mk-cms-article-eidtadd__body__header .content>.el-row .el-select>.el-select__wrapper,.mk-cms-article-eidtadd__body__header>.el-row .el-select>.el-select__wrapper{border-bottom:1px solid var(--el-border-color);padding:4px 10px}.mk-cms-article-eidtadd__body__footer .content>.el-row .el-textarea>.el-textarea__inner,.mk-cms-article-eidtadd__body__footer>.el-row .el-textarea>.el-textarea__inner,.mk-cms-article-eidtadd__body__header .content>.el-row .el-textarea>.el-textarea__inner,.mk-cms-article-eidtadd__body__header>.el-row .el-textarea>.el-textarea__inner{box-shadow:none}.mk-cms-article-eidtadd__body__footer .content>.el-row .el-textarea.title,.mk-cms-article-eidtadd__body__footer>.el-row .el-textarea.title,.mk-cms-article-eidtadd__body__header .content>.el-row .el-textarea.title,.mk-cms-article-eidtadd__body__header>.el-row .el-textarea.title{font-size:28px;font-weight:400}.mk-cms-article-eidtadd__body__footer .content>.el-row .mk-upload-file,.mk-cms-article-eidtadd__body__footer>.el-row .mk-upload-file,.mk-cms-article-eidtadd__body__header .content>.el-row .mk-upload-file,.mk-cms-article-eidtadd__body__header>.el-row .mk-upload-file{display:flex;align-items:center;justify-content:center;background:#ebebeb}.mk-cms-article-eidtadd__body__footer .content>.el-row .mk-upload-file .el-image,.mk-cms-article-eidtadd__body__footer>.el-row .mk-upload-file .el-image,.mk-cms-article-eidtadd__body__header .content>.el-row .mk-upload-file .el-image,.mk-cms-article-eidtadd__body__header>.el-row .mk-upload-file .el-image{display:flex;justify-content:center;align-items:center}.mk-cms-article-eidtadd__body__footer .content>.el-row .mk-upload-file .el-image .el-icon,.mk-cms-article-eidtadd__body__footer>.el-row .mk-upload-file .el-image .el-icon,.mk-cms-article-eidtadd__body__header .content>.el-row .mk-upload-file .el-image .el-icon,.mk-cms-article-eidtadd__body__header>.el-row .mk-upload-file .el-image .el-icon{font-size:30px}.mk-cms-article-eidtadd__body__footer .content>.el-row .banner,.mk-cms-article-eidtadd__body__footer>.el-row .banner,.mk-cms-article-eidtadd__body__header .content>.el-row .banner,.mk-cms-article-eidtadd__body__header>.el-row .banner{width:100%;height:200px}.mk-cms-article-eidtadd__body__footer .content>.el-row.cover-desc,.mk-cms-article-eidtadd__body__footer>.el-row.cover-desc,.mk-cms-article-eidtadd__body__header .content>.el-row.cover-desc,.mk-cms-article-eidtadd__body__header>.el-row.cover-desc{display:flex}.mk-cms-article-eidtadd__body__footer .content>.el-row.cover-desc .cover,.mk-cms-article-eidtadd__body__footer>.el-row.cover-desc .cover,.mk-cms-article-eidtadd__body__header .content>.el-row.cover-desc .cover,.mk-cms-article-eidtadd__body__header>.el-row.cover-desc .cover{width:115px;height:115px;margin-right:10px}.mk-cms-article-eidtadd__body__footer .content>.el-row.cover-desc .desc,.mk-cms-article-eidtadd__body__footer>.el-row.cover-desc .desc,.mk-cms-article-eidtadd__body__header .content>.el-row.cover-desc .desc,.mk-cms-article-eidtadd__body__header>.el-row.cover-desc .desc{flex:1 1}.mk-cms-article-eidtadd__body__footer .content>.el-row.cover-desc .desc textarea,.mk-cms-article-eidtadd__body__footer>.el-row.cover-desc .desc textarea,.mk-cms-article-eidtadd__body__header .content>.el-row.cover-desc .desc textarea,.mk-cms-article-eidtadd__body__header>.el-row.cover-desc .desc textarea{background:#f4f4f4}.mk-cms-article-eidtadd__body__header{margin-bottom:5px}.mk-cms-article-eidtadd__body__footer{margin-top:5px;min-height:400px}.mk-cms-part-info{height:100%}.mk-cms-part-info .el-card{border:0}.mk-cms-part-info .el-card .el-card__body{padding:0}.mk-cms-part-info .mk-form-view__footer button:last-child{display:none}.mk-cms-part-info__body__form-options .el-scrollbar__wrap{box-sizing:border-box;width:100%;padding-right:12px}.cms-article-atlas>.el-card__body{padding-bottom:0}.cms-article-atlas .cms-article-atlas__header{display:flex;justify-content:space-between}.cms-article-atlas .cms-article-atlas__header .cms-article-atlas__header__btn{cursor:pointer}.cms-article-atlas .cms-article-atlas__list{height:100%;display:flex;flex-wrap:wrap;gap:10px}.cms-article-atlas .cms-article-atlas__list .el-scrollbar__wrap{padding-bottom:12px}.cms-article-atlas .cms-article-atlas__list .el-scrollbar__wrap .el-scrollbar__view{display:flex}.cms-article-atlas .cms-article-atlas__list .el-scrollbar__wrap .el-scrollbar__view .cms-article-atlas__list__item{max-width:340px;min-width:240px;height:inherit}.cms-article-atlas .cms-article-atlas__list .el-scrollbar__wrap .el-scrollbar__view .cms-article-atlas__list__item .images{width:100%;height:200px}.cms-article-atlas .cms-article-atlas__list .el-scrollbar__wrap .el-scrollbar__view .cms-article-atlas__list__item .video{width:100%;height:200px}.cms-article-atlas .cms-article-atlas__list .el-scrollbar__wrap .el-scrollbar__view .cms-article-atlas__list__item .cms-article-atlas__list__item__desc{display:flex;justify-content:space-between;align-items:center}.cms-article-atlas .cms-article-atlas__list .el-scrollbar__wrap .el-scrollbar__view .cms-article-atlas__list__item .cms-article-atlas__list__item__desc .item-desc-right{color:#409eff;cursor:pointer}.mk-cms-part-banner__warp{background-color:#fff;padding:10px;box-sizing:border-box;margin-top:10px;margin-bottom:10px}.mk-cms-part-banner__list_item:hover .mk-cms-part-banner__list_action-mask{display:flex}.mk-cms-part-banner__list_action-mask,.mk-cms-part-banner__list_content,.mk-cms-part-banner__list_content_img,.mk-cms-part-banner__list_item{width:100%;height:100%;position:relative}.mk-cms-part-banner__list_bottom{position:absolute;bottom:0;min-height:50px;z-index:2;text-indent:1em;width:100%;background-color:rgba(0,0,0,.5);font-size:14px;display:flex;flex-direction:column;justify-content:flex-end;padding:5px;box-sizing:border-box;color:#fff}.mk-cms-part-banner__list_title{font-weight:500;margin-bottom:10px;font-size:18px}.mk-cms-part-banner__list_action-mask{position:absolute;background-color:rgba(0,0,0,.6);top:0;left:0;display:none;align-items:center;justify-content:center;color:#fff;z-index:99}.mk-cms-contents__publish{display:flex;flex-wrap:wrap;gap:10px 100px;padding:10px;justify-content:flex-start}.mk-cms-contents__warp{display:flex;flex-direction:column;width:100%;height:100%;overflow:hidden}.mk-cms-contents__body{padding:10px;display:flex;height:100%;overflow:hidden}.mk-cms-contents__body__left{background-color:#fff;padding:10px;max-width:360px;min-width:220px;margin-right:10px}.mk-cms-contents__body__right{flex:1;width:100%;height:100%;overflow:hidden;background:#fff;padding:10px;box-sizing:border-box;position:relative}.mk-cms-contents__body__right__action{position:absolute;right:10px;top:10px}.mk-cms-contents__body__right .el-tabs__content{overflow:hidden;position:static}.mk-cms-contents__body__right .el-tabs__content .el-tab-pane{width:100%;height:100%;overflow:auto}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.mk-cms-part-banner__warp{background-color:#fff;padding:10px;box-sizing:border-box;margin-bottom:10px}.mk-cms-part-banner__list_item:hover .mk-cms-part-banner__list_action-mask{display:flex}.mk-cms-part-banner__list_action-mask,.mk-cms-part-banner__list_content,.mk-cms-part-banner__list_content_img,.mk-cms-part-banner__list_item{width:100%;height:100%;position:relative}.mk-cms-part-banner__list_bottom{position:absolute;bottom:0;min-height:50px;z-index:2;text-indent:1em;width:100%;background-color:rgba(0,0,0,.5);font-size:14px;display:flex;flex-direction:column;justify-content:flex-end;padding:5px;box-sizing:border-box;color:#fff}.mk-cms-part-banner__list_title{font-weight:500;margin-bottom:10px;font-size:18px}.mk-cms-part-banner__list_action-mask{position:absolute;background-color:rgba(0,0,0,.6);top:0;left:0;display:none;align-items:center;justify-content:center;color:#fff;z-index:99}
|
|
1
|
+
.mk-cms-part-banner__warp{background-color:#fff;padding:10px;box-sizing:border-box;margin-top:10px;margin-bottom:10px}.mk-cms-part-banner__list_item:hover .mk-cms-part-banner__list_action-mask{display:flex}.mk-cms-part-banner__list_action-mask,.mk-cms-part-banner__list_content,.mk-cms-part-banner__list_content_img,.mk-cms-part-banner__list_item{width:100%;height:100%;position:relative}.mk-cms-part-banner__list_bottom{position:absolute;bottom:0;min-height:50px;z-index:2;text-indent:1em;width:100%;background-color:rgba(0,0,0,.5);font-size:14px;display:flex;flex-direction:column;justify-content:flex-end;padding:5px;box-sizing:border-box;color:#fff}.mk-cms-part-banner__list_title{font-weight:500;margin-bottom:10px;font-size:18px}.mk-cms-part-banner__list_action-mask{position:absolute;background-color:rgba(0,0,0,.6);top:0;left:0;display:none;align-items:center;justify-content:center;color:#fff;z-index:99}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.mk-cms-article-list{width:100%;height:100%;box-sizing:border-box;overflow:hidden}.mk-cms-article-list .mk-pagination{margin-top:8px;margin-right:10px}.mk-cms-article-list .mk-table-view>.el-card__body{padding-right:0}.mk-cms-article-list .mk-table-view>.el-card__body .el-empty{flex:1}.mk-cms-article-list__content{flex:1;width:100%;height:100%;overflow-y:auto;overflow-x:hidden}.mk-cms-article-list__content>.el-scrollbar__wrap>.el-scrollbar__view{display:flex;flex-direction:column;gap:10px;padding-right:12px}.mk-cms-article-list__item{width:100%;height:auto}.mk-cms-article-list__item__content{display:flex}.mk-cms-article-list__item__content .left{width:150px;display:flex;align-items:center;align-items:flex-start}.mk-cms-article-list__item__content .left .cover-image{width:140px;height:140px;background-color:#f4f4f4;display:flex;align-items:center;justify-content:center;align-content:center;font-size:30px;color:#ccc;margin-right:10px}.mk-cms-article-list__item__content .right{width:100%}.mk-cms-article-list__item__content .right .top{display:flex;justify-content:space-between}.mk-cms-article-list__item__content .right .title{font-size:18px;font-weight:600;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.mk-cms-article-list__item__content .right .tags{font-size:18px;font-weight:600;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;display:flex;gap:10px;flex-shrink:0}.mk-cms-article-list__item__content .right .tags .tag{cursor:pointer}.mk-cms-article-list__item__content .right .sub-title{font-size:14px;margin-bottom:8px;color:#ccc;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.mk-cms-article-list__item__content .right .desc{color:#999;font-size:14px;overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-o-text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:4;max-height:80px}.mk-cms-article-list__item__content .right .footer{display:flex;margin-top:10px;justify-content:space-between;align-items:center}.mk-cms-article-list__item__content .right .footer>div{display:flex}.mk-cms-article-list__item__content .right .footer>div.ext{font-size:14px;color:#999}.mk-cms-article-list__item__content .right .footer>div.ext .publish-time{display:flex;align-items:center}.mk-cms-article-list__item__content .right .footer>div.ext>div+div{display:flex}.mk-cms-article-list__item__content .right .footer>div.ext>div+div::before{content:"";height:1em;width:1px;display:block;margin:0 12px;background-color:#ccc;margin-top:.2em}.mk-cms-article-eidtadd__warp{display:flex;flex-direction:column;width:100%;height:100%;overflow:hidden}.mk-cms-article-eidtadd__header_tools{display:flex;align-items:center;gap:5px}.mk-cms-article-eidtadd__body{height:100%;height:100%;overflow:hidden;border-top:1px solid var(--mk-container-border-color)}.mk-cms-article-eidtadd__body__extentions{position:fixed;right:15px;top:50%;transform:translateY(-60%);background:#fff;padding:10px 20px 20px 20px;border-radius:5px 0 0 5px;box-shadow:0 3px 4px 0 #e5e5e5}.mk-cms-article-eidtadd__body__extentions.hide{transform:translateX(100%) translateY(-60%);z-index:0;background-color:transparent;box-shadow:none}.mk-cms-article-eidtadd__body__extentions.hide .mk-data-form{opacity:0;pointer-events:none}.mk-cms-article-eidtadd__body__extentions .close,.mk-cms-article-eidtadd__body__extentions .open{position:absolute;top:50%;left:-15px;transform:translateY(-50%);align-items:center;justify-content:flex-end;padding-right:10px;height:40px;width:40px;background-color:#f4f4f4;border-radius:0 50% 50% 0;box-sizing:border-box;cursor:pointer;z-index:100;clip-path:path("M 15 0 L 40 0 l 40 40 L 15 40z")}.mk-cms-article-eidtadd__body__extentions .open{left:-25px;background-color:#fff;justify-content:center;align-items:center;clip-path:path("M 0 0 L 25 0 L 25 40 L 0 40z");border-radius:50% 0 0 50%}.mk-cms-article-eidtadd__body__footer,.mk-cms-article-eidtadd__body__header{padding:10px 20px;background-color:#fff}.mk-cms-article-eidtadd__body__footer .el-tabs,.mk-cms-article-eidtadd__body__header .el-tabs{height:auto;flex:1}.mk-cms-article-eidtadd__body__footer .el-tabs .el-tab-pane,.mk-cms-article-eidtadd__body__header .el-tabs .el-tab-pane{height:100%}.mk-cms-article-eidtadd__body__footer .content>.el-row+.el-row,.mk-cms-article-eidtadd__body__footer>.el-row+.el-row,.mk-cms-article-eidtadd__body__header .content>.el-row+.el-row,.mk-cms-article-eidtadd__body__header>.el-row+.el-row{margin-top:10px}.mk-cms-article-eidtadd__body__footer .content>.el-row .el-input>.el-input__wrapper,.mk-cms-article-eidtadd__body__footer .content>.el-row .el-select>.el-select__wrapper,.mk-cms-article-eidtadd__body__footer .content>.el-row .el-textarea>.el-textarea__inner,.mk-cms-article-eidtadd__body__footer>.el-row .el-input>.el-input__wrapper,.mk-cms-article-eidtadd__body__footer>.el-row .el-select>.el-select__wrapper,.mk-cms-article-eidtadd__body__footer>.el-row .el-textarea>.el-textarea__inner,.mk-cms-article-eidtadd__body__header .content>.el-row .el-input>.el-input__wrapper,.mk-cms-article-eidtadd__body__header .content>.el-row .el-select>.el-select__wrapper,.mk-cms-article-eidtadd__body__header .content>.el-row .el-textarea>.el-textarea__inner,.mk-cms-article-eidtadd__body__header>.el-row .el-input>.el-input__wrapper,.mk-cms-article-eidtadd__body__header>.el-row .el-select>.el-select__wrapper,.mk-cms-article-eidtadd__body__header>.el-row .el-textarea>.el-textarea__inner{box-shadow:none}.mk-cms-article-eidtadd__body__footer .content>.el-row .el-select>.el-select__wrapper,.mk-cms-article-eidtadd__body__footer>.el-row .el-select>.el-select__wrapper,.mk-cms-article-eidtadd__body__header .content>.el-row .el-select>.el-select__wrapper,.mk-cms-article-eidtadd__body__header>.el-row .el-select>.el-select__wrapper{border-bottom:1px solid var(--el-border-color);padding:4px 10px}.mk-cms-article-eidtadd__body__footer .content>.el-row .el-textarea>.el-textarea__inner,.mk-cms-article-eidtadd__body__footer>.el-row .el-textarea>.el-textarea__inner,.mk-cms-article-eidtadd__body__header .content>.el-row .el-textarea>.el-textarea__inner,.mk-cms-article-eidtadd__body__header>.el-row .el-textarea>.el-textarea__inner{box-shadow:none}.mk-cms-article-eidtadd__body__footer .content>.el-row .el-textarea.title,.mk-cms-article-eidtadd__body__footer>.el-row .el-textarea.title,.mk-cms-article-eidtadd__body__header .content>.el-row .el-textarea.title,.mk-cms-article-eidtadd__body__header>.el-row .el-textarea.title{font-size:28px;font-weight:400}.mk-cms-article-eidtadd__body__footer .content>.el-row .mk-upload-file,.mk-cms-article-eidtadd__body__footer>.el-row .mk-upload-file,.mk-cms-article-eidtadd__body__header .content>.el-row .mk-upload-file,.mk-cms-article-eidtadd__body__header>.el-row .mk-upload-file{display:flex;align-items:center;justify-content:center;background:#ebebeb}.mk-cms-article-eidtadd__body__footer .content>.el-row .mk-upload-file .el-image,.mk-cms-article-eidtadd__body__footer>.el-row .mk-upload-file .el-image,.mk-cms-article-eidtadd__body__header .content>.el-row .mk-upload-file .el-image,.mk-cms-article-eidtadd__body__header>.el-row .mk-upload-file .el-image{display:flex;justify-content:center;align-items:center}.mk-cms-article-eidtadd__body__footer .content>.el-row .mk-upload-file .el-image .el-icon,.mk-cms-article-eidtadd__body__footer>.el-row .mk-upload-file .el-image .el-icon,.mk-cms-article-eidtadd__body__header .content>.el-row .mk-upload-file .el-image .el-icon,.mk-cms-article-eidtadd__body__header>.el-row .mk-upload-file .el-image .el-icon{font-size:30px}.mk-cms-article-eidtadd__body__footer .content>.el-row .banner,.mk-cms-article-eidtadd__body__footer>.el-row .banner,.mk-cms-article-eidtadd__body__header .content>.el-row .banner,.mk-cms-article-eidtadd__body__header>.el-row .banner{width:100%;height:200px}.mk-cms-article-eidtadd__body__footer .content>.el-row.cover-desc,.mk-cms-article-eidtadd__body__footer>.el-row.cover-desc,.mk-cms-article-eidtadd__body__header .content>.el-row.cover-desc,.mk-cms-article-eidtadd__body__header>.el-row.cover-desc{display:flex}.mk-cms-article-eidtadd__body__footer .content>.el-row.cover-desc .cover,.mk-cms-article-eidtadd__body__footer>.el-row.cover-desc .cover,.mk-cms-article-eidtadd__body__header .content>.el-row.cover-desc .cover,.mk-cms-article-eidtadd__body__header>.el-row.cover-desc .cover{width:115px;height:115px;margin-right:10px}.mk-cms-article-eidtadd__body__footer .content>.el-row.cover-desc .desc,.mk-cms-article-eidtadd__body__footer>.el-row.cover-desc .desc,.mk-cms-article-eidtadd__body__header .content>.el-row.cover-desc .desc,.mk-cms-article-eidtadd__body__header>.el-row.cover-desc .desc{flex:1 1}.mk-cms-article-eidtadd__body__footer .content>.el-row.cover-desc .desc textarea,.mk-cms-article-eidtadd__body__footer>.el-row.cover-desc .desc textarea,.mk-cms-article-eidtadd__body__header .content>.el-row.cover-desc .desc textarea,.mk-cms-article-eidtadd__body__header>.el-row.cover-desc .desc textarea{background:#f4f4f4}.mk-cms-article-eidtadd__body__header{margin-bottom:5px}.mk-cms-article-eidtadd__body__footer{margin-top:5px;min-height:400px}.mk-cms-part-info{height:100%}.mk-cms-part-info .el-card{border:0}.mk-cms-part-info .el-card .el-card__body{padding:0}.mk-cms-part-info .mk-form-view__footer button:last-child{display:none}.mk-cms-part-info__body__form-options .el-scrollbar__wrap{box-sizing:border-box;width:100%;padding-right:12px}.cms-article-atlas>.el-card__body{padding-bottom:0}.cms-article-atlas .cms-article-atlas__header{display:flex;justify-content:space-between}.cms-article-atlas .cms-article-atlas__header .cms-article-atlas__header__btn{cursor:pointer}.cms-article-atlas .cms-article-atlas__list{height:100%;display:flex;flex-wrap:wrap;gap:10px}.cms-article-atlas .cms-article-atlas__list .el-scrollbar__wrap{padding-bottom:12px}.cms-article-atlas .cms-article-atlas__list .el-scrollbar__wrap .el-scrollbar__view{display:flex}.cms-article-atlas .cms-article-atlas__list .el-scrollbar__wrap .el-scrollbar__view .cms-article-atlas__list__item{max-width:340px;min-width:240px;height:inherit}.cms-article-atlas .cms-article-atlas__list .el-scrollbar__wrap .el-scrollbar__view .cms-article-atlas__list__item .images{width:100%;height:200px}.cms-article-atlas .cms-article-atlas__list .el-scrollbar__wrap .el-scrollbar__view .cms-article-atlas__list__item .video{width:100%;height:200px}.cms-article-atlas .cms-article-atlas__list .el-scrollbar__wrap .el-scrollbar__view .cms-article-atlas__list__item .cms-article-atlas__list__item__desc{display:flex;justify-content:space-between;align-items:center}.cms-article-atlas .cms-article-atlas__list .el-scrollbar__wrap .el-scrollbar__view .cms-article-atlas__list__item .cms-article-atlas__list__item__desc .item-desc-right{color:#409eff;cursor:pointer}.mk-cms-part-banner__warp{background-color:#fff;padding:10px;box-sizing:border-box;margin-bottom:10px}.mk-cms-part-banner__list_item:hover .mk-cms-part-banner__list_action-mask{display:flex}.mk-cms-part-banner__list_action-mask,.mk-cms-part-banner__list_content,.mk-cms-part-banner__list_content_img,.mk-cms-part-banner__list_item{width:100%;height:100%;position:relative}.mk-cms-part-banner__list_bottom{position:absolute;bottom:0;min-height:50px;z-index:2;text-indent:1em;width:100%;background-color:rgba(0,0,0,.5);font-size:14px;display:flex;flex-direction:column;justify-content:flex-end;padding:5px;box-sizing:border-box;color:#fff}.mk-cms-part-banner__list_title{font-weight:500;margin-bottom:10px;font-size:18px}.mk-cms-part-banner__list_action-mask{position:absolute;background-color:rgba(0,0,0,.6);top:0;left:0;display:none;align-items:center;justify-content:center;color:#fff;z-index:99}.mk-cms-contents__publish{display:flex;flex-wrap:wrap;gap:10px 100px;padding:10px;justify-content:flex-start}.mk-cms-contents__warp{display:flex;flex-direction:column;width:100%;height:100%;overflow:hidden}.mk-cms-contents__body{padding:10px;display:flex;height:100%;overflow:hidden}.mk-cms-contents__body__left{background-color:#fff;padding:10px;max-width:360px;min-width:220px;margin-right:10px}.mk-cms-contents__body__right{flex:1;width:100%;height:100%;overflow:hidden;background:#fff;padding:10px;box-sizing:border-box;position:relative}.mk-cms-contents__body__right__action{position:absolute;right:10px;top:10px}.mk-cms-contents__body__right .el-tabs__content{overflow:hidden;position:static}.mk-cms-contents__body__right .el-tabs__content .el-tab-pane{width:100%;height:100%;overflow:auto}
|
|
1
|
+
.mk-cms-article-list{width:100%;height:100%;box-sizing:border-box;overflow:hidden}.mk-cms-article-list .mk-pagination{margin-top:8px;margin-right:10px}.mk-cms-article-list .mk-table-view>.el-card__body{padding-right:0}.mk-cms-article-list .mk-table-view>.el-card__body .el-empty{flex:1}.mk-cms-article-list__content{flex:1;width:100%;height:100%;overflow-y:auto;overflow-x:hidden}.mk-cms-article-list__content>.el-scrollbar__wrap>.el-scrollbar__view{display:flex;flex-direction:column;gap:10px;padding-right:12px}.mk-cms-article-list__item{width:100%;height:auto}.mk-cms-article-list__item__content{display:flex}.mk-cms-article-list__item__content .left{width:150px;display:flex;align-items:center;align-items:flex-start}.mk-cms-article-list__item__content .left .cover-image{width:140px;height:140px;background-color:#f4f4f4;display:flex;align-items:center;justify-content:center;align-content:center;font-size:30px;color:#ccc;margin-right:10px}.mk-cms-article-list__item__content .right{width:100%}.mk-cms-article-list__item__content .right .top{display:flex;justify-content:space-between}.mk-cms-article-list__item__content .right .title{font-size:18px;font-weight:600;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.mk-cms-article-list__item__content .right .tags{font-size:18px;font-weight:600;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;display:flex;gap:10px;flex-shrink:0}.mk-cms-article-list__item__content .right .tags .tag{cursor:pointer}.mk-cms-article-list__item__content .right .sub-title{font-size:14px;margin-bottom:8px;color:#ccc;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.mk-cms-article-list__item__content .right .desc{color:#999;font-size:14px;overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-o-text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:4;max-height:80px}.mk-cms-article-list__item__content .right .footer{display:flex;margin-top:10px;justify-content:space-between;align-items:center}.mk-cms-article-list__item__content .right .footer>div{display:flex}.mk-cms-article-list__item__content .right .footer>div.ext{font-size:14px;color:#999}.mk-cms-article-list__item__content .right .footer>div.ext .publish-time{display:flex;align-items:center}.mk-cms-article-list__item__content .right .footer>div.ext>div+div{display:flex}.mk-cms-article-list__item__content .right .footer>div.ext>div+div::before{content:"";height:1em;width:1px;display:block;margin:0 12px;background-color:#ccc;margin-top:.2em}.mk-cms-article-eidtadd__warp{display:flex;flex-direction:column;width:100%;height:100%;overflow:hidden}.mk-cms-article-eidtadd__header_tools{display:flex;align-items:center;gap:5px}.mk-cms-article-eidtadd__body{height:100%;height:100%;overflow:hidden;border-top:1px solid var(--mk-container-border-color)}.mk-cms-article-eidtadd__body__extentions{position:fixed;right:15px;top:50%;transform:translateY(-60%);background:#fff;padding:10px 20px 20px 20px;border-radius:5px 0 0 5px;box-shadow:0 3px 4px 0 #e5e5e5}.mk-cms-article-eidtadd__body__extentions.hide{transform:translateX(100%) translateY(-60%);z-index:0;background-color:transparent;box-shadow:none}.mk-cms-article-eidtadd__body__extentions.hide .mk-data-form{opacity:0;pointer-events:none}.mk-cms-article-eidtadd__body__extentions .close,.mk-cms-article-eidtadd__body__extentions .open{position:absolute;top:50%;left:-15px;transform:translateY(-50%);align-items:center;justify-content:flex-end;padding-right:10px;height:40px;width:40px;background-color:#f4f4f4;border-radius:0 50% 50% 0;box-sizing:border-box;cursor:pointer;z-index:100;clip-path:path("M 15 0 L 40 0 l 40 40 L 15 40z")}.mk-cms-article-eidtadd__body__extentions .open{left:-25px;background-color:#fff;justify-content:center;align-items:center;clip-path:path("M 0 0 L 25 0 L 25 40 L 0 40z");border-radius:50% 0 0 50%}.mk-cms-article-eidtadd__body__footer,.mk-cms-article-eidtadd__body__header{padding:10px 20px;background-color:#fff}.mk-cms-article-eidtadd__body__footer .el-tabs,.mk-cms-article-eidtadd__body__header .el-tabs{height:auto;flex:1}.mk-cms-article-eidtadd__body__footer .el-tabs .el-tab-pane,.mk-cms-article-eidtadd__body__header .el-tabs .el-tab-pane{height:100%}.mk-cms-article-eidtadd__body__footer .content>.el-row+.el-row,.mk-cms-article-eidtadd__body__footer>.el-row+.el-row,.mk-cms-article-eidtadd__body__header .content>.el-row+.el-row,.mk-cms-article-eidtadd__body__header>.el-row+.el-row{margin-top:10px}.mk-cms-article-eidtadd__body__footer .content>.el-row .el-input>.el-input__wrapper,.mk-cms-article-eidtadd__body__footer .content>.el-row .el-select>.el-select__wrapper,.mk-cms-article-eidtadd__body__footer .content>.el-row .el-textarea>.el-textarea__inner,.mk-cms-article-eidtadd__body__footer>.el-row .el-input>.el-input__wrapper,.mk-cms-article-eidtadd__body__footer>.el-row .el-select>.el-select__wrapper,.mk-cms-article-eidtadd__body__footer>.el-row .el-textarea>.el-textarea__inner,.mk-cms-article-eidtadd__body__header .content>.el-row .el-input>.el-input__wrapper,.mk-cms-article-eidtadd__body__header .content>.el-row .el-select>.el-select__wrapper,.mk-cms-article-eidtadd__body__header .content>.el-row .el-textarea>.el-textarea__inner,.mk-cms-article-eidtadd__body__header>.el-row .el-input>.el-input__wrapper,.mk-cms-article-eidtadd__body__header>.el-row .el-select>.el-select__wrapper,.mk-cms-article-eidtadd__body__header>.el-row .el-textarea>.el-textarea__inner{box-shadow:none}.mk-cms-article-eidtadd__body__footer .content>.el-row .el-select>.el-select__wrapper,.mk-cms-article-eidtadd__body__footer>.el-row .el-select>.el-select__wrapper,.mk-cms-article-eidtadd__body__header .content>.el-row .el-select>.el-select__wrapper,.mk-cms-article-eidtadd__body__header>.el-row .el-select>.el-select__wrapper{border-bottom:1px solid var(--el-border-color);padding:4px 10px}.mk-cms-article-eidtadd__body__footer .content>.el-row .el-textarea>.el-textarea__inner,.mk-cms-article-eidtadd__body__footer>.el-row .el-textarea>.el-textarea__inner,.mk-cms-article-eidtadd__body__header .content>.el-row .el-textarea>.el-textarea__inner,.mk-cms-article-eidtadd__body__header>.el-row .el-textarea>.el-textarea__inner{box-shadow:none}.mk-cms-article-eidtadd__body__footer .content>.el-row .el-textarea.title,.mk-cms-article-eidtadd__body__footer>.el-row .el-textarea.title,.mk-cms-article-eidtadd__body__header .content>.el-row .el-textarea.title,.mk-cms-article-eidtadd__body__header>.el-row .el-textarea.title{font-size:28px;font-weight:400}.mk-cms-article-eidtadd__body__footer .content>.el-row .mk-upload-file,.mk-cms-article-eidtadd__body__footer>.el-row .mk-upload-file,.mk-cms-article-eidtadd__body__header .content>.el-row .mk-upload-file,.mk-cms-article-eidtadd__body__header>.el-row .mk-upload-file{display:flex;align-items:center;justify-content:center;background:#ebebeb}.mk-cms-article-eidtadd__body__footer .content>.el-row .mk-upload-file .el-image,.mk-cms-article-eidtadd__body__footer>.el-row .mk-upload-file .el-image,.mk-cms-article-eidtadd__body__header .content>.el-row .mk-upload-file .el-image,.mk-cms-article-eidtadd__body__header>.el-row .mk-upload-file .el-image{display:flex;justify-content:center;align-items:center}.mk-cms-article-eidtadd__body__footer .content>.el-row .mk-upload-file .el-image .el-icon,.mk-cms-article-eidtadd__body__footer>.el-row .mk-upload-file .el-image .el-icon,.mk-cms-article-eidtadd__body__header .content>.el-row .mk-upload-file .el-image .el-icon,.mk-cms-article-eidtadd__body__header>.el-row .mk-upload-file .el-image .el-icon{font-size:30px}.mk-cms-article-eidtadd__body__footer .content>.el-row .banner,.mk-cms-article-eidtadd__body__footer>.el-row .banner,.mk-cms-article-eidtadd__body__header .content>.el-row .banner,.mk-cms-article-eidtadd__body__header>.el-row .banner{width:100%;height:200px}.mk-cms-article-eidtadd__body__footer .content>.el-row.cover-desc,.mk-cms-article-eidtadd__body__footer>.el-row.cover-desc,.mk-cms-article-eidtadd__body__header .content>.el-row.cover-desc,.mk-cms-article-eidtadd__body__header>.el-row.cover-desc{display:flex}.mk-cms-article-eidtadd__body__footer .content>.el-row.cover-desc .cover,.mk-cms-article-eidtadd__body__footer>.el-row.cover-desc .cover,.mk-cms-article-eidtadd__body__header .content>.el-row.cover-desc .cover,.mk-cms-article-eidtadd__body__header>.el-row.cover-desc .cover{width:115px;height:115px;margin-right:10px}.mk-cms-article-eidtadd__body__footer .content>.el-row.cover-desc .desc,.mk-cms-article-eidtadd__body__footer>.el-row.cover-desc .desc,.mk-cms-article-eidtadd__body__header .content>.el-row.cover-desc .desc,.mk-cms-article-eidtadd__body__header>.el-row.cover-desc .desc{flex:1 1}.mk-cms-article-eidtadd__body__footer .content>.el-row.cover-desc .desc textarea,.mk-cms-article-eidtadd__body__footer>.el-row.cover-desc .desc textarea,.mk-cms-article-eidtadd__body__header .content>.el-row.cover-desc .desc textarea,.mk-cms-article-eidtadd__body__header>.el-row.cover-desc .desc textarea{background:#f4f4f4}.mk-cms-article-eidtadd__body__header{margin-bottom:5px}.mk-cms-article-eidtadd__body__footer{margin-top:5px;min-height:400px}.mk-cms-part-info{height:100%}.mk-cms-part-info .el-card{border:0}.mk-cms-part-info .el-card .el-card__body{padding:0}.mk-cms-part-info .mk-form-view__footer button:last-child{display:none}.mk-cms-part-info__body__form-options .el-scrollbar__wrap{box-sizing:border-box;width:100%;padding-right:12px}.cms-article-atlas>.el-card__body{padding-bottom:0}.cms-article-atlas .cms-article-atlas__header{display:flex;justify-content:space-between}.cms-article-atlas .cms-article-atlas__header .cms-article-atlas__header__btn{cursor:pointer}.cms-article-atlas .cms-article-atlas__list{height:100%;display:flex;flex-wrap:wrap;gap:10px}.cms-article-atlas .cms-article-atlas__list .el-scrollbar__wrap{padding-bottom:12px}.cms-article-atlas .cms-article-atlas__list .el-scrollbar__wrap .el-scrollbar__view{display:flex}.cms-article-atlas .cms-article-atlas__list .el-scrollbar__wrap .el-scrollbar__view .cms-article-atlas__list__item{max-width:340px;min-width:240px;height:inherit}.cms-article-atlas .cms-article-atlas__list .el-scrollbar__wrap .el-scrollbar__view .cms-article-atlas__list__item .images{width:100%;height:200px}.cms-article-atlas .cms-article-atlas__list .el-scrollbar__wrap .el-scrollbar__view .cms-article-atlas__list__item .video{width:100%;height:200px}.cms-article-atlas .cms-article-atlas__list .el-scrollbar__wrap .el-scrollbar__view .cms-article-atlas__list__item .cms-article-atlas__list__item__desc{display:flex;justify-content:space-between;align-items:center}.cms-article-atlas .cms-article-atlas__list .el-scrollbar__wrap .el-scrollbar__view .cms-article-atlas__list__item .cms-article-atlas__list__item__desc .item-desc-right{color:#409eff;cursor:pointer}.mk-cms-part-banner__warp{background-color:#fff;padding:10px;box-sizing:border-box;margin-top:10px;margin-bottom:10px}.mk-cms-part-banner__list_item:hover .mk-cms-part-banner__list_action-mask{display:flex}.mk-cms-part-banner__list_action-mask,.mk-cms-part-banner__list_content,.mk-cms-part-banner__list_content_img,.mk-cms-part-banner__list_item{width:100%;height:100%;position:relative}.mk-cms-part-banner__list_bottom{position:absolute;bottom:0;min-height:50px;z-index:2;text-indent:1em;width:100%;background-color:rgba(0,0,0,.5);font-size:14px;display:flex;flex-direction:column;justify-content:flex-end;padding:5px;box-sizing:border-box;color:#fff}.mk-cms-part-banner__list_title{font-weight:500;margin-bottom:10px;font-size:18px}.mk-cms-part-banner__list_action-mask{position:absolute;background-color:rgba(0,0,0,.6);top:0;left:0;display:none;align-items:center;justify-content:center;color:#fff;z-index:99}.mk-cms-contents__publish{display:flex;flex-wrap:wrap;gap:10px 100px;padding:10px;justify-content:flex-start}.mk-cms-contents__warp{display:flex;flex-direction:column;width:100%;height:100%;overflow:hidden}.mk-cms-contents__body{padding:10px;display:flex;height:100%;overflow:hidden}.mk-cms-contents__body__left{background-color:#fff;padding:10px;max-width:360px;min-width:220px;margin-right:10px}.mk-cms-contents__body__right{flex:1;width:100%;height:100%;overflow:hidden;background:#fff;padding:10px;box-sizing:border-box;position:relative}.mk-cms-contents__body__right__action{position:absolute;right:10px;top:10px}.mk-cms-contents__body__right .el-tabs__content{overflow:hidden;position:static}.mk-cms-contents__body__right .el-tabs__content .el-tab-pane{width:100%;height:100%;overflow:auto}
|
|
@@ -18,6 +18,8 @@ type PartSettings = {
|
|
|
18
18
|
doc: CmsDocSettings;
|
|
19
19
|
openBanner: boolean;
|
|
20
20
|
bannerImageSize: string;
|
|
21
|
+
docModules: Array<any>;
|
|
22
|
+
docTemplates: Array<any>;
|
|
21
23
|
};
|
|
22
24
|
/**
|
|
23
25
|
* 内容设置
|
|
@@ -59,13 +61,15 @@ type ContentSettings = {
|
|
|
59
61
|
* banner图的尺寸 默认 1440 * 560
|
|
60
62
|
*/
|
|
61
63
|
bannerImageSize: string;
|
|
64
|
+
docModules: Array<any>;
|
|
65
|
+
docTemplates: Array<any>;
|
|
62
66
|
};
|
|
63
67
|
/**
|
|
64
68
|
* cms 系统设置
|
|
65
69
|
*/
|
|
66
70
|
export type CmsSettingsType = {
|
|
67
71
|
publish: PublishSettings;
|
|
68
|
-
|
|
72
|
+
devices: Array<'pc' | 'mobile'>;
|
|
69
73
|
part: PartSettings;
|
|
70
74
|
content: ContentSettings;
|
|
71
75
|
};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
adkey: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
};
|
|
5
|
+
title: {
|
|
6
|
+
type: StringConstructor;
|
|
7
|
+
};
|
|
8
|
+
deviceValue: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
viewWidth: {
|
|
13
|
+
type: NumberConstructor;
|
|
14
|
+
};
|
|
15
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
|
+
adkey: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
};
|
|
19
|
+
title: {
|
|
20
|
+
type: StringConstructor;
|
|
21
|
+
};
|
|
22
|
+
deviceValue: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
default: string;
|
|
25
|
+
};
|
|
26
|
+
viewWidth: {
|
|
27
|
+
type: NumberConstructor;
|
|
28
|
+
};
|
|
29
|
+
}>>, {
|
|
30
|
+
deviceValue: string;
|
|
31
|
+
}, {}>;
|
|
32
|
+
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maketribe/ms-app",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.46",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/cjs",
|
|
6
6
|
"module": "dist/esm",
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
"vue-cropper": "^1.1.4",
|
|
52
52
|
"vue-router": "^4.2.4",
|
|
53
53
|
"@maketribe/dm": "^3.2.12",
|
|
54
|
-
"@maketribe/
|
|
54
|
+
"@maketribe/locale": "^3.2.0",
|
|
55
55
|
"@maketribe/utils": "^3.2.1",
|
|
56
|
-
"@maketribe/
|
|
56
|
+
"@maketribe/request": "^3.2.4"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@types/sortablejs": "^1.15.8"
|