@web-utils/component 1.1.5 → 1.2.0
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/chunks/163eed3b.js +1 -0
- package/dist/chunks/90bd3d52.js +1 -0
- package/dist/components/chunk-file-uploader/index.js +1 -0
- package/dist/components/chunk-file-uploader/style.css +1 -0
- package/dist/components/chunk-file-uploader-button/index.js +1 -0
- package/dist/components/chunk-file-uploader-button/style.css +1 -0
- package/dist/components/chunk-file-uploader-drop/index.js +1 -0
- package/dist/components/chunk-file-uploader-drop/style.css +1 -0
- package/dist/components/chunk-file-uploader-file/index.js +1 -0
- package/dist/components/chunk-file-uploader-file/style.css +1 -0
- package/dist/components/chunk-file-uploader-files/index.js +1 -0
- package/dist/components/chunk-file-uploader-files/style.css +1 -0
- package/dist/components/chunk-file-uploader-list/index.js +1 -0
- package/dist/components/chunk-file-uploader-list/style.css +1 -0
- package/dist/components/chunk-file-uploader-un-support/index.js +1 -0
- package/dist/components/chunk-file-uploader-un-support/style.css +1 -0
- package/dist/components/el-color-picker-dropdown/index.js +1 -1
- package/dist/components/element-dialog/index.js +1 -1
- package/dist/components/icon-card/index.js +1 -0
- package/dist/components/icon-card/style.css +1 -0
- package/dist/components/tinymce-editor/index.js +1 -0
- package/dist/components/tinymce-editor/style.css +1 -0
- package/dist/components/tinymce-wrapper/index.js +1 -0
- package/dist/components/tinymce-wrapper/style.css +1 -0
- package/dist/index.css +1 -1
- package/dist/index.es.js +3711 -2270
- package/package.json +5 -2
- package/web-types.json +369 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const t={inject:["uploader"]},p={data(){return{support:!0}},mounted(){this.support=this.uploader.uploader.support}};export{p as s,t as u};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function c(r){const n=Math.floor(r/31536e3);if(n)return`${n} \u5E74${o(n)}`;const t=Math.floor((r%=31536e3)/86400);if(t)return`${t} \u5929${o(t)}`;const s=Math.floor((r%=86400)/3600);if(s)return`${s} \u65F6${o(s)}`;const e=Math.floor((r%=3600)/60);if(e)return`${e} \u5206${o(e)}`;const u=r%60;return`${u} \u79D2${o(u)}`;function o(a){return a>1,""}}function f(r){return r.replace(/[A-Z]/g,n=>`-${n.toLowerCase()}`)}export{f as k,c as s};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import a from"simple-uploader.js";import{k as r}from"../../chunks/90bd3d52.js";import{n}from"../../chunks/6499de3a.js";var u=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"uploader"},[e._t("default",function(){return[i("ChunkFileUploaderUnSupport"),i("ChunkFileUploaderDrop",[i("p",[e._v("Drop files here to upload or")]),i("ChunkFileUploaderButton",[e._v("select files")]),i("ChunkFileUploaderButton",{attrs:{directory:!0}},[e._v("select folder")])],1),i("ChunkFileUploaderList")]},{files:e.files,fileList:e.fileList,started:e.started})],2)},f=[];const l="fileAdded",s="filesAdded",p="uploadStart",h={name:"ChunkFileUploader",provide(){return{uploader:this}},props:{options:{type:Object,default(){return{}}},autoStart:{type:Boolean,default:!0},fileStatusText:{type:[Object,Function],default(){return{success:"success",error:"error",uploading:"uploading",paused:"paused",waiting:"waiting"}}}},data(){return{started:!1,files:[],fileList:[]}},created(){this.options.initialPaused=!this.autoStart;const e=new a(this.options);this.uploader=e,this.uploader.fileStatusText=this.fileStatusText,e.on("catchAll",this.allEvent),e.on(l,this.fileAdded),e.on(s,this.filesAdded),e.on("fileRemoved",this.fileRemoved),e.on("filesSubmitted",this.filesSubmitted)},destroyed(){const e=this.uploader;e.off("catchAll",this.allEvent),e.off(l,this.fileAdded),e.off(s,this.filesAdded),e.off("fileRemoved",this.fileRemoved),e.off("filesSubmitted",this.filesSubmitted),this.uploader=null},methods:{uploadStart(){this.started=!0},fileAdded(e){if(this.$emit(r(l),e),e.ignored)return!1},filesAdded(e,t){if(this.$emit(r(s),e,t),e.ignored||t.ignored)return!1},fileRemoved(e){this.$emit("file-removed",e),this.files=this.uploader.files,this.fileList=this.uploader.fileList},filesSubmitted(e,t){this.files=this.uploader.files,this.fileList=this.uploader.fileList,this.autoStart&&this.uploader.upload()},allEvent(...e){const t=e[0],o={[l]:!0,[s]:!0,[p]:"uploadStart"}[t];if(o){if(o===!0)return;this[o].apply(this,e.slice(1))}e[0]=r(t),this.$emit.apply(this,e)}}},d={};var c=n(h,u,f,!1,_,null,null,null);function _(e){for(let t in d)this[t]=d[t]}var m=function(){return c.exports}();export{m as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.uploader{position:relative}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{u as s,s as o}from"../../chunks/163eed3b.js";import{n as a}from"../../chunks/6499de3a.js";var l=function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("label",{directives:[{name:"show",rawName:"v-show",value:e.support,expression:"support"}],ref:"btn",staticClass:"uploader-btn"},[e._t("default")],2)},i=[];const u={name:"ChunkFileUploaderButton",mixins:[s,o],props:{directory:{type:Boolean,default:!1},single:{type:Boolean,default:!1},attrs:{type:Object,default(){return{}}}},mounted(){this.$nextTick(()=>{this.uploader.uploader.assignBrowse(this.$refs.btn,this.directory,this.single,this.attrs)})}},n={};var p=a(u,l,i,!1,_,null,null,null);function _(e){for(let t in n)this[t]=n[t]}var c=function(){return p.exports}();export{c as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.uploader-btn{position:relative;display:inline-block;padding:4px 8px;color:#666;font-size:100%;line-height:1.4;background:none;border:1px solid #666;border-radius:2px;outline:none;cursor:pointer}.uploader-btn:hover{background-color:#00000014}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{u as a,s as t}from"../../chunks/163eed3b.js";import{n}from"../../chunks/6499de3a.js";var p=function(){var e=this,r=e.$createElement,s=e._self._c||r;return s("div",{directives:[{name:"show",rawName:"v-show",value:e.support,expression:"support"}],ref:"drop",staticClass:"uploader-drop",class:e.dropClass},[e._t("default")],2)},i=[];const l={name:"ChunkFileUploaderDrop",mixins:[a,t],data(){return{dropClass:""}},async mounted(){await this.$nextTick();const e=this.$refs.drop,r=this.uploader.uploader;r.assignDrop(e),r.on("dragenter",this.onDragEnter),r.on("dragleave",this.onDragLeave),r.on("drop",this.onDrop)},beforeDestroy(){const e=this.$refs.drop,r=this.uploader.uploader;r.off("dragenter",this.onDragEnter),r.off("dragleave",this.onDragLeave),r.off("drop",this.onDrop),r.unAssignDrop(e)},methods:{onDragEnter(){this.dropClass="uploader-dragover"},onDragLeave(){this.dropClass=""},onDrop(){this.dropClass="uploader-droped"}}},o={};var d=n(l,p,i,!1,u,null,null,null);function u(e){for(let r in o)this[r]=o[r]}var _=function(){return d.exports}();export{_ as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.uploader-drop{position:relative;padding:10px;overflow:hidden;background-color:#f5f5f5;border:1px dashed #ccc}.uploader-dragover{background-color:#f7f7f7;border-color:#999}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import n from"simple-uploader.js";import{s as p}from"../../chunks/90bd3d52.js";import{n as f}from"../../chunks/6499de3a.js";const o=["fileProgress","fileSuccess","fileComplete","fileError"];var u=function(){var e=this,i=e.$createElement,s=e._self._c||i;return s("div",{staticClass:"chunk-file-uploader-file",attrs:{status:e.status}},[e._t("default",function(){return[s("div",{staticClass:"chunk-file-uploader-file-info"},[s("div",{staticClass:"chunk-file-uploader-file-name",attrs:{title:e.file.name}},[s("i",{staticClass:"chunk-file-uploader-file-icon",attrs:{icon:e.fileCategory}}),e._v(e._s(e.file.name)+" ")]),s("div",{staticClass:"chunk-file-uploader-file-size"},[e._v(e._s(e.formatedSize))]),s("div",{staticClass:"chunk-file-uploader-file-status"},[s("span",{directives:[{name:"show",rawName:"v-show",value:!["uploading","md5"].includes(e.status),expression:"!['uploading', 'md5'].includes(status)"}]},[e._v(e._s(e.statusText))]),s("span",{directives:[{name:"show",rawName:"v-show",value:e.status==="md5",expression:"status === 'md5'"}]},[e._v(e._s(e.file.md5Progress))]),s("span",{directives:[{name:"show",rawName:"v-show",value:e.status==="uploading",expression:"status === 'uploading'"}],staticStyle:{"padding-left":"4px"}},[s("span",[e._v(e._s(e.progressStyle.progress))]),e._v(" | "),s("em",[e._v(e._s(e.formatedAverageSpeed))]),e._v(" | "),s("i",[e._v(e._s(e.formatedTimeRemaining))])])]),s("div",{staticClass:"chunk-file-uploader-file-actions"},[s("span",{staticClass:"chunk-file-uploader-file-pause",on:{click:e.pause}}),s("span",{staticClass:"chunk-file-uploader-file-resume",on:{click:e.resume}},[e._v("\uFE0F")]),s("span",{staticClass:"chunk-file-uploader-file-retry",on:{click:e.retry}}),s("span",{staticClass:"chunk-file-uploader-file-remove",on:{click:e.remove}})])])]},{file:e.file,list:e.list,status:e.status,paused:e.paused,error:e.error,response:e.response,averageSpeed:e.averageSpeed,formatedAverageSpeed:e.formatedAverageSpeed,currentSpeed:e.currentSpeed,isComplete:e.isComplete,isUploading:e.isUploading,size:e.size,formatedSize:e.formatedSize,uploadedSize:e.uploadedSize,progress:e.progress,progressStyle:e.progressStyle,progressingClass:e.progressingClass,timeRemaining:e.timeRemaining,formatedTimeRemaining:e.formatedTimeRemaining,type:e.type,extension:e.extension,fileCategory:e.fileCategory})],2)},d=[];const c={name:"ChunkFileUploaderFile",props:{file:{type:Object,default(){return{}}},list:{type:Boolean,default:!1}},data(){return{response:null,paused:!1,error:!1,averageSpeed:0,currentSpeed:0,isComplete:!1,isUploading:!1,size:0,formatedSize:"",uploadedSize:0,progress:0,timeRemaining:0,type:"",extension:"",progressingClass:""}},computed:{fileCategory(){const e=this.extension;let s=this.file.isFolder?"folder":"unknown";const t=this.file.uploader.opts.categoryMap||{image:["gif","jpg","jpeg","png","bmp","webp"],video:["mp4","m3u8","rmvb","avi","swf","3gp","mkv","flv"],audio:["mp3","wav","wma","ogg","aac","flac"],document:["doc","txt","docx","pages","epub","pdf","numbers","csv","xls","xlsx","keynote","ppt","pptx"]};return Object.keys(t).forEach(a=>{t[a].indexOf(e)>-1&&(s=a)}),s},progressStyle(){const e=Math.floor(this.progress*100),i=`translateX(${Math.floor(e-100)}%)`;return{progress:`${e}%`,webkitTransform:i,mozTransform:i,msTransform:i,transform:i}},formatedAverageSpeed(){return`${n.utils.formatSize(this.averageSpeed)} / s`},status(){const{isUploading:e,isComplete:i,isError:s,paused:r}=this,{md5Computing:t}=this.file;return t?"md5":i?"success":s?"error":e?"uploading":r?"paused":"waiting"},statusText(){const e=this.status,i=this.file.uploader.fileStatusText;let s=e;return typeof i=="function"?s=i(e,this.response):s=i[e],s||""},formatedTimeRemaining(){const e=this.timeRemaining,i=this.file;if(e===Number.POSITIVE_INFINITY||e===0)return"";let s=p(e);const r=i.uploader.opts.parseTimeRemaining;return r&&(s=r(e,s)),s}},watch:{status(e,i){i&&e==="uploading"&&i!=="uploading"?this.tid=setTimeout(()=>{this.progressingClass="uploader-file-progressing"},200):(clearTimeout(this.tid),this.progressingClass="")}},mounted(){const e=["paused","error","averageSpeed","currentSpeed"],i=["isComplete","isUploading",{key:"size",fn:"getSize"},{key:"formatedSize",fn:"getFormatSize"},{key:"uploadedSize",fn:"sizeUploaded"},"progress","timeRemaining",{key:"type",fn:"getType"},{key:"extension",fn:"getExtension"}];e.forEach(t=>{this[t]=this.file[t]}),i.forEach(t=>{typeof t=="string"?this[t]=this.file[t]():this[t.key]=this.file[t.fn]()});const s=this._handlers={},r=t=>(s[t]=(...a)=>{this.fileEventsHandler(t,a)},s[t]);o.forEach(t=>{this.file.uploader.on(t,r(t))})},destroyed(){o.forEach(e=>{this.file.uploader.off(e,this._handlers[e])}),this._handlers=null},methods:{_actionCheck(){this.paused=this.file.paused,this.error=this.file.error,this.isUploading=this.file.isUploading()},pause(){this.file.pause(),this._actionCheck(),this._fileProgress()},resume(){this.file.resume(),this._actionCheck()},remove(){this.$set(this.file,"canceled",!0),this.file.cancel()},retry(){this.file.retry(),this._actionCheck()},processResponse(e){let i=e;try{i=JSON.parse(e)}catch{}this.response=i},fileEventsHandler(e,i){const s=i[0],r=i[1],t=this.list?s:r;if(this.file===t){if(this.list&&e==="fileSuccess"){this.processResponse(i[2]);return}this[`_${e}`].apply(this,i)}},_fileProgress(){this.progress=this.file.progress(),this.averageSpeed=this.file.averageSpeed,this.currentSpeed=this.file.currentSpeed,this.timeRemaining=this.file.timeRemaining(),this.uploadedSize=this.file.sizeUploaded(),this._actionCheck()},_fileSuccess(e,i,s){e&&this.processResponse(s),this._fileProgress(),this.error=!1,this.isComplete=!0,this.isUploading=!1},_fileComplete(){this._fileSuccess()},_fileError(e,i,s){this._fileProgress(),this.processResponse(s),this.error=!0,this.isComplete=!1,this.isUploading=!1}}},l={};var h=f(c,u,d,!1,m,null,null,null);function m(e){for(let i in l)this[i]=l[i]}var g=function(){return h.exports}();export{g as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.chunk-file-uploader-file{position:relative;height:49px;overflow:hidden;line-height:49px;border-bottom:1px solid #cdcdcd}.chunk-file-uploader-file[status=waiting] .chunk-file-uploader-file-pause,.chunk-file-uploader-file[status=uploading] .chunk-file-uploader-file-pause,.chunk-file-uploader-file[status=paused] .chunk-file-uploader-file-resume,.chunk-file-uploader-file[status=error] .chunk-file-uploader-file-retry{display:block}.chunk-file-uploader-file[status=success] .chunk-file-uploader-file-remove{display:none}.chunk-file-uploader-file[status=error] .chunk-file-uploader-file-progress{background:#ffe0e0}.chunk-file-uploader-file-progress{position:absolute;width:100%;height:100%;background:#e2eeff;transform:translate(-100%)}.chunk-file-uploader-file-progressing{transition:all .4s linear}.chunk-file-uploader-file-info{position:relative;z-index:1;height:100%;overflow:hidden;display:flex;flex-direction:row}.chunk-file-uploader-file-info:hover{background-color:#f0f0f033}.chunk-file-uploader-file-info i,.chunk-file-uploader-file-info em{font-style:normal}.chunk-file-uploader-file-name,.chunk-file-uploader-file-size,.chunk-file-uploader-file-meta,.chunk-file-uploader-file-status,.chunk-file-uploader-file-actions{position:relative;height:100%;padding:0 10px}.chunk-file-uploader-file-size,.chunk-file-uploader-file-meta,.chunk-file-uploader-file-status,.chunk-file-uploader-file-actions{flex-shrink:0}.chunk-file-uploader-file-name{overflow:hidden;white-space:nowrap;text-indent:14px;text-overflow:ellipsis;flex:1 1 auto}.chunk-file-uploader-file-icon{display:inline-block;width:24px;height:24px;margin-top:13px;margin-right:8px;vertical-align:top}.chunk-file-uploader-file-icon:before{display:block;height:100%;color:gray;font-size:24px;line-height:1;text-indent:0;content:"\1f4c3"}.chunk-file-uploader-file-icon[icon=folder]:before{content:"\1f4c2"}.chunk-file-uploader-file-icon[icon=image]:before{content:"\1f4ca"}.chunk-file-uploader-file-icon[icon=video]:before{content:"\1f4f9"}.chunk-file-uploader-file-icon[icon=audio]:before{content:"\1f3b5"}.chunk-file-uploader-file-icon[icon=document]:before{content:"\1f4cb"}.chunk-file-uploader-file-actions>span{display:none;float:left;width:16px;height:16px;margin-top:16px;margin-right:10px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkCAYAAAD0ZHJ6AAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAAJcEhZcwAACxMAAAsTAQCanBgAAARkSURBVGje7ZnfS1NRHMAH4ptPkvQSuAdBkCxD8FUQJMEULUgzy1KyyPVQ4JMiiP4Bvg6EwUQQfMmwhwRDshwaKUjDVCgoSdDNHkzTJZ6+Z37Purve8+PeTb2TM/ggu+ew89l33x8H9BBCPG7GowXTJej3+wnDvEm0JuLC04+EYWftVAUv+fiCvDUdQR1BHUEdQR3BTIygvixoQS14XgTtthLVdpNWwXRLqvQ724LplFRtyrYF0yVpFLQrKRVMh6RZ0I6kkmCqklaCqpKZH0FX56Crq9jVfdDVk0RfFrSgFsxkQVmLcdKCVrKySCrryhPEyYShhzOcrFtG0EoilfHHk1CRU5rF6ZjNZhlVOW6RnMSVyyilKies4pO41diVy8wIujoHXV3FGdMHXTtJKLFYTLhZtq4vC1rwXApCZTIqgR6g1PBMCO9DL3bMMSqBHqDU8EyISDAHiGKvWwcCQG2KgjlAFCDAOhAAap0K5gKLphk8mqJgLrCIgoxRJ4J5wKpJ7gAoMkn5EBXBPGDVJHcAFJmkfIhQcAql1oBpTvTol9gG9pm4RHAKpdaAaU706JfYBvaZuJVgPQrt4sFlnOh5MC/p3lmJYD0K7eLBZZzoeTAv6d5ZnuAYHjpgEOnk5F0ufhG6v1ggOIaHDhhEOjl5l4tfhO4vthLcwAMrFNvLJO5vEwhu4IEViu1lEve3WQmyoihQFBzG/V0CQVYUBYqCw7i/SxTBcpsRbFeIYLnNCLZbCY5b5KAnxRwct8hBj9McZFVMW0ihRNBuFdMWUigRlFaxuQ9WWYjRMTiIe5z0wSoLMToGB3GPsA9aTZIJoB+nRgBnM1tzOkkmgH6cGgGczWzNpzqLx3n/aULJJgezeNw07oxQySbVywKjBOgFRnDs+VEsx8FlgVEC9AIjOPb8KJYjvSzoG7UW1IJaUAtqQS14toLNM5fN5APdwBJA8G83Pk/aK/rgzVvXzeQD3cASQPBvNz5P2ssTzAaGUIrHEO6zI5gNDKEUjyHcxxWkh4Ylcowwk1QQpIeGJXKMMJO0EgwqyjGCioJBJvDrxRMSuVOTJEXfbz1/bHwWtBL0yoQehK6RucgE+bGzanzulQh6E3IgQV+xpc8kcrfuSO7eTfJ3ZYmQw0Oy9azVKOk1C/bJ5D5F38YPeLfx0rjWJxHsS0SqsSYuxySjj5qO5Oj7xQWy2VBtFOwzCy6ryH3YfE3uh64Y1xckgstJPydEjkkeHv07Iy4Xaao15+KCWTBx6M/db+T9xivSErqaJDdzXI6yLRE8Vgg0coex/SPJvT0SbWu0KpZtbgSpCH3NRt7I5OxHkObc6heU+/M/J5vrpBFM5GBLqCQux14COXs5CNXK5OjPGm1tSMrJSOMNYQ4mVTGV/L6zTL7+DovkbFUxbSW0Wo05l8hJWsU+cRWfSh+Mt5Lb1ck/J1TvVsdDaR/MiEni+llsdZuZp62EViu+96bpNjNPWwmtVnzvFd5m9IVVC54x/wA7gNvqFG9vXQAAAABJRU5ErkJggg==) no-repeat 0 0;cursor:pointer}.chunk-file-uploader-file-actions>span:hover{background-position-x:-21px}.chunk-file-uploader-file-actions .chunk-file-uploader-file-pause{background-position-y:0}.chunk-file-uploader-file-actions .chunk-file-uploader-file-resume{background-position-y:-17px}.chunk-file-uploader-file-actions .chunk-file-uploader-file-retry{background-position-y:-53px}.chunk-file-uploader-file-actions .chunk-file-uploader-file-remove{display:block;background-position-y:-34px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{u as i}from"../../chunks/163eed3b.js";import{n as s}from"../../chunks/6499de3a.js";var o=function(){var e=this,l=e.$createElement,n=e._self._c||l;return n("div",{staticClass:"uploader-files"},[e._t("default",function(){return[n("ul",e._l(e.files,function(t){return n("li",{key:t.id},[n("ChunkFileUploaderFile",{attrs:{file:t}})],1)}),0)]},{files:e.files})],2)},u=[];const a={name:"ChunkFileUploaderFiles",mixins:[i],computed:{files(){return this.uploader.files}}},r={};var _=s(a,o,u,!1,c,null,null,null);function c(e){for(let l in r)this[l]=r[l]}var f=function(){return _.exports}();export{f as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.uploader-files{position:relative}.uploader-files>ul{margin:0;padding:0;list-style:none}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{u as r}from"../../chunks/163eed3b.js";import{n as s}from"../../chunks/6499de3a.js";var u=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"uploader-list"},[e._t("default",function(){return[i("ul",e._l(e.fileList,function(n){return i("li",{key:n.id},[i("ChunkFileUploaderFile",{attrs:{file:n,list:!0}})],1)}),0)]},{fileList:e.fileList})],2)},o=[];const a={name:"ChunkFileUploaderList",mixins:[r],computed:{fileList(){return this.uploader.fileList}}},l={};var _=s(a,u,o,!1,c,null,null,null);function c(e){for(let t in l)this[t]=l[t]}var f=function(){return _.exports}();export{f as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.uploader-list{position:relative}.uploader-list>ul{margin:0;padding:0;list-style:none}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{u as o,s as a}from"../../chunks/163eed3b.js";import{n as s}from"../../chunks/6499de3a.js";var i=function(){var e=this,r=e.$createElement,t=e._self._c||r;return t("div",{directives:[{name:"show",rawName:"v-show",value:!e.support,expression:"!support"}],staticClass:"uploader-unsupport"},[e._t("default",function(){return[e._m(0)]})],2)},u=[function(){var e=this,r=e.$createElement,t=e._self._c||r;return t("p",[e._v(" Your browser, unfortunately, is not supported by Uploader.js. The library requires support for "),t("a",{attrs:{href:"http://www.w3.org/TR/FileAPI/"}},[e._v("the HTML5 File API")]),e._v(" along with "),t("a",{attrs:{href:"http://www.w3.org/TR/FileAPI/#normalization-of-params"}},[e._v("file slicing")]),e._v(". ")])}];const l={name:"ChunkFileUploaderUnSupport",mixins:[o,a]},n={};var p=s(l,i,u,!1,_,null,null,null);function _(e){for(let r in n)this[r]=n[r]}var v=function(){return p.exports}();export{v as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.uploader-unsupport{position:relative;z-index:10;overflow:hidden}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import l from"element-ui/packages/color-picker/src/components/sv-panel";import i from"element-ui/packages/color-picker/src/components/hue-slider";import s from"element-ui/packages/color-picker/src/components/alpha-slider";import a from"element-ui/packages/color-picker/src/components/predefine";import
|
|
1
|
+
import l from"element-ui/packages/color-picker/src/components/sv-panel";import i from"element-ui/packages/color-picker/src/components/hue-slider";import s from"element-ui/packages/color-picker/src/components/alpha-slider";import a from"element-ui/packages/color-picker/src/components/predefine";import c from"element-ui/src/utils/vue-popper";import p from"element-ui/src/mixins/locale";import{n as u}from"../../chunks/6499de3a.js";var m=function(){var e=this,t=e.$createElement,o=e._self._c||t;return o("transition",{attrs:{name:"el-zoom-in-top"},on:{"after-leave":e.doDestroy}},[o("div",{directives:[{name:"show",rawName:"v-show",value:e.showPopper,expression:"showPopper"}],staticClass:"el-color-dropdown"},[o("div",{staticClass:"el-color-dropdown__main-wrapper"},[o("hue-slider",{ref:"hue",staticStyle:{float:"right"},attrs:{color:e.color,vertical:""}}),o("sv-panel",{ref:"sl",attrs:{color:e.color}})],1),e.showAlpha?o("alpha-slider",{ref:"alpha",attrs:{color:e.color}}):e._e(),e.predefine?o("predefine",{attrs:{color:e.color,colors:e.predefine}}):e._e(),o("div",{staticClass:"el-color-dropdown__btns"},[o("span",{staticClass:"el-color-dropdown__value"},[o("el-input",{attrs:{"validate-event":!1,size:"mini"},on:{blur:e.handleConfirm},nativeOn:{keyup:function(r){return!r.type.indexOf("key")&&e._k(r.keyCode,"enter",13,r.key,"Enter")?null:e.handleConfirm.apply(null,arguments)}},model:{value:e.customInput,callback:function(r){e.customInput=r},expression:"customInput"}})],1),o("el-button",{staticClass:"el-color-dropdown__link-btn",attrs:{size:"mini",type:"text"},on:{click:function(r){return e.$emit("clear")}}},[e._v(" "+e._s(e.t("el.colorpicker.clear"))+" ")]),o("el-button",{staticClass:"el-color-dropdown__btn",attrs:{plain:"",size:"mini"},on:{click:e.confirmValue}},[e._v(" "+e._s(e.t("el.colorpicker.confirm"))+" ")])],1)],1)])},d=[];const f={name:"ElColorPickerDropdown",components:{SvPanel:l,HueSlider:i,AlphaSlider:s,Predefine:a},mixins:[c,p],props:{color:{type:Object,required:!0},showAlpha:Boolean,predefine:Array},data(){return{customInput:""}},computed:{currentColor(){const e=this.$parent;return!e.value&&!e.showPanelColor?"":e.color.value}},watch:{showPopper(e){e===!0&&this.$nextTick(()=>{const{sl:t,hue:o,alpha:r}=this.$refs;t&&t.update(),o&&o.update(),r&&r.update()})},currentColor:{immediate:!0,handler(e){this.customInput=e}}},mounted(){this.$parent.popperElm=this.popperElm=this.$el,this.referenceElm=this.$parent.$el},methods:{confirmValue(){this.$emit("pick")},handleConfirm(){this.color.fromString(this.customInput)}}},n={};var h=u(f,m,d,!1,_,null,null,null);function _(e){for(let t in n)this[t]=n[t]}var v=function(){return h.exports}();export{v as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import s
|
|
1
|
+
import{Dialog as s}from"element-ui";import{dialogDrag as a}from"@web-utils/core/dist/directives/index";import{n as r}from"../../chunks/6499de3a.js";var n=function(){var e=this,l=e.$createElement,t=e._self._c||l;return t("Transition",{attrs:{name:"dialog-fade"},on:{"after-enter":e.afterEnter,"after-leave":e.afterLeave}},[t("div",{directives:[{name:"show",rawName:"v-show",value:e.visible,expression:"visible"},{name:"dialog-drag",rawName:"v-dialog-drag:[fullScreen]",arg:e.fullScreen}],staticClass:"el-dialog__wrapper",on:{click:function(o){return o.target!==o.currentTarget?null:e.handleWrapperClick.apply(null,arguments)}}},[t("div",{ref:"dialog",class:["el-dialog","element-dialog","el-dialog-resizeable","normalize",{"is-fullscreen":e.fullScreen,"el-dialog__body-padding":e.bodyPadding,"el-dialog--center":e.center,"el-dialog--flex-row":e.flexRow,"el-dialog--flex-column":e.flexColumn},e.customClass],style:e.style,attrs:{role:"dialog","aria-modal":"true","aria-label":e.title||"dialog"}},[t("div",{staticClass:"el-dialog__header"},[e._t("title",function(){return[t("span",{staticClass:"el-dialog__title"},[e._v(e._s(e.title))])]}),t("div",{staticClass:"header-button-wrapper"},[e._t("header-button"),e.showFullScreen?t("ElButton",{staticClass:"header-button",attrs:{type:"text",icon:e.fullScreen?"el-icon-copy-document":"el-icon-full-screen",size:"medium",title:e.fullScreen?"\u8FD8\u539F":"\u6700\u5927\u5316"},on:{click:e.toggleFullScreen}}):e._e(),e.showClose?t("ElButton",{staticClass:"header-button",attrs:{"aria-label":"Close",type:"text",title:"\u5173\u95ED",icon:"el-icon-close",size:"medium"},on:{click:e.handleClose}}):e._e()],2)],2),e.rendered?t("div",{staticClass:"el-dialog__body",style:{height:e.fullScreen?"100%":e.height}},[e.destroyOnClose?[e.visible?e._t("default"):e._e()]:e._t("default")],2):e._e(),e.shouldShowFooter()?t("div",{staticClass:"el-dialog__footer"},[e._t("footer",null,{handleClose:e.handleClose})],2):e._e()])])])},d=[];const u={props:{modal:{type:Boolean,default:!0},modalAppendToBody:{type:Boolean,default:!0},lockScroll:{type:Boolean,default:!0},closeOnPressEscape:{type:Boolean,default:!0}}},c={name:"ElementDialog",directives:{dialogDrag:a},mixins:[...s.mixins,u],props:{title:{type:String,default:""},appendToBody:{type:Boolean,default:!0},closeOnClickModal:{type:Boolean,default:!1},showClose:{type:Boolean,default:!0},showFullScreen:Boolean,width:{type:String},height:{type:String},customClass:{type:String,default:""},top:{type:String,default:"15vh"},beforeClose:{type:Function},center:{type:Boolean,default:!0},destroyOnClose:Boolean,flexRow:Boolean,flexColumn:Boolean,bodyPadding:{type:Boolean,default:!0}},data(){return{fullScreen:!1,closed:!1}},computed:{style(){const e={};return this.fullScreen||(e.marginTop=this.top,this.width&&(e.width=this.width)),e}},watch:{visible(e){e?(this.closed=!1,this.$emit("open"),this.$el.addEventListener("scroll",this.updatePopper),this.$nextTick(()=>{this.$refs.dialog.scrollTop=0}),this.appendToBody&&document.body.appendChild(this.$el)):(this.$el.removeEventListener("scroll",this.updatePopper),this.closed||this.$emit("close"))}},mounted(){this.visible&&(this.rendered=!0,this.open(),this.appendToBody&&document.body.appendChild(this.$el))},destroyed(){this.appendToBody&&this.$el&&this.$el.parentNode&&this.$el.parentNode.removeChild(this.$el)},methods:{toggleFullScreen(){this.fullScreen=!this.fullScreen},enterFullScreen(){this.fullScreen=!0},exitFullScreen(){this.fullScreen=!1},shouldShowFooter(){var e,l;return!!((l=(e=this.$scopedSlots).footer)!=null&&l.call(e))},handleWrapperClick(){!this.closeOnClickModal||this.handleClose()},handleClose(){typeof this.beforeClose=="function"?this.beforeClose(this.hide):this.hide()},hide(e){e!==!1&&(this.$emit("update:visible",!1),this.$emit("close"),this.closed=!0)},updatePopper(){this.broadcast("ElSelectDropdown","updatePopper"),this.broadcast("ElDropdownMenu","updatePopper")},afterEnter(){this.$emit("opened")},afterLeave(){this.exitFullScreen(),this.$emit("closed")}}},i={};var h=r(c,n,d,!1,p,null,null,null);function p(e){for(let l in i)this[l]=i[l]}var f=function(){return h.exports}();export{f as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{n as a}from"../../chunks/6499de3a.js";var c=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{class:["icon-card","flex-box",t.iconBg]},[n("div",{staticClass:"card-icon_bg"},[n("i",{class:["card-icon",t.icon]})]),n("div",{staticClass:"flex-1"},[n("p",{staticClass:"icon-card_title"},[t._t("default")],2),n("div",{staticClass:"icon-card_num"},[n("span",{staticClass:"icon-card_color",on:{click:t.toDetails}},[t._v(t._s(t.number))]),t._t("nuit")],2)])])},i=[];const o={name:"IconCard",props:{iconBg:{type:String,default:"blue"},icon:{type:String,default:"el-icon-s-custom"},path:String,number:Number},methods:{toDetails(){this.$router.push(this.path)}}},s={};var r=a(o,c,i,!1,l,null,null,null);function l(t){for(let e in s)this[e]=s[e]}var _=function(){return r.exports}();export{_ as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.icon-card{padding:14px;border-radius:4px}.icon-card .card-icon_bg{width:48px;height:48px;margin-right:14px;text-align:center;border-radius:14px}.icon-card .card-icon{font-size:24px;line-height:48px}.icon-card .icon-card_color{font-weight:700;font-size:18px;cursor:pointer}.icon-card.blue{background:#f4f9ff}.icon-card.blue .card-icon_bg{color:#3c8efd;background:#e8f2fc}.icon-card.blue .icon-card_color{color:#3c8efd}.icon-card.orange{background:#f9f5ee}.icon-card.orange .card-icon_bg{color:#fdc12e;background:#fdf2dc}.icon-card.orange .icon-card_color{color:#fdc12e}.icon-card.green{background:#f1f7ed}.icon-card.green .card-icon_bg{color:#72c734;background:#ddf7d9}.icon-card.green .icon-card_color{color:#72c734}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{n as o}from"../../chunks/6499de3a.js";var s=function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticStyle:{"margin-bottom":"10px"},style:{height:e.height}},[e.lazy?[e.focus&&!e.inputDisabled?r("TinymceWrapper",e._b({ref:"editor",attrs:{"query-params":e.queryParams,disabled:e.inputDisabled,"show-types":e.showTypes,value:e.value},on:{"on-blur":e.onEditorBlur,"dialog-show":function(i){e.hideOnBlur=!1},"dialog-hide":function(i){e.hideOnBlur=!0},input:function(i){return e.$emit("input",i)}}},"TinymceWrapper",e.$attrs,!1)):r("div",{staticClass:"editor-shadow",class:[{"show-placeholder":e.isEmpty}],style:{cursor:e.inputDisabled?"not-allowed":"text"},attrs:{placeholder:e.inputDisabled?"":e.placeholder},domProps:{innerHTML:e._s(e.value)},on:{click:e.onEditorShadowClick}})]:[e.inputDisabled?r("div",{staticClass:"editor-shadow",class:[{"show-placeholder":e.isEmpty}],style:{cursor:e.inputDisabled?"not-allowed":"text"},attrs:{placeholder:e.inputDisabled?"":e.placeholder},domProps:{innerHTML:e._s(e.value)}}):r("TinymceWrapper",e._b({ref:"editor",attrs:{"query-params":e.queryParams,disabled:e.inputDisabled,value:e.value},on:{"on-blur":e.onEditorBlur,"dialog-show":function(i){e.hideOnBlur=!1},"dialog-hide":function(i){e.hideOnBlur=!0},input:function(i){return e.$emit("input",i)}}},"TinymceWrapper",e.$attrs,!1))]],2)},a=[];const l={name:"TinymceEditor",inject:{elForm:{default:""},elFormItem:{default:""}},props:{disabled:Boolean,lazy:{type:Boolean,default:!0},showTypes:{type:Boolean,default:!0},height:{type:String,default:"300px"},value:String,placeholder:{type:String,default:"\u8BF7\u8F93\u5165..."},queryParams:Object},data(){return{hideOnBlur:!0,focus:!1}},computed:{inputDisabled(){return this.disabled||(this.elForm||{}).disabled},isEmpty(){return!this.value}},watch:{hideOnBlur(e){e&&this.onEditorShadowClick()}},methods:{onEditorBlur(){this.inputDisabled||!this.hideOnBlur||(this.focus=!1)},getEditor(){return this.$refs.editor.$refs.editor.editor},async onEditorShadowClick(){if(this.inputDisabled)return;this.focus=!0,await this.$nextTick();const e=this.getEditor();e.focus();const t=e.getBody();e.selection.setCursorLocation(t,t.childNodes.length)},insertContent(e){this.getEditor().insertContent(e)}}},n={};var d=o(l,s,a,!1,u,null,null,null);function u(e){for(let t in n)this[t]=n[t]}var c=function(){return d.exports}();export{c as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.template-tag{margin:0 10px;color:#1e90ff;font-weight:700;font-family:\9ed1\4f53,serif;font-style:italic;cursor:help!important}.editor-shadow{position:relative;width:100%;height:100%;padding:10px;overflow:auto;font-size:16px;font-family:\5fae\8f6f\96c5\9ed1,serif;line-height:normal;text-align:left;word-break:normal;word-spacing:0;overflow-wrap:break-word;background-color:#fff;border:1px solid #dcdfe6;border-radius:4px;cursor:text}.show-placeholder{position:relative}.show-placeholder:after{position:absolute;top:10px;left:11px;color:#a9a9a9;content:attr(placeholder);pointer-events:none}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var m=Object.defineProperty,g=Object.defineProperties;var h=Object.getOwnPropertyDescriptors;var d=Object.getOwnPropertySymbols;var f=Object.prototype.hasOwnProperty,y=Object.prototype.propertyIsEnumerable;var c=(e,t,o)=>t in e?m(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,l=(e,t)=>{for(var o in t||(t={}))f.call(t,o)&&c(e,o,t[o]);if(d)for(var o of d(t))y.call(t,o)&&c(e,o,t[o]);return e},s=(e,t)=>g(e,h(t));import"tinymce/skins/lightgray/skin.min.css";import"@/assets/styles/theme-default/tinymce.scss";import w from"tinymce";import b from"@tinymce/tinymce-vue";import"tinymce/themes/modern/theme";import"tinymce/plugins/contextmenu";import"tinymce/plugins/wordcount";import"tinymce/plugins/image";import"tinymce/plugins/fullscreen";import"tinymce/plugins/preview";import"tinymce/plugins/imagetools";import{guid as v}from"@web-utils/core";import{n as F}from"../../chunks/6499de3a.js";var k={Redo:"\u91CD\u505A",Undo:"\u64A4\u9500",Cut:"\u526A\u5207",Copy:"\u590D\u5236",Paste:"\u7C98\u8D34","Select all":"\u5168\u9009","New document":"\u65B0\u6587\u4EF6",Ok:"\u786E\u5B9A",Cancel:"\u53D6\u6D88","Visual aids":"\u7F51\u683C\u7EBF","Font Family":"\u5B57\u4F53",Bold:"\u7C97\u4F53",Italic:"\u659C\u4F53",Underline:"\u4E0B\u5212\u7EBF",Strikethrough:"\u5220\u9664\u7EBF",Superscript:"\u4E0A\u6807",Subscript:"\u4E0B\u6807","Clear formatting":"\u6E05\u9664\u683C\u5F0F","Align left":"\u5DE6\u8FB9\u5BF9\u9F50","Align center":"\u4E2D\u95F4\u5BF9\u9F50","Align right":"\u53F3\u8FB9\u5BF9\u9F50",Justify:"\u4E24\u7AEF\u5BF9\u9F50","Bullet list":"\u9879\u76EE\u7B26\u53F7","Numbered list":"\u7F16\u53F7\u5217\u8868","Decrease indent":"\u51CF\u5C11\u7F29\u8FDB","Increase indent":"\u589E\u52A0\u7F29\u8FDB",Close:"\u5173\u95ED",Formats:"\u683C\u5F0F","Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.":"\u4F60\u7684\u6D4F\u89C8\u5668\u4E0D\u652F\u6301\u6253\u5F00\u526A\u8D34\u677F\uFF0C\u8BF7\u4F7F\u7528Ctrl+X/C/V\u7B49\u5FEB\u6377\u952E\u3002",Headers:"\u6807\u9898","Header 1":"\u6807\u98981","Header 2":"\u6807\u98982","Header 3":"\u6807\u98983","Header 4":"\u6807\u98984","Header 5":"\u6807\u98985","Header 6":"\u6807\u98986",Headings:"\u6807\u9898","Heading 1":"\u6807\u98981","Heading 2":"\u6807\u98982","Heading 3":"\u6807\u98983","Heading 4":"\u6807\u98984","Heading 5":"\u6807\u98985","Heading 6":"\u6807\u98986",Preformatted:"\u9884\u5148\u683C\u5F0F\u5316\u7684",Div:"Div",Pre:"Pre",Code:"\u4EE3\u7801",Paragraph:"\u6BB5\u843D",Blockquote:"\u5F15\u6587\u533A\u5757",Inline:"\u6587\u672C",Blocks:"\u57FA\u5757","Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.":"\u5F53\u524D\u4E3A\u7EAF\u6587\u672C\u7C98\u8D34\u6A21\u5F0F\uFF0C\u518D\u6B21\u70B9\u51FB\u53EF\u4EE5\u56DE\u5230\u666E\u901A\u7C98\u8D34\u6A21\u5F0F\u3002",Fonts:"\u5B57\u4F53","Font Sizes":"\u5B57\u53F7",Class:"\u7C7B\u578B","Browse for an image":"\u6D4F\u89C8\u56FE\u50CF",OR:"\u6216","Drop an image here":"\u62D6\u653E\u4E00\u5F20\u56FE\u50CF\u81F3\u6B64",Upload:"\u4E0A\u4F20",Block:"\u5757",Align:"\u5BF9\u9F50",Default:"\u9ED8\u8BA4",Circle:"\u7A7A\u5FC3\u5706",Disc:"\u5B9E\u5FC3\u5706",Square:"\u65B9\u5757","Lower Alpha":"\u5C0F\u5199\u82F1\u6587\u5B57\u6BCD","Lower Greek":"\u5C0F\u5199\u5E0C\u814A\u5B57\u6BCD","Lower Roman":"\u5C0F\u5199\u7F57\u9A6C\u5B57\u6BCD","Upper Alpha":"\u5927\u5199\u82F1\u6587\u5B57\u6BCD","Upper Roman":"\u5927\u5199\u7F57\u9A6C\u5B57\u6BCD","Anchor...":"\u951A\u70B9...",Name:"\u540D\u79F0",Id:"\u6807\u8BC6\u7B26","Id should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.":"\u6807\u8BC6\u7B26\u5E94\u8BE5\u4EE5\u5B57\u6BCD\u5F00\u5934\uFF0C\u540E\u8DDF\u5B57\u6BCD\u3001\u6570\u5B57\u3001\u7834\u6298\u53F7\u3001\u70B9\u3001\u5192\u53F7\u6216\u4E0B\u5212\u7EBF\u3002","You have unsaved changes are you sure you want to navigate away?":"\u4F60\u8FD8\u6709\u6587\u6863\u5C1A\u672A\u4FDD\u5B58\uFF0C\u786E\u5B9A\u8981\u79BB\u5F00\uFF1F","Restore last draft":"\u6062\u590D\u4E0A\u6B21\u7684\u8349\u7A3F","Special characters...":"\u7279\u6B8A\u5B57\u7B26...","Source code":"\u6E90\u4EE3\u7801","Insert/Edit code sample":"\u63D2\u5165/\u7F16\u8F91\u4EE3\u7801\u793A\u4F8B",Language:"\u8BED\u8A00","Code sample...":"\u793A\u4F8B\u4EE3\u7801...","Color Picker":"\u9009\u8272\u5668",R:"R",G:"G",B:"B","Left to right":"\u4ECE\u5DE6\u5230\u53F3","Right to left":"\u4ECE\u53F3\u5230\u5DE6","Emoticons...":"\u8868\u60C5\u7B26\u53F7...","Metadata and Document Properties":"\u5143\u6570\u636E\u548C\u6587\u6863\u5C5E\u6027",Title:"\u6807\u9898",Keywords:"\u5173\u952E\u8BCD",Description:"\u63CF\u8FF0",Robots:"\u673A\u5668\u4EBA",Author:"\u4F5C\u8005",Encoding:"\u7F16\u7801",Fullscreen:"\u5168\u5C4F",Action:"\u64CD\u4F5C",Shortcut:"\u5FEB\u6377\u952E",Help:"\u5E2E\u52A9",Address:"\u5730\u5740","Focus to menubar":"\u79FB\u52A8\u7126\u70B9\u5230\u83DC\u5355\u680F","Focus to toolbar":"\u79FB\u52A8\u7126\u70B9\u5230\u5DE5\u5177\u680F","Focus to element path":"\u79FB\u52A8\u7126\u70B9\u5230\u5143\u7D20\u8DEF\u5F84","Focus to contextual toolbar":"\u79FB\u52A8\u7126\u70B9\u5230\u4E0A\u4E0B\u6587\u83DC\u5355","Insert link (if link plugin activated)":"\u63D2\u5165\u94FE\u63A5 (\u5982\u679C\u94FE\u63A5\u63D2\u4EF6\u5DF2\u6FC0\u6D3B)","Save (if save plugin activated)":"\u4FDD\u5B58(\u5982\u679C\u4FDD\u5B58\u63D2\u4EF6\u5DF2\u6FC0\u6D3B)","Find (if searchreplace plugin activated)":"\u67E5\u627E(\u5982\u679C\u67E5\u627E\u66FF\u6362\u63D2\u4EF6\u5DF2\u6FC0\u6D3B)","Plugins installed ({0}):":"\u5DF2\u5B89\u88C5\u63D2\u4EF6 ({0}):","Premium plugins:":"\u4F18\u79C0\u63D2\u4EF6\uFF1A","Learn more...":"\u4E86\u89E3\u66F4\u591A...","You are using {0}":"\u4F60\u6B63\u5728\u4F7F\u7528 {0}",Plugins:"\u63D2\u4EF6","Handy Shortcuts":"\u5FEB\u6377\u952E","Horizontal line":"\u6C34\u5E73\u5206\u5272\u7EBF","Insert/edit image":"\u63D2\u5165/\u7F16\u8F91\u56FE\u7247","Image description":"\u56FE\u7247\u63CF\u8FF0",Source:"\u5730\u5740",Dimensions:"\u5927\u5C0F","Constrain proportions":"\u4FDD\u6301\u7EB5\u6A2A\u6BD4",General:"\u666E\u901A",Advanced:"\u9AD8\u7EA7",Style:"\u6837\u5F0F","Vertical space":"\u5782\u76F4\u8FB9\u8DDD","Horizontal space":"\u6C34\u5E73\u8FB9\u8DDD",Border:"\u8FB9\u6846","Insert image":"\u63D2\u5165\u56FE\u7247","Image...":"\u56FE\u7247...","Image list":"\u56FE\u7247\u5217\u8868","Rotate counterclockwise":"\u9006\u65F6\u9488\u65CB\u8F6C","Rotate clockwise":"\u987A\u65F6\u9488\u65CB\u8F6C","Flip vertically":"\u5782\u76F4\u7FFB\u8F6C","Flip horizontally":"\u6C34\u5E73\u7FFB\u8F6C","Edit image":"\u7F16\u8F91\u56FE\u7247","Image options":"\u56FE\u7247\u9009\u9879","Zoom in":"\u653E\u5927","Zoom out":"\u7F29\u5C0F",Crop:"\u88C1\u526A",Resize:"\u8C03\u6574\u5927\u5C0F",Orientation:"\u65B9\u5411",Brightness:"\u4EAE\u5EA6",Sharpen:"\u9510\u5316",Contrast:"\u5BF9\u6BD4\u5EA6","Color levels":"\u989C\u8272\u5C42\u6B21",Gamma:"\u4F3D\u9A6C\u503C",Invert:"\u53CD\u8F6C",Apply:"\u5E94\u7528",Back:"\u540E\u9000","Insert date/time":"\u63D2\u5165\u65E5\u671F/\u65F6\u95F4","Date/time":"\u65E5\u671F/\u65F6\u95F4","Insert/Edit Link":"\u63D2\u5165/\u7F16\u8F91\u94FE\u63A5","Insert/edit link":"\u63D2\u5165/\u7F16\u8F91\u94FE\u63A5","Text to display":"\u663E\u793A\u6587\u5B57",Url:"\u5730\u5740","Open link in...":"\u94FE\u63A5\u6253\u5F00\u4F4D\u7F6E...","Current window":"\u5F53\u524D\u7A97\u53E3",None:"\u65E0","New window":"\u5728\u65B0\u7A97\u53E3\u6253\u5F00","Remove link":"\u5220\u9664\u94FE\u63A5",Anchors:"\u951A\u70B9","Link...":"\u94FE\u63A5...","Paste or type a link":"\u7C98\u8D34\u6216\u8F93\u5165\u94FE\u63A5","The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?":"\u4F60\u6240\u586B\u5199\u7684URL\u5730\u5740\u4E3A\u90AE\u4EF6\u5730\u5740\uFF0C\u9700\u8981\u52A0\u4E0Amailto:\u524D\u7F00\u5417\uFF1F","The URL you entered seems to be an external link. Do you want to add the required http:// prefix?":"\u4F60\u6240\u586B\u5199\u7684URL\u5730\u5740\u5C5E\u4E8E\u5916\u90E8\u94FE\u63A5\uFF0C\u9700\u8981\u52A0\u4E0Ahttp://:\u524D\u7F00\u5417\uFF1F","Link list":"\u94FE\u63A5\u5217\u8868","Insert video":"\u63D2\u5165\u89C6\u9891","Insert/edit video":"\u63D2\u5165/\u7F16\u8F91\u89C6\u9891","Insert/edit media":"\u63D2\u5165/\u7F16\u8F91\u5A92\u4F53","Alternative source":"\u955C\u50CF","Alternative source URL":"\u66FF\u4EE3\u6765\u6E90\u7F51\u5740","Media poster (Image URL)":"\u5C01\u9762(\u56FE\u7247\u5730\u5740)","Paste your embed code below:":"\u5C06\u5185\u5D4C\u4EE3\u7801\u7C98\u8D34\u5728\u4E0B\u9762:",Embed:"\u5185\u5D4C","Media...":"\u591A\u5A92\u4F53...","Nonbreaking space":"\u4E0D\u95F4\u65AD\u7A7A\u683C","Page break":"\u5206\u9875\u7B26","Paste as text":"\u7C98\u8D34\u4E3A\u6587\u672C",Preview:"\u9884\u89C8","Print...":"\u6253\u5370...",Save:"\u4FDD\u5B58",Find:"\u67E5\u627E","Replace with":"\u66FF\u6362\u4E3A",Replace:"\u66FF\u6362","Replace all":"\u5168\u90E8\u66FF\u6362",Previous:"\u4E0A\u4E00\u4E2A",Next:"\u4E0B\u4E00\u4E2A","Find and replace...":"\u67E5\u627E\u5E76\u66FF\u6362...","Could not find the specified string.":"\u672A\u627E\u5230\u641C\u7D22\u5185\u5BB9.","Match case":"\u533A\u5206\u5927\u5C0F\u5199","Find whole words only":"\u5168\u5B57\u5339\u914D","Spell check":"\u62FC\u5199\u68C0\u67E5",Ignore:"\u5FFD\u7565","Ignore all":"\u5168\u90E8\u5FFD\u7565",Finish:"\u5B8C\u6210","Add to Dictionary":"\u6DFB\u52A0\u5230\u5B57\u5178","Insert table":"\u63D2\u5165\u8868\u683C","Table properties":"\u8868\u683C\u5C5E\u6027","Delete table":"\u5220\u9664\u8868\u683C",Cell:"\u5355\u5143\u683C",Row:"\u884C",Column:"\u5217","Cell properties":"\u5355\u5143\u683C\u5C5E\u6027","Merge cells":"\u5408\u5E76\u5355\u5143\u683C","Split cell":"\u62C6\u5206\u5355\u5143\u683C","Insert row before":"\u5728\u4E0A\u65B9\u63D2\u5165","Insert row after":"\u5728\u4E0B\u65B9\u63D2\u5165","Delete row":"\u5220\u9664\u884C","Row properties":"\u884C\u5C5E\u6027","Cut row":"\u526A\u5207\u884C","Copy row":"\u590D\u5236\u884C","Paste row before":"\u7C98\u8D34\u5230\u4E0A\u65B9","Paste row after":"\u7C98\u8D34\u5230\u4E0B\u65B9","Insert column before":"\u5728\u5DE6\u4FA7\u63D2\u5165","Insert column after":"\u5728\u53F3\u4FA7\u63D2\u5165","Delete column":"\u5220\u9664\u5217",Cols:"\u5217",Rows:"\u884C",Width:"\u5BBD",Height:"\u9AD8","Cell spacing":"\u5355\u5143\u683C\u5916\u95F4\u8DDD","Cell padding":"\u5355\u5143\u683C\u5185\u8FB9\u8DDD","Show caption":"\u663E\u793A\u6807\u9898",Left:"\u5DE6\u5BF9\u9F50",Center:"\u5C45\u4E2D",Right:"\u53F3\u5BF9\u9F50","Cell type":"\u5355\u5143\u683C\u7C7B\u578B",Scope:"\u8303\u56F4",Alignment:"\u5BF9\u9F50\u65B9\u5F0F","H Align":"\u6C34\u5E73\u5BF9\u9F50","V Align":"\u5782\u76F4\u5BF9\u9F50",Top:"\u9876\u90E8\u5BF9\u9F50",Middle:"\u5782\u76F4\u5C45\u4E2D",Bottom:"\u5E95\u90E8\u5BF9\u9F50","Header cell":"\u8868\u5934\u5355\u5143\u683C","Row group":"\u884C\u7EC4","Column group":"\u5217\u7EC4","Row type":"\u884C\u7C7B\u578B",Header:"\u8868\u5934",Body:"\u8868\u4F53",Footer:"\u8868\u5C3E","Border color":"\u8FB9\u6846\u989C\u8272","Insert template...":"\u63D2\u5165\u6A21\u677F...",Templates:"\u6A21\u677F",Template:"\u6A21\u677F","Text color":"\u6587\u5B57\u989C\u8272","Background color":"\u80CC\u666F\u8272","Custom...":"\u81EA\u5B9A\u4E49...","Custom color":"\u81EA\u5B9A\u4E49\u989C\u8272","No color":"\u65E0","Remove color":"\u79FB\u9664\u989C\u8272","Table of Contents":"\u5185\u5BB9\u5217\u8868","Show blocks":"\u663E\u793A\u533A\u5757\u8FB9\u6846","Show invisible characters":"\u663E\u793A\u4E0D\u53EF\u89C1\u5B57\u7B26","Word count":"\u5B57\u6570","Words: {0}":"\u5B57\u6570\uFF1A{0}","{0} words":"{0} \u5B57",File:"\u6587\u4EF6",Edit:"\u7F16\u8F91",Insert:"\u63D2\u5165",View:"\u89C6\u56FE",Format:"\u683C\u5F0F",Table:"\u8868\u683C",Tools:"\u5DE5\u5177","Powered by {0}":"\u7531{0}\u9A71\u52A8","Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help":"\u5728\u7F16\u8F91\u533A\u6309ALT-F9\u6253\u5F00\u83DC\u5355\uFF0C\u6309ALT-F10\u6253\u5F00\u5DE5\u5177\u680F\uFF0C\u6309ALT-0\u67E5\u770B\u5E2E\u52A9","Image title":"\u56FE\u7247\u6807\u9898","Border width":"\u8FB9\u6846\u5BBD\u5EA6","Border style":"\u8FB9\u6846\u6837\u5F0F",Error:"\u9519\u8BEF",Warn:"\u8B66\u544A",Valid:"\u6709\u6548","To open the popup, press Shift+Enter":"\u6309Shitf+Enter\u952E\u6253\u5F00\u5BF9\u8BDD\u6846","Rich Text Area. Press ALT-0 for help.":"\u7F16\u8F91\u533A\u3002\u6309Alt+0\u952E\u6253\u5F00\u5E2E\u52A9\u3002","System Font":"\u7CFB\u7EDF\u5B57\u4F53","Failed to upload image: {0}":"\u56FE\u7247\u4E0A\u4F20\u5931\u8D25: {0}","Failed to load plugin: {0} from url {1}":"\u63D2\u4EF6\u52A0\u8F7D\u5931\u8D25: {0} \u6765\u81EA\u94FE\u63A5 {1}","Failed to load plugin url: {0}":"\u63D2\u4EF6\u52A0\u8F7D\u5931\u8D25 \u94FE\u63A5: {0}","Failed to initialize plugin: {0}":"\u63D2\u4EF6\u521D\u59CB\u5316\u5931\u8D25: {0}",example:"\u793A\u4F8B",Search:"\u641C\u7D22",All:"\u5168\u90E8",Currency:"\u8D27\u5E01",Text:"\u6587\u5B57",Quotations:"\u5F15\u7528",Mathematical:"\u6570\u5B66","Extended Latin":"\u62C9\u4E01\u8BED\u6269\u5145",Symbols:"\u7B26\u53F7",Arrows:"\u7BAD\u5934","User Defined":"\u81EA\u5B9A\u4E49","dollar sign":"\u7F8E\u5143\u7B26\u53F7","currency sign":"\u8D27\u5E01\u7B26\u53F7","euro-currency sign":"\u6B27\u5143\u7B26\u53F7","colon sign":"\u5192\u53F7","cruzeiro sign":"\u514B\u9C81\u8D5B\u7F57\u5E01\u7B26\u53F7","french franc sign":"\u6CD5\u90CE\u7B26\u53F7","lira sign":"\u91CC\u62C9\u7B26\u53F7","mill sign":"\u5BC6\u5C14\u7B26\u53F7","naira sign":"\u5948\u62C9\u7B26\u53F7","peseta sign":"\u6BD4\u585E\u5854\u7B26\u53F7","rupee sign":"\u5362\u6BD4\u7B26\u53F7","won sign":"\u97E9\u5143\u7B26\u53F7","new sheqel sign":"\u65B0\u8C22\u514B\u5C14\u7B26\u53F7","dong sign":"\u8D8A\u5357\u76FE\u7B26\u53F7","kip sign":"\u8001\u631D\u57FA\u666E\u7B26\u53F7","tugrik sign":"\u56FE\u683C\u91CC\u514B\u7B26\u53F7","drachma sign":"\u5FB7\u62C9\u514B\u9A6C\u7B26\u53F7","german penny symbol":"\u5FB7\u56FD\u4FBF\u58EB\u7B26\u53F7","peso sign":"\u6BD4\u7D22\u7B26\u53F7","guarani sign":"\u74DC\u62C9\u5C3C\u7B26\u53F7","austral sign":"\u6FB3\u5143\u7B26\u53F7","hryvnia sign":"\u683C\u91CC\u592B\u5C3C\u4E9A\u7B26\u53F7","cedi sign":"\u585E\u5730\u7B26\u53F7","livre tournois sign":"\u91CC\u5F17\u5F17\u5C14\u7B26\u53F7","spesmilo sign":"spesmilo\u7B26\u53F7","tenge sign":"\u575A\u6208\u7B26\u53F7","indian rupee sign":"\u5370\u5EA6\u5362\u6BD4","turkish lira sign":"\u571F\u8033\u5176\u91CC\u62C9","nordic mark sign":"\u5317\u6B27\u9A6C\u514B","manat sign":"\u9A6C\u7EB3\u7279\u7B26\u53F7","ruble sign":"\u5362\u5E03\u7B26\u53F7","yen character":"\u65E5\u5143\u5B57\u6837","yuan character":"\u4EBA\u6C11\u5E01\u5143\u5B57\u6837","yuan character, in hong kong and taiwan":"\u5143\u5B57\u6837\uFF08\u6E2F\u53F0\u5730\u533A\uFF09","yen/yuan character variant one":"\u5143\u5B57\u6837\uFF08\u5927\u5199\uFF09","Loading emoticons...":"\u52A0\u8F7D\u8868\u60C5\u7B26\u53F7...","Could not load emoticons":"\u4E0D\u80FD\u52A0\u8F7D\u8868\u60C5\u7B26\u53F7",People:"\u4EBA\u7C7B","Animals and Nature":"\u52A8\u7269\u548C\u81EA\u7136","Food and Drink":"\u98DF\u7269\u548C\u996E\u54C1",Activity:"\u6D3B\u52A8","Travel and Places":"\u65C5\u6E38\u548C\u5730\u70B9",Objects:"\u7269\u4EF6",Flags:"\u65D7\u5E1C",Characters:"\u5B57\u7B26","Characters (no spaces)":"\u5B57\u7B26(\u65E0\u7A7A\u683C)","Error: Form submit field collision.":"\u9519\u8BEF: \u8868\u5355\u63D0\u4EA4\u5B57\u6BB5\u51B2\u7A81\u3002","Error: No form element found.":"\u9519\u8BEF: \u6CA1\u6709\u8868\u5355\u63A7\u4EF6\u3002",Update:"\u66F4\u65B0","Color swatch":"\u989C\u8272\u6837\u672C",Turquoise:"\u9752\u7EFF\u8272",Green:"\u7EFF\u8272",Blue:"\u84DD\u8272",Purple:"\u7D2B\u8272","Navy Blue":"\u6D77\u519B\u84DD","Dark Turquoise":"\u6DF1\u84DD\u7EFF\u8272","Dark Green":"\u6DF1\u7EFF\u8272","Medium Blue":"\u4E2D\u84DD\u8272","Medium Purple":"\u4E2D\u7D2B\u8272","Midnight Blue":"\u6DF1\u84DD\u8272",Yellow:"\u9EC4\u8272",Orange:"\u6A59\u8272",Red:"\u7EA2\u8272","Light Gray":"\u6D45\u7070\u8272",Gray:"\u7070\u8272","Dark Yellow":"\u6697\u9EC4\u8272","Dark Orange":"\u6DF1\u6A59\u8272","Dark Red":"\u6DF1\u7EA2\u8272","Medium Gray":"\u4E2D\u7070\u8272","Dark Gray":"\u6DF1\u7070\u8272",Black:"\u9ED1\u8272",White:"\u767D\u8272","Switch to or from fullscreen mode":"\u5207\u6362\u5168\u5C4F\u6A21\u5F0F","Open help dialog":"\u6253\u5F00\u5E2E\u52A9\u5BF9\u8BDD\u6846",history:"\u5386\u53F2",styles:"\u6837\u5F0F",formatting:"\u683C\u5F0F\u5316",alignment:"\u5BF9\u9F50",indentation:"\u7F29\u8FDB","permanent pen":"\u8BB0\u53F7\u7B14",comments:"\u5907\u6CE8",Anchor:"\u951A\u70B9","Special character":"\u7279\u6B8A\u7B26\u53F7","Code sample":"\u4EE3\u7801\u793A\u4F8B",Color:"\u989C\u8272",Emoticons:"\u8868\u60C5","Document properties":"\u6587\u6863\u5C5E\u6027",Image:"\u56FE\u7247","Insert link":"\u63D2\u5165\u94FE\u63A5",Target:"\u6253\u5F00\u65B9\u5F0F",Link:"\u94FE\u63A5",Poster:"\u5C01\u9762",Media:"\u5A92\u4F53",Print:"\u6253\u5370",Prev:"\u4E0A\u4E00\u4E2A","Find and replace":"\u67E5\u627E\u548C\u66FF\u6362","Whole words":"\u5168\u5B57\u5339\u914D",Spellcheck:"\u62FC\u5199\u68C0\u67E5",Caption:"\u6807\u9898","Insert template":"\u63D2\u5165\u6A21\u677F"},C=function(){var e=this,t=e.$createElement,o=e._self._c||t;return e.show?o("div",{class:["tinymce-editor",{"none-resize":!e.resize}]},[o("Editor",{ref:"editor",attrs:{disabled:e.inputDisabled,"model-events":"change input undo redo SetContent",init:e.init},model:{value:e.val,callback:function(a){e.val=a},expression:"val"}}),o("ElUpload",{ref:"uploader",staticStyle:{display:"none"},attrs:{action:e.action,headers:e.headers,"before-upload":e.beforeUploadFile,"on-success":e.onFileUploadSuccess,"show-file-list":!1,data:{unid:e.guid(),type:e.fileLabel},"auto-upload":"",accept:".jpg,.jpeg,.png,.gif,.bmp"}},[o("span")])],1):e._e()},I=[];w.addI18n("zh_CN",k);const S={name:"TinymceWrapper",components:{Editor:b},inject:{elForm:{default:""},elFormItem:{default:""}},props:{value:{type:String,default:""},resize:Boolean,disabled:{type:Boolean,default:!1},showTypes:{type:Boolean,default:!0},plugins:{type:[String,Array],default:""},toolbar:{type:[String,Array],default:""},buttons:{type:[Array]},dialogTitle:{type:String,default:"\u7F16\u8F91"},queryParams:Object,getHeader:Function,getUploadUrl:Function,imageUrl:String},data(){const t=["fullscreen","image","wordcount"].join(","),o=this.buttons||[];let a=this.toolbar||" | ";return a=`bold italic underline | alignleft aligncenter alignright alignjustify | fontselect fontsizeselect | removeformat | | ${a}`,o&&(a+=` ${o.map(r=>r.name).join(" ")}`),a+=" | fullscreen",{val:"",show:!0,init:{setup:r=>{r.settings.dialog_title=this.dialogTitle,r.settings.show_types=this.showTypes,r.on("PreInit",i=>{i.target.dom.doc.body.style.fontFamily="\u5FAE\u8F6F\u96C5\u9ED1"}),r.on("Blur",i=>{this.$emit("on-blur",i)}),r.on("DialogShow",i=>{this.$emit("dialog-show",i)}),r.on("DialogHide",i=>{this.$emit("dialog-hide",i)}),o.forEach(i=>{i.icon=` ${i.icon}`;const{onclick:u}=i;r.addButton(i.name,s(l({},i),{onclick:()=>u(r)}))});const n={icon:" el-icon-picture",name:"uploadImage",title:"\u4E0A\u4F20\u56FE\u7247",onclick:this.upload};r.addButton(n.name,s(l({},n),{onclick:()=>n.onclick(r)}))},toolbar:a,placeholder:"\u5728\u8FD9\u91CC\u8F93\u5165\u6587\u5B57",content_style:"*{margin:0;padding:0} body{font-family: \u5FAE\u8F6F\u96C5\u9ED1, sans-serif;padding:10px; font-size: 18px} .template-tag {font-style: italic;color: #1e90ff;margin: 0 10px;font-weight: bold;cursor: help !important;font-family: \u9ED1\u4F53,serif;}",fontname:"\u5B8B\u4F53",fontFamily:"\u5B8B\u4F53",branding:!1,query_params:this.queryParams,skin:!1,dialog_title:"",menubar:!1,height:"100%",elementpath:!1,plugins:`${t},${this.plugins}`,font_formats:'\u5FAE\u8F6F\u96C5\u9ED1="\u5FAE\u8F6F\u96C5\u9ED1";\u5B8B\u4F53="\u5B8B\u4F53";\u9ED1\u4F53="\u9ED1\u4F53";\u4EFF\u5B8B="\u4EFF\u5B8B";\u6977\u4F53="\u6977\u4F53";\u96B6\u4E66="\u96B6\u4E66";\u5E7C\u5706="\u5E7C\u5706";Arial="Arial";'}}},computed:{inputDisabled(){return this.disabled||(this.elForm||{}).disabled},fileLabel(){return this.prop?this.prop:this.elFormItem?this.elFormItem.prop:""},action(){var e;return(e=this.getUploadUrl)==null?void 0:e.call(this)},headers(){var e;return(e=this.getHeader)==null?void 0:e.call(this)}},watch:{value:{immediate:!0,handler(e){this.val=e}},dialogTitle(e){this.getEditor()&&(this.getEditor().settings.dialog_title=e)},val(e){this.elForm&&this.elFormItem&&this.elForm.clearValidate([this.elFormItem.prop]),this.$emit("input",e)}},deactivated(){this.show=!1},activated(){this.show=!0},methods:{getEditor(){return this.$refs.editor.editor},guid:v,focus(){this.getEditor().focus()},upload(){this.$refs.uploader.$refs["upload-inner"].handleClick()},beforeUploadFile(){},onFileUploadSuccess(e){this.getEditor().insertContent(`<img alt="\u56FE\u7247" src="${e.data.filePath.replace("/var/local/data/merge",this.imageUrl||"")}"/>`)}}},p={};var A=F(S,C,I,!1,P,null,null,null);function P(e){for(let t in p)this[t]=p[t]}var T=function(){return A.exports}();export{T as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.tinymce-editor{height:100%}.tinymce-editor.none-resize .mce-resizehandle{display:none}.tinymce-editor .mce-tinymce{flex:1;height:calc(100% - 4px)}.tinymce-editor .mce-tinymce .mce-menubtn.mce-fixed-width span{width:60px}.tinymce-editor .mce-tinymce>.mce-container-body{display:flex;flex-direction:column;height:100%}.tinymce-editor .mce-tinymce>.mce-container-body>.mce-edit-area{flex:1}.tinymce-editor .fa-icon{font: 14px/1 FontAwesome!important}.tinymce-editor .el-icon{font-family:element-icons,serif!important}.tinymce-editor .mce-label{display:none}
|
package/dist/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.address-input-wrapper{width:100%}.address-input-item-wrapper{padding-right:5px}.address-input-item-wrapper .el-cascader,.address-input-item-wrapper .el-input{width:100%}.aside-menu-item{padding:8px 10px}.capsule-tab{display:inline;margin-right:10px}.capsule-tab .tab-item{display:inline;padding:2px 14px;background-color:#fafafa;border:1px solid #ebeef5;border-right:none;cursor:pointer}.capsule-tab .tab-item.active{color:#fff;background-color:#ef6666}.capsule-tab .tab-item:first-child{border-radius:12px 0 0 12px}.capsule-tab .tab-item:last-child{border-right:1px solid #ccc;border-radius:0 12px 12px 0}.capsule-tab .tab-item:last-child.single{border-radius:12px}.code-mirror-editor{line-height:normal}.code-mirror-editor .CodeMirror{overflow:hidden;border:1px solid #dcdfe6;border-radius:4px}.code-mirror-editor .CodeMirror.CodeMirror-focused{border-color:#e34e55}.cm-container{position:fixed;z-index:9999;user-select:none}.cm-container .icon{position:absolute;top:50%;right:0;width:.9em;height:.9em;overflow:hidden;vertical-align:-.15em;transform:translateY(-50%);fill:currentcolor}.cm-container .cm-item-icon{margin-right:4px}.cm-container .cm-ul{width:100%;margin:0;padding:0;color:#2e2e2e;list-style:none;background-color:#fff;box-shadow:0 0 1px #666}.cm-container .cm-ul li{position:relative;box-sizing:border-box;width:100%;text-align:left;cursor:pointer}.cm-container .cm-ul li:hover>ul{display:block}.cm-container .cm-ul li div{position:relative;display:inline-block;box-sizing:border-box;width:100%;height:100%;padding:0 .8em;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.cm-container .cm-ul li i{display:inline-block;width:1em;font-size:1.3em;text-align:center}.cm-container .cm-ul li div:hover{color:#fff;background-color:#666}.cm-container .cm-ul-2,.cm-container .cm-ul-3{position:absolute;top:0;z-index:10000;display:none}.cm-container .cm-left svg{left:0;transform:translateY(-50%) rotate(180deg)}.cm-container .cm-underline li div:after{position:absolute;top:0;left:5%;z-index:10001;width:90%;height:1px;background-color:#ccc;content:""}.cm-container .cm-underline li div:hover:after,.cm-container .cm-underline>li:first-child>div:after{display:none}.border-bottom{border-bottom:1px solid #d7dae0}.clear-fix:after{display:block;clear:both;height:0;visibility:hidden;content:" "}.flex-row{display:flex;flex-direction:row;flex-shrink:0}.flex-row.vertical-center{align-items:center}.flex-row.vertical-start{align-items:flex-start}.flex-row.horizon-center{justify-content:center}.text-center{text-align:center}.flex-column{display:flex;flex-direction:column}.flex-column.vertical-center{justify-content:center}.flex-column.horizon-center{align-items:center}.flex-item,.flex-item-relative{flex:1 1 auto}.flex-item-relative{position:relative}.flex-item-relative .flex-content{position:absolute;top:0;right:0;bottom:0;left:0}.flex-not-shrink{flex-shrink:0}.dynamic-table{display:flex;flex-direction:column;align-items:center;width:100%}.dynamic-table .dynamic-table-action-icon{margin-left:10px;font-weight:700;cursor:pointer}.dynamic-table .el-form-item{margin-bottom:0}.dynamic-table .el-table{flex:1 1 auto}.dynamic-table .el-table td{padding:2px 0}.dynamic-table .el-input.is-disabled .el-input__inner{background-color:transparent;border:none}.echarts{width:100%;height:100%}.editable-progress{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:100%;background-color:#e4e7ed;border-radius:100px}.editable-progress .el-progress,.editable-progress .el-slider{width:100%;font-weight:700}.editable-progress .el-slider__runway{margin:0}.editable-progress .el-progress-bar__outer{background-color:#e4e7ed}.editable-progress .el-slider__bar,.editable-progress .el-slider__runway{height:22px;border-radius:100px}.editable-progress .el-slider__button-wrapper{width:52px;height:52px}.editable-progress .el-slider__button-wrapper .el-slider__button{width:24px;height:24px}.editable-tree{position:relative}.editable-tree.et-tree-label-overflow-visible .et-tree-label{position:static}.et-tree-wrapper{display:flex;flex-direction:column;width:100%;overflow:auto;text-align:left}.et-tree-wrapper .el-tree{display:table;width:100%;overflow:visible}.et-tree-wrapper .el-button+.el-button{margin-left:8px!important}.et-tree-wrapper .el-input__inner{padding:0 4px}.et-tree-wrapper .custom-tree-node{display:flex;align-items:center;width:100%;padding-right:8px;font-size:14px}.et-tree-wrapper .custom-tree-node:hover .handle-actions{display:block}.et-tree-wrapper .custom-tree-node .handle-actions{display:none;align-self:flex-end}.et-tree-wrapper .custom-tree-node .node-icon{margin-top:2px;margin-right:4px}.et-tree-wrapper .node-label{align-items:center}.et-tree-wrapper .node-input{min-width:140px;margin-right:10px}.et-tree-wrapper .menu{position:fixed;z-index:3;padding:0;background:#fff;border-radius:4px;box-shadow:0 5px 10px #bebebe}.et-tree-wrapper .menu-item{display:block;padding:8px 20px 8px 8px;color:#242f42;font: 11px tahoma,arial,sans-serif;line-height:100%;white-space:nowrap;cursor:pointer;user-select:none}.et-tree-wrapper .menu .menu-item:hover{color:#66b1ff;background-color:#ecf5ff}.et-tree-wrapper .menu-item-icon{margin-right:4px;font-weight:700;font-size:1.3em}.element-dialog.el-dialog.el-dialog-resizeable{display:flex;flex-direction:column}.element-dialog.el-dialog.el-dialog-resizeable .el-dialog__body{position:relative;flex:1 1 auto;padding:0}.element-dialog.el-dialog.el-dialog-resizeable .el-dialog__header{position:relative;font-size:18px}.element-dialog.el-dialog.el-dialog-resizeable .el-dialog__footer{padding-bottom:10px;text-align:right}.element-dialog.el-dialog.el-dialog-resizeable .fullscreen-btn{position:absolute;top:14px;right:50px;padding:2px;color:#fff;background:0 0;border:none;outline:0;cursor:pointer}.element-dialog.el-dialog.el-dialog-resizeable .fullscreen-btn:hover{background:#e34e55}.element-dialog.el-dialog.el-dialog-resizeable .fullscreen-btn .el-icon-full-screen,.element-dialog.el-dialog.el-dialog-resizeable .fullscreen-btn .el-icon-copy-document{padding:4px;font-size:13px}.element-dialog.el-dialog.el-dialog-resizeable .dialog-head-group{position:absolute;top:50%;right:14px;transform:translateY(-50%)}.element-dialog.el-dialog.is-fullscreen{position:absolute;top:0!important;left:0!important;width:100%!important;height:100%!important}.element-dialog.el-dialog.el-dialog--center .el-dialog__header{justify-content:center}.element-dialog.el-dialog.el-dialog--flex-column .el-dialog__body{display:flex;flex-direction:column}.element-dialog.el-dialog.el-dialog--flex-row .el-dialog__body{display:flex;flex-direction:row}.element-dialog.el-dialog.el-dialog__body-padding .el-dialog__body{padding:10px}.element-dialog.el-dialog .el-dialog__body{padding:0}.element-dialog.el-dialog .el-dialog__header{display:flex;flex-direction:row;position:relative;align-items:center;padding:4px 10px;font-size:16px;background-color:#409eff}.element-dialog.el-dialog .el-dialog__header .el-dialog__title{color:#fff;font-weight:400;font-size:16px}.element-dialog.el-dialog .header-button-wrapper{position:absolute;top:50%;right:10px;display:flex;transform:translateY(-50%)}.element-dialog.el-dialog .header-button{padding:2px;color:#fff;border:none;outline:0;cursor:pointer}.element-dialog.el-dialog .header-button:hover{background:#e34e55}.empty-view,.error-view{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#909399;font-size:20px;background-color:#fff}.flex-scroller-wrapper{position:relative;flex:1 1 auto}.flex-scroller-wrapper .flex-scroller{position:absolute;top:0;right:0;bottom:0;left:0}.flex-scroller-wrapper .flex-scroller.content-scroll{overflow:auto}.form-checkbox-group.form-checkbox-group-row.form-checkbox-group-row-ellipsis .el-checkbox__label{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.form-checkbox-group.form-checkbox-group-row.form-checkbox-group-row-break-word .el-checkbox__label{word-wrap:break-word;word-break:break-all}.form-checkbox-group.form-checkbox-group-row .el-checkbox-group{display:block}.form-checkbox-group.form-checkbox-group-row .el-checkbox{display:flex;flex-direction:row;flex-wrap:nowrap;width:100%}.form-checkbox-group.form-checkbox-group-row .el-checkbox__input{flex-shrink:0;top:3px}.form-checkbox-group.form-checkbox-group-row .el-checkbox__label{flex:1 1 auto;display:block;margin-bottom:6px;vertical-align:sub}.form-checkbox-group .form-checkbox-group-other{display:inline-block;margin-left:10px}.form-checkbox-group .form-checkbox-group-other .el-form-item__label{display:none}.form-checkbox-group .el-checkbox-group{line-height:inherit}.form-checkbox-group .el-checkbox{margin-right:10px;vertical-align:middle}.form-checkbox-group .el-checkbox__label{padding-left:4px}.form-input-number.el-input-number{width:100%}.form-input-number.el-input-number .el-input__inner{text-align:left}.form-item.el-form-item.required:not(.is-no-asterisk) .el-form-item__label:before{margin-right:4px;color:#f56c6c;content:"*"}.form-item-group{margin-bottom:10px;background-color:#fff}.form-item-group.is-disabled .is-required .el-form-item__label:before,.form-item-group.is-disabled .required .el-form-item__label:before{display:none}.form-item-group .form-item-group-row{margin:0!important}.form-item-group .form-item-group-title{display:flex;flex-direction:row;align-items:center;height:30px;margin:0 0 10px;padding:0 10px;color:#333;font-weight:700;font-size:14px;line-height:30px;background-color:#f3f5fb;cursor:pointer}.form-radio-group.inline{display:inline}.form-radio-group.inline .el-radio{float:left;margin-right:10px}.form-radio-group.form-radio-group-row.form-radio-group-row-ellipsis .el-radio__label{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.form-radio-group.form-radio-group-row.form-radio-group-row-break-word .el-radio__label{word-wrap:break-word;word-break:break-all}.form-radio-group.form-radio-group-row .el-radio-group{display:block}.form-radio-group.form-radio-group-row .el-radio{display:flex;flex-direction:row;flex-wrap:nowrap;width:100%}.form-radio-group.form-radio-group-row .el-radio__input{flex-shrink:0;top:3px}.form-radio-group.form-radio-group-row .el-radio__label{flex:1 1 auto;display:block;margin-bottom:6px;padding-left:4px;vertical-align:sub}.form-radio-group .el-radio-group{line-height:1}.form-radio-group .el-radio{margin-right:10px;vertical-align:middle}.form-radio-group .el-radio__label{padding-left:0;line-height:19px}.form-view{display:flex;flex-direction:column;height:100%}.form-view .form-scroller-wrapper{position:relative;flex:1}.form-view .not-form{margin:0 auto}.form-view .form-view-toolbar{overflow:hidden}.form-view .form-scroller{flex:1;overflow:auto}.form-view .form-scroller .el-row{position:static}.form-view .form-content .el-form .el-row{padding-right:2rem}.form-view .form-content .el-form .el-row .el-row{padding-right:0}.form-view .form-card{box-shadow:0 2px 12px #0000001a;max-width:1000px;margin:14px auto;padding:20px;color:#303133;background-color:#fff;border:1px solid #ebeef5;border-radius:4px;transition:.3s}.form-view .form-card.un-limit{max-width:100%}.form-view .form-nav{box-shadow:0 2px 12px #0000001a;position:absolute;top:55px;left:20px;background-color:#fff}.form-view .form-nav-list{min-width:180px;padding:10px 20px}.form-view .form-nav-header{position:relative;padding:5px 20px;color:#e34e55;font-weight:700;font-size:15px;background-color:#f3f5fb}.form-view .form-nav-item{position:relative;padding:5px 0;font-family:element-icons!important;cursor:pointer}.form-view .form-nav-item.active,.form-view .form-nav-item:hover{color:#e34e55;font-weight:700}.form-view .form-nav-item.active:before{position:absolute;left:-14px;content:"\e6e0"}.form-view .form-view-title{width:100%;height:36px;margin-bottom:10px;color:#333;font-size:22px;line-height:36px;text-align:center;background-color:#fff}.form-view .tip{margin:20px 0;padding:8px 16px;background-color:#ecf8ff;border-left:5px solid #50bfff;border-radius:4px}.form-view .tip p{color:#5e6d82;font-size:14px;line-height:1.5em}.form-view .tip.danger{background-color:#fde2e2;border-left-color:#f56c6c}.form-view .tip.danger p{color:#564646}.form-view .tip.warning{background-color:#f7efe2;border-left-color:#e6a23c}.form-view .tip.warning p{color:#5d564b}.form-view .select-num{color:#898989;font-size:12px}.form-view .select-num .num{font-size:19px;font-family:impact,Constantia,Georgia}.form-view .el-table .el-table__header th{color:#595959;font-weight:400;background:#fff}.form-view .el-table td{padding:4px 0}.form-view .el-table td .cell .el-input .el-input__inner{padding-left:4px}.form-view .el-table td .cell .el-input.el-input--prefix .el-input__inner{padding-left:30px}.form-view .el-table td .cell .el-input.is-disabled .el-input__suffix{display:none}.form-view .el-table td .cell .el-input.is-disabled .el-input__inner{padding:0 0 0 4px;line-height:1.6;white-space:normal;word-break:break-word;background:transparent;border:0}@media screen and (min-width: 1700px){.form-view.form-view__lg .form-card{position:relative;left:60px}}.guide-steps{margin-top:20px;margin-bottom:20px}.guide-steps .el-step .el-step__line-inner{width:100%!important;border-width:1px!important}.guide-steps .el-step.current.important .el-step__head .el-step__icon.is-text{color:#f55634!important;border-color:#f55634!important}.guide-steps .el-step.current.important .el-step__title{color:#f55634!important}.guide-steps .el-step.available .el-step__head .el-step__icon.is-text{color:#eab006!important;border-color:#eab006!important}.guide-steps .el-step.available .el-step__title{color:#eab006!important}.guide-steps .el-step .el-step__icon.is-text{cursor:pointer}.guide-steps .el-step.disabled .el-step__icon.is-text{cursor:not-allowed}.iframe-window .iframe-window-iframe{width:100%;height:60vh}.iframe-window .el-dialog__body{position:relative;padding:0}.el-input-number.input-number{display:block}.el-input-number.input-number .el-input-group{display:inline-table}.el-input-number.input-number .el-input{width:100%}.input-number-range{display:flex;flex-direction:row;align-items:center;width:100%}.loading-view{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#909399;font-size:20px;background-color:#fff}.nav-bar{flex-shrink:0;display:flex;width:100%;height:40px;border-bottom:1px #eee solid}.nav-bar .el-button--text{margin-left:12px}.not-implement{display:flex;align-items:center;justify-content:center;height:100%;color:gray;font-size:3em;text-align:center}.page{height:100%;background-color:#fff}.page.vertical{flex-direction:column}.pageable-table{flex:1 1 auto;position:relative;height:100%}.pageable-table .single-select-column .el-radio__label{padding:0}.pageable-table.auto-height{position:static;height:auto}.pageable-table.auto-height .el-table{position:static;min-height:200px}.pageable-table.auto-height .pageable-table-wrapper{position:static}.pageable-table .pageable-table-wrapper{display:flex;flex-direction:column;position:absolute;top:0;right:0;bottom:0;left:0}.pageable-table .el-pagination{background-color:#fff}.pageable-table .table-status-icon{font-size:20px}.pageable-table .pageable-table-loading{display:inline-flex;align-items:center}.pageable-table .pageable-table-error{display:inline-flex;align-items:center;color:red;border:1px solid #fca4a4}.pageable-table .pageable-table-error:hover{background-color:#fff0f0}.pageable-table .pageable-table-total{padding:0 10px 10px}.pageable-table .underline{position:relative}.pageable-table .underline:after{position:absolute;bottom:0;left:0;z-index:1;width:100%;height:1px;background-color:#606266;content:""}.pageable-table .total{padding:10px}.pageable-table{flex:1 1 auto;position:relative;height:100%}.pageable-table.auto-height{position:static;height:auto}.pageable-table.auto-height .el-table{position:static;min-height:200px}.pageable-table.auto-height .pageable-table-wrapper{position:static}.pageable-table .pageable-table-wrapper{display:flex;flex-direction:column;position:absolute;top:0;right:0;bottom:0;left:0}.pageable-table .el-pagination{background-color:#fff}.pageable-table .table-status-icon{font-size:20px}.pageable-table .pageable-table-loading{display:inline-flex;align-items:center}.pageable-table .pageable-table-error{display:inline-flex;align-items:center;color:red;border:1px solid #fca4a4}.pageable-table .pageable-table-error:hover{background-color:#fff0f0}.pageable-table .pageable-table-total{padding:0 10px 10px}.pageable-table .underline{position:relative}.pageable-table .underline:after{position:absolute;bottom:0;left:0;z-index:1;width:100%;height:1px;background-color:#606266;content:""}.pageable-table .total{padding:10px}.egd-page-header{height:40px;margin:0 10px;line-height:40px}.egd-page-header .align-end{justify-content:flex-end}.page-index-content{display:flex;flex:1 1 auto;flex-direction:column;height:100%;padding:0;overflow:hidden}.page-index-content-empty{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:gray;font-size:20px}.page-skeleton .page-content{position:relative;flex:1 1 auto;width:100%;height:100%}.page-skeleton .page-content.content-scroll{overflow:auto}.page-skeleton .page-content.flex-column{display:flex;flex-direction:column;height:0}.page-skeleton .page-content.flex-row{display:flex}.page-skeleton-new .page-skeleton-new-header{display:flex;flex-direction:row;height:40px;margin:0 10px;line-height:40px;border-bottom:2px #eee solid}.page-skeleton-new .page-skeleton-new-header .align-end{justify-content:flex-end}.page-skeleton-new .page-skeleton-new-left{display:flex;flex-direction:column}.page-skeleton-new .page-skeleton-new-right{flex:1 1 auto;display:flex;flex-direction:column}.page-skeleton-new .page-skeleton-new-page-content{flex:1 1 auto;position:relative;width:100%;height:100%}.page-skeleton-new .page-skeleton-new-page-content.content-scroll{overflow:auto}.page-skeleton-new .page-skeleton-new-page-content.flex-column{display:flex;flex-direction:column}.page-skeleton-new .page-skeleton-new-page-content.flex-row{display:flex}.pswp{z-index:2147483647}.pswp .pswp__error-msg{display:flex;flex-direction:column;align-items:center;justify-content:center;transform:translateY(-50%)}.pswp .error-img{width:200px;margin-bottom:10px}.resize-observer{position:absolute;top:0;left:0;z-index:-1;display:block;width:100%;height:100%;overflow:hidden;background-color:transparent;border:none;opacity:0;pointer-events:none}.resize-observer>object{position:absolute;top:0;left:0;z-index:-1;display:block;width:100%;height:100%;overflow:hidden;pointer-events:none}.sign-panel{align-items:flex-start;justify-content:center;width:100%;background:#fff;user-select:none}.sign-panel .sign-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;max-width:100%;height:100%;background:rgba(255,255,155,0);border:1px solid #ccc}.sign-panel .sign-tool-bar{display:flex;width:100%;border:1px solid #ccc;border-top:none}.sign-panel .sign-tips{user-select:none;pointer-events:none}.sign-panel .sign-button{padding:6px;line-height:1.6;text-align:center;background-color:#ebeef5;cursor:pointer;user-select:none}.sign-panel .sign-button:hover{color:#1989fa;background-color:#d0d4de}.sign-panel .sign-button:nth-child(n){border-right:1px solid #ccc}.sign-panel .sign-button:last-child{border:none!important}.sign-panel .sign-watermark{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#eee}.sign-panel .sign-view{position:relative;display:flex;align-items:center;justify-content:center;min-width:212px;height:80px;background-color:#fff;border:1px solid #eee}.sign-panel .sign-edit-icon{position:absolute;right:4px;bottom:4px}.sign-panel .sign-image{display:inline-block;min-width:160px;height:80px}.sign-panel .sign-edit{display:flex;flex-direction:column;align-items:center;max-width:100%;background-color:#fff}.sign-panel .sign-draw-area{position:relative;max-width:100%}.egd-split-wrapper{position:relative;width:100%;height:100%}.egd-split-pane{position:absolute}.egd-split-pane.left-pane,.egd-split-pane.right-pane{top:0;bottom:0}.egd-split-pane.left-pane{left:0}.egd-split-pane.right-pane{right:0}.egd-split-pane.top-pane,.egd-split-pane.bottom-pane{right:0;left:0}.egd-split-pane.top-pane{top:0}.egd-split-pane.bottom-pane{bottom:0}.egd-split-trigger-con{position:absolute;z-index:10;transform:translate(-50%,-50%)}.egd-split-trigger-bar-con{position:absolute;overflow:hidden}.egd-split-trigger-bar-con.vertical{top:50%;left:1px;height:32px;transform:translateY(-50%)}.egd-split-trigger-bar-con.horizontal{top:1px;left:50%;width:32px;transform:translate(-50%)}.egd-split-trigger-vertical{width:6px;height:100%;background:#f8f8f9;box-shadow:0 0 4px #1c243866;cursor:ew-resize}.egd-split-trigger-vertical .egd-split-trigger-bar{float:left;width:4px;height:1px;margin-top:3px;background:rgba(23,35,61,.25)}.egd-split-trigger-horizontal{width:100%;height:6px;background:#f8f8f9;box-shadow:0 0 4px #1c243866;cursor:ns-resize}.egd-split-trigger-horizontal .egd-split-trigger-bar{float:left;width:1px;height:4px;margin-right:3px;background:rgba(23,35,61,.25)}.egd-split-horizontal .egd-split-trigger-con{top:50%;height:100%;border-right:1px solid #d7dae0}.egd-split-vertical .egd-split-trigger-con{left:50%;width:100%;border-bottom:1px solid #d7dae0}.egd-split-trigger-vertical-line,.egd-split-trigger-horizontal-line{background-color:transparent;box-shadow:none}.egd-split .no-select{-webkit-touch-callout:none;user-select:none}.stateful{display:inline-block;width:14px;height:14px;margin-right:6px;vertical-align:middle;border-radius:2px;content:""}.stateful.draft{background-color:#d7d7d7}.stateful.doing{background-color:#14ca7a}.stateful.overdue{background-color:#feae3d}.stateful.error{background-color:red}.stateful.done{background-color:#45a3e7}.stateful.closed{background-color:#d7d7d7}.static-pageable-table{flex:1 1 auto}.egd-swiper{position:relative;height:100%;padding:0 60px}.egd-swiper .el-button.el-carousel__arrow{padding:0;color:#fff;font-size:12px;background-color:#1f2d3d1c;border-color:#1f2d3d03;border-radius:50%}.egd-swiper .el-button.el-carousel__arrow i{cursor:unset}.egd-swiper .el-button.el-carousel__arrow.is-disabled{color:#fff;background-color:#1f2d3d1c;border-color:#1f2d3d03}.egd-swiper .egd-swiper-box{height:100%;overflow:hidden;user-select:none}.egd-swiper .egd-swiper-box .egd-swiper-content{display:flex;flex-direction:row;flex-wrap:nowrap;width:100%;height:100%;padding-top:14px;overflow:visible;transform:translateZ(0);transition-property:transform}.vux-tab-ink-bar{position:absolute;bottom:0;left:0;height:2px;text-align:center;background-color:#1989fa}.vux-tab-ink-bar-transition-forward{transition:right .3s cubic-bezier(.35,0,.25,1),left .3s cubic-bezier(.35,0,.25,1) .09s}.vux-tab-ink-bar-transition-backward{transition:right .3s cubic-bezier(.35,0,.25,1) .09s,left .3s cubic-bezier(.35,0,.25,1)}.vux-tab-bar-top .vux-tab-ink-bar{top:0}.vux-tab{position:relative;display:flex;height:36px;background-color:#fff}.vux-tab button{padding:0;background:0 0;border:0;outline:0;appearance:none}.vux-tab .vux-tab-item{display:block;flex:1 1 auto;box-sizing:border-box;width:100%;height:100%;color:#666;font-size:14px;line-height:36px;text-align:center;cursor:pointer}.vux-tab .vux-tab-item.vux-tab-selected{color:#1989fa;border-bottom:3px solid #1989fa}.vux-tab-bar-top .vux-tab .vux-tab-item.vux-tab-selected{border-top:3px solid #1989fa;border-bottom:none}.vux-tab .vux-tab-item.vux-tab-disabled{color:#ddd}.vux-tab.vux-tab-no-animate .vux-tab-item.vux-tab-selected{background:0 0}.vux-tab-bar-inner{display:block;height:100%;margin:auto;background-color:#1989fa;transition:width .3s cubic-bezier(.35,0,.25,1)}.vux-tab-item-badge{position:absolute;top:0;bottom:0;display:inline-block;box-sizing:border-box;min-width:18px;height:18px;margin:auto 0 auto 4px;padding:0 4px;font-size:11px;line-height:18px;vertical-align:middle;background-clip:padding-box;border-radius:30px}.vux-tab-wrap{position:relative;padding-top:36px}.vux-tab-container{position:absolute;top:0;right:0;left:0;height:36px;overflow:hidden}.scrollable{box-sizing:content-box;padding-bottom:17px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.scrollable::-webkit-scrollbar{display:none}.scrollable .vux-tab-ink-bar{position:absolute;bottom:17px}.scrollable .vux-tab-item{flex:0 0 22%}.table-view{display:flex;flex-direction:column;height:100%}.table-view .el-table--border{border:none}.table-view .border-top .el-table--border{border-top:1px solid #ebeef5}.table-view .border-bottom .el-table--border{border-bottom:1px solid #ebeef5}.table-view .border-left .el-table--border,.table-view .border-left .el-pagination{border-left:1px solid #ebeef5}.table-view .border-right .el-table--border{border-right:1px solid #ebeef5}.table-view .table-view-content-wrapper{position:relative;flex:1;overflow:hidden}.table-view .table-view-content{position:absolute;top:0;left:0;display:flex;width:100%;height:100%;background-color:#fff}.table-view .table-view-sidebar{flex-shrink:0;width:240px;height:100%;padding:10px;overflow:auto}.table-view .table-view-sidebar .et-tree-wrapper{display:table;overflow:visible}.table-view .table-view-table{flex:1 1 auto;height:100%}.table-view .slide-panel{position:absolute;top:0;right:0;bottom:0;z-index:5;display:flex;background-color:#fff;transition:right .2s ease}.table-view .slide-panel .slide-panel-line{position:relative;width:3px;height:100%;background-color:#ddd;flex-shrink:0}.table-view .slide-panel .slide-panel-line-indicator{position:absolute;top:50%;left:0;width:100%;height:50px;background-color:#aaa;transform:translateY(-50%)}.table-view .slide-panel .slide-panel-actions{display:flex;align-items:center;justify-content:center;margin-top:10px}.table-view .slide-panel .slide-panel-content{flex:1;padding:10px;overflow:auto}.table-view .slide-panel .slide-panel-content .el-date-editor{width:100%}.tag-render{min-height:80px;padding-top:3px;padding-right:5px;padding-left:5px;overflow:hidden;background-color:#fff;border:1px solid #d7dae0;border-radius:4px}.tag-render .el-tag{margin-top:4px}.tag-render .button-new-tag{padding-top:0;padding-bottom:0}.tag-render .el-tag .el-tag__close:hover{background-color:#ee8677}.tag-render .tags-count{position:absolute;right:7px;bottom:-4px;color:#b7b7b7;font-size:.9em}.toolbar{display:flex;height:40px;padding:0 10px;line-height:40px;background-color:#fff;border-bottom:1px solid #e5e9ec}.toolbar .toolbar-left{flex:1 1 auto}.toolbar .toolbar-left>.form-toolbar-button:last-child .separate-line{display:none}.toolbar .toolbar-left [class*=" el-icon-"],.toolbar .toolbar-left [class^=el-icon-],.toolbar .toolbar-left i.fa{margin-top:-1px;color:#1989fa;font-size:15px}.toolbar .toolbar-right .el-button{display:inline-flex;align-items:center}.footer-bar{display:flex;flex-direction:row;align-items:center;justify-content:center;padding-top:10px}.footer-bar .el-button{padding:10px 40px}.form-toolbar-button .separate-line{display:inline-block;width:1px;height:18px;margin:0 10px;vertical-align:middle;background-color:#aaa}.form-toolbar-button .form-toolbar-button .el-button{display:inline-flex;align-items:center}.form-toolbar-button .form-toolbar-button .el-button:hover{border-color:transparent}.tags-input{display:flex;flex-wrap:wrap;align-items:center}.tags-input input{flex:1 1 auto;background:transparent;border:none}.tags-input input:focus{outline:none}.tags-input input[type=text]{color:#495057}.tags-input-wrapper-default{padding:.5rem .25rem;background:#fff;border:1px solid transparent;border-color:#dbdbdb;border-radius:.25rem}.tags-input span{margin-right:.3rem}.tags-input-remove{position:relative;display:inline-block;width:.5rem;height:.5rem;cursor:pointer}.tags-input-remove:before,.tags-input-remove:after{position:absolute;top:50%;left:0;width:100%;height:2px;margin-top:-1px;background:#ea0000;content:""}.tags-input-remove:before{transform:rotate(45deg)}.tags-input-remove:after{transform:rotate(-45deg)}.tags-input-badge{display:inline-block;padding:.25em .4em;font-weight:700;font-size:75%;line-height:1;white-space:nowrap;text-align:center;vertical-align:baseline;border-radius:.25rem}.tags-input-badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.tags-input-badge-selected-default{color:#212529;background-color:#f0f1f2}.typeahead-hide-btn{color:#999!important}.typeahead-badges>span{margin-right:.3rem;cursor:pointer}.typeahead-dropdown{position:absolute;top:50px;right:0;z-index:1000;width:100%;max-height:150px;margin:0;padding:0;overflow:auto;list-style-type:none;border-radius:4px;box-shadow:0 0 5px #d7d7d7}.typeahead-dropdown li{padding:.25rem 1rem;cursor:pointer}.tags-input-typeahead-item-default{color:gray;background-color:#fff}.tags-input-typeahead-item-highlighted-default{background-color:#f5f7fa}.watermark{position:absolute;top:0;right:0;bottom:0;left:0;z-index:100;height:100%;pointer-events:none}.x-dialog .el-dialog__footer{padding:10px}.x-dialog .el-dialog__body{padding:0}.x-dialog .x-dialog-content{max-height:80vh}
|
|
1
|
+
.address-input-wrapper{width:100%}.address-input-item-wrapper{padding-right:5px}.address-input-item-wrapper .el-cascader,.address-input-item-wrapper .el-input{width:100%}.aside-menu-item{padding:8px 10px}.capsule-tab{display:inline;margin-right:10px}.capsule-tab .tab-item{display:inline;padding:2px 14px;background-color:#fafafa;border:1px solid #ebeef5;border-right:none;cursor:pointer}.capsule-tab .tab-item.active{color:#fff;background-color:#ef6666}.capsule-tab .tab-item:first-child{border-radius:12px 0 0 12px}.capsule-tab .tab-item:last-child{border-right:1px solid #ccc;border-radius:0 12px 12px 0}.capsule-tab .tab-item:last-child.single{border-radius:12px}.uploader{position:relative}.uploader-btn{position:relative;display:inline-block;padding:4px 8px;color:#666;font-size:100%;line-height:1.4;background:none;border:1px solid #666;border-radius:2px;outline:none;cursor:pointer}.uploader-btn:hover{background-color:#00000014}.uploader-drop{position:relative;padding:10px;overflow:hidden;background-color:#f5f5f5;border:1px dashed #ccc}.uploader-dragover{background-color:#f7f7f7;border-color:#999}.chunk-file-uploader-file{position:relative;height:49px;overflow:hidden;line-height:49px;border-bottom:1px solid #cdcdcd}.chunk-file-uploader-file[status=waiting] .chunk-file-uploader-file-pause,.chunk-file-uploader-file[status=uploading] .chunk-file-uploader-file-pause,.chunk-file-uploader-file[status=paused] .chunk-file-uploader-file-resume,.chunk-file-uploader-file[status=error] .chunk-file-uploader-file-retry{display:block}.chunk-file-uploader-file[status=success] .chunk-file-uploader-file-remove{display:none}.chunk-file-uploader-file[status=error] .chunk-file-uploader-file-progress{background:#ffe0e0}.chunk-file-uploader-file-progress{position:absolute;width:100%;height:100%;background:#e2eeff;transform:translate(-100%)}.chunk-file-uploader-file-progressing{transition:all .4s linear}.chunk-file-uploader-file-info{position:relative;z-index:1;height:100%;overflow:hidden;display:flex;flex-direction:row}.chunk-file-uploader-file-info:hover{background-color:#f0f0f033}.chunk-file-uploader-file-info i,.chunk-file-uploader-file-info em{font-style:normal}.chunk-file-uploader-file-name,.chunk-file-uploader-file-size,.chunk-file-uploader-file-meta,.chunk-file-uploader-file-status,.chunk-file-uploader-file-actions{position:relative;height:100%;padding:0 10px}.chunk-file-uploader-file-size,.chunk-file-uploader-file-meta,.chunk-file-uploader-file-status,.chunk-file-uploader-file-actions{flex-shrink:0}.chunk-file-uploader-file-name{overflow:hidden;white-space:nowrap;text-indent:14px;text-overflow:ellipsis;flex:1 1 auto}.chunk-file-uploader-file-icon{display:inline-block;width:24px;height:24px;margin-top:13px;margin-right:8px;vertical-align:top}.chunk-file-uploader-file-icon:before{display:block;height:100%;color:gray;font-size:24px;line-height:1;text-indent:0;content:"\1f4c3"}.chunk-file-uploader-file-icon[icon=folder]:before{content:"\1f4c2"}.chunk-file-uploader-file-icon[icon=image]:before{content:"\1f4ca"}.chunk-file-uploader-file-icon[icon=video]:before{content:"\1f4f9"}.chunk-file-uploader-file-icon[icon=audio]:before{content:"\1f3b5"}.chunk-file-uploader-file-icon[icon=document]:before{content:"\1f4cb"}.chunk-file-uploader-file-actions>span{display:none;float:left;width:16px;height:16px;margin-top:16px;margin-right:10px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkCAYAAAD0ZHJ6AAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAAJcEhZcwAACxMAAAsTAQCanBgAAARkSURBVGje7ZnfS1NRHMAH4ptPkvQSuAdBkCxD8FUQJMEULUgzy1KyyPVQ4JMiiP4Bvg6EwUQQfMmwhwRDshwaKUjDVCgoSdDNHkzTJZ6+Z37Purve8+PeTb2TM/ggu+ew89l33x8H9BBCPG7GowXTJej3+wnDvEm0JuLC04+EYWftVAUv+fiCvDUdQR1BHUEdQR3BTIygvixoQS14XgTtthLVdpNWwXRLqvQ724LplFRtyrYF0yVpFLQrKRVMh6RZ0I6kkmCqklaCqpKZH0FX56Crq9jVfdDVk0RfFrSgFsxkQVmLcdKCVrKySCrryhPEyYShhzOcrFtG0EoilfHHk1CRU5rF6ZjNZhlVOW6RnMSVyyilKies4pO41diVy8wIujoHXV3FGdMHXTtJKLFYTLhZtq4vC1rwXApCZTIqgR6g1PBMCO9DL3bMMSqBHqDU8EyISDAHiGKvWwcCQG2KgjlAFCDAOhAAap0K5gKLphk8mqJgLrCIgoxRJ4J5wKpJ7gAoMkn5EBXBPGDVJHcAFJmkfIhQcAql1oBpTvTol9gG9pm4RHAKpdaAaU706JfYBvaZuJVgPQrt4sFlnOh5MC/p3lmJYD0K7eLBZZzoeTAv6d5ZnuAYHjpgEOnk5F0ufhG6v1ggOIaHDhhEOjl5l4tfhO4vthLcwAMrFNvLJO5vEwhu4IEViu1lEve3WQmyoihQFBzG/V0CQVYUBYqCw7i/SxTBcpsRbFeIYLnNCLZbCY5b5KAnxRwct8hBj9McZFVMW0ihRNBuFdMWUigRlFaxuQ9WWYjRMTiIe5z0wSoLMToGB3GPsA9aTZIJoB+nRgBnM1tzOkkmgH6cGgGczWzNpzqLx3n/aULJJgezeNw07oxQySbVywKjBOgFRnDs+VEsx8FlgVEC9AIjOPb8KJYjvSzoG7UW1IJaUAtqQS14toLNM5fN5APdwBJA8G83Pk/aK/rgzVvXzeQD3cASQPBvNz5P2ssTzAaGUIrHEO6zI5gNDKEUjyHcxxWkh4Ylcowwk1QQpIeGJXKMMJO0EgwqyjGCioJBJvDrxRMSuVOTJEXfbz1/bHwWtBL0yoQehK6RucgE+bGzanzulQh6E3IgQV+xpc8kcrfuSO7eTfJ3ZYmQw0Oy9azVKOk1C/bJ5D5F38YPeLfx0rjWJxHsS0SqsSYuxySjj5qO5Oj7xQWy2VBtFOwzCy6ryH3YfE3uh64Y1xckgstJPydEjkkeHv07Iy4Xaao15+KCWTBx6M/db+T9xivSErqaJDdzXI6yLRE8Vgg0coex/SPJvT0SbWu0KpZtbgSpCH3NRt7I5OxHkObc6heU+/M/J5vrpBFM5GBLqCQux14COXs5CNXK5OjPGm1tSMrJSOMNYQ4mVTGV/L6zTL7+DovkbFUxbSW0Wo05l8hJWsU+cRWfSh+Mt5Lb1ck/J1TvVsdDaR/MiEni+llsdZuZp62EViu+96bpNjNPWwmtVnzvFd5m9IVVC54x/wA7gNvqFG9vXQAAAABJRU5ErkJggg==) no-repeat 0 0;cursor:pointer}.chunk-file-uploader-file-actions>span:hover{background-position-x:-21px}.chunk-file-uploader-file-actions .chunk-file-uploader-file-pause{background-position-y:0}.chunk-file-uploader-file-actions .chunk-file-uploader-file-resume{background-position-y:-17px}.chunk-file-uploader-file-actions .chunk-file-uploader-file-retry{background-position-y:-53px}.chunk-file-uploader-file-actions .chunk-file-uploader-file-remove{display:block;background-position-y:-34px}.uploader-files{position:relative}.uploader-files>ul{margin:0;padding:0;list-style:none}.uploader-list{position:relative}.uploader-list>ul{margin:0;padding:0;list-style:none}.uploader-unsupport{position:relative;z-index:10;overflow:hidden}.code-mirror-editor{line-height:normal}.code-mirror-editor .CodeMirror{overflow:hidden;border:1px solid #dcdfe6;border-radius:4px}.code-mirror-editor .CodeMirror.CodeMirror-focused{border-color:#e34e55}.cm-container{position:fixed;z-index:9999;user-select:none}.cm-container .icon{position:absolute;top:50%;right:0;width:.9em;height:.9em;overflow:hidden;vertical-align:-.15em;transform:translateY(-50%);fill:currentcolor}.cm-container .cm-item-icon{margin-right:4px}.cm-container .cm-ul{width:100%;margin:0;padding:0;color:#2e2e2e;list-style:none;background-color:#fff;box-shadow:0 0 1px #666}.cm-container .cm-ul li{position:relative;box-sizing:border-box;width:100%;text-align:left;cursor:pointer}.cm-container .cm-ul li:hover>ul{display:block}.cm-container .cm-ul li div{position:relative;display:inline-block;box-sizing:border-box;width:100%;height:100%;padding:0 .8em;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.cm-container .cm-ul li i{display:inline-block;width:1em;font-size:1.3em;text-align:center}.cm-container .cm-ul li div:hover{color:#fff;background-color:#666}.cm-container .cm-ul-2,.cm-container .cm-ul-3{position:absolute;top:0;z-index:10000;display:none}.cm-container .cm-left svg{left:0;transform:translateY(-50%) rotate(180deg)}.cm-container .cm-underline li div:after{position:absolute;top:0;left:5%;z-index:10001;width:90%;height:1px;background-color:#ccc;content:""}.cm-container .cm-underline li div:hover:after,.cm-container .cm-underline>li:first-child>div:after{display:none}.border-bottom{border-bottom:1px solid #d7dae0}.clear-fix:after{display:block;clear:both;height:0;visibility:hidden;content:" "}.flex-row{display:flex;flex-direction:row;flex-shrink:0}.flex-row.vertical-center{align-items:center}.flex-row.vertical-start{align-items:flex-start}.flex-row.horizon-center{justify-content:center}.text-center{text-align:center}.flex-column{display:flex;flex-direction:column}.flex-column.vertical-center{justify-content:center}.flex-column.horizon-center{align-items:center}.flex-item,.flex-item-relative{flex:1 1 auto}.flex-item-relative{position:relative}.flex-item-relative .flex-content{position:absolute;top:0;right:0;bottom:0;left:0}.flex-not-shrink{flex-shrink:0}.dynamic-table{display:flex;flex-direction:column;align-items:center;width:100%}.dynamic-table .dynamic-table-action-icon{margin-left:10px;font-weight:700;cursor:pointer}.dynamic-table .el-form-item{margin-bottom:0}.dynamic-table .el-table{flex:1 1 auto}.dynamic-table .el-table td{padding:2px 0}.dynamic-table .el-input.is-disabled .el-input__inner{background-color:transparent;border:none}.echarts{width:100%;height:100%}.editable-progress{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:100%;background-color:#e4e7ed;border-radius:100px}.editable-progress .el-progress,.editable-progress .el-slider{width:100%;font-weight:700}.editable-progress .el-slider__runway{margin:0}.editable-progress .el-progress-bar__outer{background-color:#e4e7ed}.editable-progress .el-slider__bar,.editable-progress .el-slider__runway{height:22px;border-radius:100px}.editable-progress .el-slider__button-wrapper{width:52px;height:52px}.editable-progress .el-slider__button-wrapper .el-slider__button{width:24px;height:24px}.editable-tree{position:relative}.editable-tree.et-tree-label-overflow-visible .et-tree-label{position:static}.et-tree-wrapper{display:flex;flex-direction:column;width:100%;overflow:auto;text-align:left}.et-tree-wrapper .el-tree{display:table;width:100%;overflow:visible}.et-tree-wrapper .el-button+.el-button{margin-left:8px!important}.et-tree-wrapper .el-input__inner{padding:0 4px}.et-tree-wrapper .custom-tree-node{display:flex;align-items:center;width:100%;padding-right:8px;font-size:14px}.et-tree-wrapper .custom-tree-node:hover .handle-actions{display:block}.et-tree-wrapper .custom-tree-node .handle-actions{display:none;align-self:flex-end}.et-tree-wrapper .custom-tree-node .node-icon{margin-top:2px;margin-right:4px}.et-tree-wrapper .node-label{align-items:center}.et-tree-wrapper .node-input{min-width:140px;margin-right:10px}.et-tree-wrapper .menu{position:fixed;z-index:3;padding:0;background:#fff;border-radius:4px;box-shadow:0 5px 10px #bebebe}.et-tree-wrapper .menu-item{display:block;padding:8px 20px 8px 8px;color:#242f42;font: 11px tahoma,arial,sans-serif;line-height:100%;white-space:nowrap;cursor:pointer;user-select:none}.et-tree-wrapper .menu .menu-item:hover{color:#66b1ff;background-color:#ecf5ff}.et-tree-wrapper .menu-item-icon{margin-right:4px;font-weight:700;font-size:1.3em}.element-dialog.el-dialog.el-dialog-resizeable{display:flex;flex-direction:column}.element-dialog.el-dialog.el-dialog-resizeable .el-dialog__body{position:relative;flex:1 1 auto;padding:0}.element-dialog.el-dialog.el-dialog-resizeable .el-dialog__header{position:relative;font-size:18px}.element-dialog.el-dialog.el-dialog-resizeable .el-dialog__footer{padding-bottom:10px;text-align:right}.element-dialog.el-dialog.el-dialog-resizeable .fullscreen-btn{position:absolute;top:14px;right:50px;padding:2px;color:#fff;background:0 0;border:none;outline:0;cursor:pointer}.element-dialog.el-dialog.el-dialog-resizeable .fullscreen-btn:hover{background:#e34e55}.element-dialog.el-dialog.el-dialog-resizeable .fullscreen-btn .el-icon-full-screen,.element-dialog.el-dialog.el-dialog-resizeable .fullscreen-btn .el-icon-copy-document{padding:4px;font-size:13px}.element-dialog.el-dialog.el-dialog-resizeable .dialog-head-group{position:absolute;top:50%;right:14px;transform:translateY(-50%)}.element-dialog.el-dialog.is-fullscreen{position:absolute;top:0!important;left:0!important;width:100%!important;height:100%!important}.element-dialog.el-dialog.el-dialog--center .el-dialog__header{justify-content:center}.element-dialog.el-dialog.el-dialog--flex-column .el-dialog__body{display:flex;flex-direction:column}.element-dialog.el-dialog.el-dialog--flex-row .el-dialog__body{display:flex;flex-direction:row}.element-dialog.el-dialog.el-dialog__body-padding .el-dialog__body{padding:10px}.element-dialog.el-dialog .el-dialog__body{padding:0}.element-dialog.el-dialog .el-dialog__header{display:flex;flex-direction:row;position:relative;align-items:center;padding:4px 10px;font-size:16px;background-color:#409eff}.element-dialog.el-dialog .el-dialog__header .el-dialog__title{color:#fff;font-weight:400;font-size:16px}.element-dialog.el-dialog .header-button-wrapper{position:absolute;top:50%;right:10px;display:flex;transform:translateY(-50%)}.element-dialog.el-dialog .header-button{padding:2px;color:#fff;border:none;outline:0;cursor:pointer}.element-dialog.el-dialog .header-button:hover{background:#e34e55}.empty-view,.error-view{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#909399;font-size:20px;background-color:#fff}.flex-scroller-wrapper{position:relative;flex:1 1 auto}.flex-scroller-wrapper .flex-scroller{position:absolute;top:0;right:0;bottom:0;left:0}.flex-scroller-wrapper .flex-scroller.content-scroll{overflow:auto}.form-checkbox-group.form-checkbox-group-row.form-checkbox-group-row-ellipsis .el-checkbox__label{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.form-checkbox-group.form-checkbox-group-row.form-checkbox-group-row-break-word .el-checkbox__label{word-wrap:break-word;word-break:break-all}.form-checkbox-group.form-checkbox-group-row .el-checkbox-group{display:block}.form-checkbox-group.form-checkbox-group-row .el-checkbox{display:flex;flex-direction:row;flex-wrap:nowrap;width:100%}.form-checkbox-group.form-checkbox-group-row .el-checkbox__input{flex-shrink:0;top:3px}.form-checkbox-group.form-checkbox-group-row .el-checkbox__label{flex:1 1 auto;display:block;margin-bottom:6px;vertical-align:sub}.form-checkbox-group .form-checkbox-group-other{display:inline-block;margin-left:10px}.form-checkbox-group .form-checkbox-group-other .el-form-item__label{display:none}.form-checkbox-group .el-checkbox-group{line-height:inherit}.form-checkbox-group .el-checkbox{margin-right:10px;vertical-align:middle}.form-checkbox-group .el-checkbox__label{padding-left:4px}.form-input-number.el-input-number{width:100%}.form-input-number.el-input-number .el-input__inner{text-align:left}.form-item.el-form-item.required:not(.is-no-asterisk) .el-form-item__label:before{margin-right:4px;color:#f56c6c;content:"*"}.form-item-group{margin-bottom:10px;background-color:#fff}.form-item-group.is-disabled .is-required .el-form-item__label:before,.form-item-group.is-disabled .required .el-form-item__label:before{display:none}.form-item-group .form-item-group-row{margin:0!important}.form-item-group .form-item-group-title{display:flex;flex-direction:row;align-items:center;height:30px;margin:0 0 10px;padding:0 10px;color:#333;font-weight:700;font-size:14px;line-height:30px;background-color:#f3f5fb;cursor:pointer}.form-radio-group.inline{display:inline}.form-radio-group.inline .el-radio{float:left;margin-right:10px}.form-radio-group.form-radio-group-row.form-radio-group-row-ellipsis .el-radio__label{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.form-radio-group.form-radio-group-row.form-radio-group-row-break-word .el-radio__label{word-wrap:break-word;word-break:break-all}.form-radio-group.form-radio-group-row .el-radio-group{display:block}.form-radio-group.form-radio-group-row .el-radio{display:flex;flex-direction:row;flex-wrap:nowrap;width:100%}.form-radio-group.form-radio-group-row .el-radio__input{flex-shrink:0;top:3px}.form-radio-group.form-radio-group-row .el-radio__label{flex:1 1 auto;display:block;margin-bottom:6px;padding-left:4px;vertical-align:sub}.form-radio-group .el-radio-group{line-height:1}.form-radio-group .el-radio{margin-right:10px;vertical-align:middle}.form-radio-group .el-radio__label{padding-left:0;line-height:19px}.form-view{display:flex;flex-direction:column;height:100%}.form-view .form-scroller-wrapper{position:relative;flex:1}.form-view .not-form{margin:0 auto}.form-view .form-view-toolbar{overflow:hidden}.form-view .form-scroller{flex:1;overflow:auto}.form-view .form-scroller .el-row{position:static}.form-view .form-content .el-form .el-row{padding-right:2rem}.form-view .form-content .el-form .el-row .el-row{padding-right:0}.form-view .form-card{box-shadow:0 2px 12px #0000001a;max-width:1000px;margin:14px auto;padding:20px;color:#303133;background-color:#fff;border:1px solid #ebeef5;border-radius:4px;transition:.3s}.form-view .form-card.un-limit{max-width:100%}.form-view .form-nav{box-shadow:0 2px 12px #0000001a;position:absolute;top:55px;left:20px;background-color:#fff}.form-view .form-nav-list{min-width:180px;padding:10px 20px}.form-view .form-nav-header{position:relative;padding:5px 20px;color:#e34e55;font-weight:700;font-size:15px;background-color:#f3f5fb}.form-view .form-nav-item{position:relative;padding:5px 0;font-family:element-icons!important;cursor:pointer}.form-view .form-nav-item.active,.form-view .form-nav-item:hover{color:#e34e55;font-weight:700}.form-view .form-nav-item.active:before{position:absolute;left:-14px;content:"\e6e0"}.form-view .form-view-title{width:100%;height:36px;margin-bottom:10px;color:#333;font-size:22px;line-height:36px;text-align:center;background-color:#fff}.form-view .tip{margin:20px 0;padding:8px 16px;background-color:#ecf8ff;border-left:5px solid #50bfff;border-radius:4px}.form-view .tip p{color:#5e6d82;font-size:14px;line-height:1.5em}.form-view .tip.danger{background-color:#fde2e2;border-left-color:#f56c6c}.form-view .tip.danger p{color:#564646}.form-view .tip.warning{background-color:#f7efe2;border-left-color:#e6a23c}.form-view .tip.warning p{color:#5d564b}.form-view .select-num{color:#898989;font-size:12px}.form-view .select-num .num{font-size:19px;font-family:impact,Constantia,Georgia}.form-view .el-table .el-table__header th{color:#595959;font-weight:400;background:#fff}.form-view .el-table td{padding:4px 0}.form-view .el-table td .cell .el-input .el-input__inner{padding-left:4px}.form-view .el-table td .cell .el-input.el-input--prefix .el-input__inner{padding-left:30px}.form-view .el-table td .cell .el-input.is-disabled .el-input__suffix{display:none}.form-view .el-table td .cell .el-input.is-disabled .el-input__inner{padding:0 0 0 4px;line-height:1.6;white-space:normal;word-break:break-word;background:transparent;border:0}@media screen and (min-width: 1700px){.form-view.form-view__lg .form-card{position:relative;left:60px}}.guide-steps{margin-top:20px;margin-bottom:20px}.guide-steps .el-step .el-step__line-inner{width:100%!important;border-width:1px!important}.guide-steps .el-step.current.important .el-step__head .el-step__icon.is-text{color:#f55634!important;border-color:#f55634!important}.guide-steps .el-step.current.important .el-step__title{color:#f55634!important}.guide-steps .el-step.available .el-step__head .el-step__icon.is-text{color:#eab006!important;border-color:#eab006!important}.guide-steps .el-step.available .el-step__title{color:#eab006!important}.guide-steps .el-step .el-step__icon.is-text{cursor:pointer}.guide-steps .el-step.disabled .el-step__icon.is-text{cursor:not-allowed}.icon-card{padding:14px;border-radius:4px}.icon-card .card-icon_bg{width:48px;height:48px;margin-right:14px;text-align:center;border-radius:14px}.icon-card .card-icon{font-size:24px;line-height:48px}.icon-card .icon-card_color{font-weight:700;font-size:18px;cursor:pointer}.icon-card.blue{background:#f4f9ff}.icon-card.blue .card-icon_bg{color:#3c8efd;background:#e8f2fc}.icon-card.blue .icon-card_color{color:#3c8efd}.icon-card.orange{background:#f9f5ee}.icon-card.orange .card-icon_bg{color:#fdc12e;background:#fdf2dc}.icon-card.orange .icon-card_color{color:#fdc12e}.icon-card.green{background:#f1f7ed}.icon-card.green .card-icon_bg{color:#72c734;background:#ddf7d9}.icon-card.green .icon-card_color{color:#72c734}.iframe-window .iframe-window-iframe{width:100%;height:60vh}.iframe-window .el-dialog__body{position:relative;padding:0}.el-input-number.input-number{display:block}.el-input-number.input-number .el-input-group{display:inline-table}.el-input-number.input-number .el-input{width:100%}.input-number-range{display:flex;flex-direction:row;align-items:center;width:100%}.loading-view{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#909399;font-size:20px;background-color:#fff}.nav-bar{flex-shrink:0;display:flex;width:100%;height:40px;border-bottom:1px #eee solid}.nav-bar .el-button--text{margin-left:12px}.not-implement{display:flex;align-items:center;justify-content:center;height:100%;color:gray;font-size:3em;text-align:center}.page{height:100%;background-color:#fff}.page.vertical{flex-direction:column}.pageable-table{flex:1 1 auto;position:relative;height:100%}.pageable-table .single-select-column .el-radio__label{padding:0}.pageable-table.auto-height{position:static;height:auto}.pageable-table.auto-height .el-table{position:static;min-height:200px}.pageable-table.auto-height .pageable-table-wrapper{position:static}.pageable-table .pageable-table-wrapper{display:flex;flex-direction:column;position:absolute;top:0;right:0;bottom:0;left:0}.pageable-table .el-pagination{background-color:#fff}.pageable-table .table-status-icon{font-size:20px}.pageable-table .pageable-table-loading{display:inline-flex;align-items:center}.pageable-table .pageable-table-error{display:inline-flex;align-items:center;color:red;border:1px solid #fca4a4}.pageable-table .pageable-table-error:hover{background-color:#fff0f0}.pageable-table .pageable-table-total{padding:0 10px 10px}.pageable-table .underline{position:relative}.pageable-table .underline:after{position:absolute;bottom:0;left:0;z-index:1;width:100%;height:1px;background-color:#606266;content:""}.pageable-table .total{padding:10px}.pageable-table{flex:1 1 auto;position:relative;height:100%}.pageable-table.auto-height{position:static;height:auto}.pageable-table.auto-height .el-table{position:static;min-height:200px}.pageable-table.auto-height .pageable-table-wrapper{position:static}.pageable-table .pageable-table-wrapper{display:flex;flex-direction:column;position:absolute;top:0;right:0;bottom:0;left:0}.pageable-table .el-pagination{background-color:#fff}.pageable-table .table-status-icon{font-size:20px}.pageable-table .pageable-table-loading{display:inline-flex;align-items:center}.pageable-table .pageable-table-error{display:inline-flex;align-items:center;color:red;border:1px solid #fca4a4}.pageable-table .pageable-table-error:hover{background-color:#fff0f0}.pageable-table .pageable-table-total{padding:0 10px 10px}.pageable-table .underline{position:relative}.pageable-table .underline:after{position:absolute;bottom:0;left:0;z-index:1;width:100%;height:1px;background-color:#606266;content:""}.pageable-table .total{padding:10px}.egd-page-header{height:40px;margin:0 10px;line-height:40px}.egd-page-header .align-end{justify-content:flex-end}.page-index-content{display:flex;flex:1 1 auto;flex-direction:column;height:100%;padding:0;overflow:hidden}.page-index-content-empty{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:gray;font-size:20px}.page-skeleton .page-content{position:relative;flex:1 1 auto;width:100%;height:100%}.page-skeleton .page-content.content-scroll{overflow:auto}.page-skeleton .page-content.flex-column{display:flex;flex-direction:column;height:0}.page-skeleton .page-content.flex-row{display:flex}.page-skeleton-new .page-skeleton-new-header{display:flex;flex-direction:row;height:40px;margin:0 10px;line-height:40px;border-bottom:2px #eee solid}.page-skeleton-new .page-skeleton-new-header .align-end{justify-content:flex-end}.page-skeleton-new .page-skeleton-new-left{display:flex;flex-direction:column}.page-skeleton-new .page-skeleton-new-right{flex:1 1 auto;display:flex;flex-direction:column}.page-skeleton-new .page-skeleton-new-page-content{flex:1 1 auto;position:relative;width:100%;height:100%}.page-skeleton-new .page-skeleton-new-page-content.content-scroll{overflow:auto}.page-skeleton-new .page-skeleton-new-page-content.flex-column{display:flex;flex-direction:column}.page-skeleton-new .page-skeleton-new-page-content.flex-row{display:flex}.pswp{z-index:2147483647}.pswp .pswp__error-msg{display:flex;flex-direction:column;align-items:center;justify-content:center;transform:translateY(-50%)}.pswp .error-img{width:200px;margin-bottom:10px}.resize-observer{position:absolute;top:0;left:0;z-index:-1;display:block;width:100%;height:100%;overflow:hidden;background-color:transparent;border:none;opacity:0;pointer-events:none}.resize-observer>object{position:absolute;top:0;left:0;z-index:-1;display:block;width:100%;height:100%;overflow:hidden;pointer-events:none}.sign-panel{align-items:flex-start;justify-content:center;width:100%;background:#fff;user-select:none}.sign-panel .sign-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;max-width:100%;height:100%;background:rgba(255,255,155,0);border:1px solid #ccc}.sign-panel .sign-tool-bar{display:flex;width:100%;border:1px solid #ccc;border-top:none}.sign-panel .sign-tips{user-select:none;pointer-events:none}.sign-panel .sign-button{padding:6px;line-height:1.6;text-align:center;background-color:#ebeef5;cursor:pointer;user-select:none}.sign-panel .sign-button:hover{color:#1989fa;background-color:#d0d4de}.sign-panel .sign-button:nth-child(n){border-right:1px solid #ccc}.sign-panel .sign-button:last-child{border:none!important}.sign-panel .sign-watermark{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#eee}.sign-panel .sign-view{position:relative;display:flex;align-items:center;justify-content:center;min-width:212px;height:80px;background-color:#fff;border:1px solid #eee}.sign-panel .sign-edit-icon{position:absolute;right:4px;bottom:4px}.sign-panel .sign-image{display:inline-block;min-width:160px;height:80px}.sign-panel .sign-edit{display:flex;flex-direction:column;align-items:center;max-width:100%;background-color:#fff}.sign-panel .sign-draw-area{position:relative;max-width:100%}.egd-split-wrapper{position:relative;width:100%;height:100%}.egd-split-pane{position:absolute}.egd-split-pane.left-pane,.egd-split-pane.right-pane{top:0;bottom:0}.egd-split-pane.left-pane{left:0}.egd-split-pane.right-pane{right:0}.egd-split-pane.top-pane,.egd-split-pane.bottom-pane{right:0;left:0}.egd-split-pane.top-pane{top:0}.egd-split-pane.bottom-pane{bottom:0}.egd-split-trigger-con{position:absolute;z-index:10;transform:translate(-50%,-50%)}.egd-split-trigger-bar-con{position:absolute;overflow:hidden}.egd-split-trigger-bar-con.vertical{top:50%;left:1px;height:32px;transform:translateY(-50%)}.egd-split-trigger-bar-con.horizontal{top:1px;left:50%;width:32px;transform:translate(-50%)}.egd-split-trigger-vertical{width:6px;height:100%;background:#f8f8f9;box-shadow:0 0 4px #1c243866;cursor:ew-resize}.egd-split-trigger-vertical .egd-split-trigger-bar{float:left;width:4px;height:1px;margin-top:3px;background:rgba(23,35,61,.25)}.egd-split-trigger-horizontal{width:100%;height:6px;background:#f8f8f9;box-shadow:0 0 4px #1c243866;cursor:ns-resize}.egd-split-trigger-horizontal .egd-split-trigger-bar{float:left;width:1px;height:4px;margin-right:3px;background:rgba(23,35,61,.25)}.egd-split-horizontal .egd-split-trigger-con{top:50%;height:100%;border-right:1px solid #d7dae0}.egd-split-vertical .egd-split-trigger-con{left:50%;width:100%;border-bottom:1px solid #d7dae0}.egd-split-trigger-vertical-line,.egd-split-trigger-horizontal-line{background-color:transparent;box-shadow:none}.egd-split .no-select{-webkit-touch-callout:none;user-select:none}.stateful{display:inline-block;width:14px;height:14px;margin-right:6px;vertical-align:middle;border-radius:2px;content:""}.stateful.draft{background-color:#d7d7d7}.stateful.doing{background-color:#14ca7a}.stateful.overdue{background-color:#feae3d}.stateful.error{background-color:red}.stateful.done{background-color:#45a3e7}.stateful.closed{background-color:#d7d7d7}.static-pageable-table{flex:1 1 auto}.egd-swiper{position:relative;height:100%;padding:0 60px}.egd-swiper .el-button.el-carousel__arrow{padding:0;color:#fff;font-size:12px;background-color:#1f2d3d1c;border-color:#1f2d3d03;border-radius:50%}.egd-swiper .el-button.el-carousel__arrow i{cursor:unset}.egd-swiper .el-button.el-carousel__arrow.is-disabled{color:#fff;background-color:#1f2d3d1c;border-color:#1f2d3d03}.egd-swiper .egd-swiper-box{height:100%;overflow:hidden;user-select:none}.egd-swiper .egd-swiper-box .egd-swiper-content{display:flex;flex-direction:row;flex-wrap:nowrap;width:100%;height:100%;padding-top:14px;overflow:visible;transform:translateZ(0);transition-property:transform}.vux-tab-ink-bar{position:absolute;bottom:0;left:0;height:2px;text-align:center;background-color:#1989fa}.vux-tab-ink-bar-transition-forward{transition:right .3s cubic-bezier(.35,0,.25,1),left .3s cubic-bezier(.35,0,.25,1) .09s}.vux-tab-ink-bar-transition-backward{transition:right .3s cubic-bezier(.35,0,.25,1) .09s,left .3s cubic-bezier(.35,0,.25,1)}.vux-tab-bar-top .vux-tab-ink-bar{top:0}.vux-tab{position:relative;display:flex;height:36px;background-color:#fff}.vux-tab button{padding:0;background:0 0;border:0;outline:0;appearance:none}.vux-tab .vux-tab-item{display:block;flex:1 1 auto;box-sizing:border-box;width:100%;height:100%;color:#666;font-size:14px;line-height:36px;text-align:center;cursor:pointer}.vux-tab .vux-tab-item.vux-tab-selected{color:#1989fa;border-bottom:3px solid #1989fa}.vux-tab-bar-top .vux-tab .vux-tab-item.vux-tab-selected{border-top:3px solid #1989fa;border-bottom:none}.vux-tab .vux-tab-item.vux-tab-disabled{color:#ddd}.vux-tab.vux-tab-no-animate .vux-tab-item.vux-tab-selected{background:0 0}.vux-tab-bar-inner{display:block;height:100%;margin:auto;background-color:#1989fa;transition:width .3s cubic-bezier(.35,0,.25,1)}.vux-tab-item-badge{position:absolute;top:0;bottom:0;display:inline-block;box-sizing:border-box;min-width:18px;height:18px;margin:auto 0 auto 4px;padding:0 4px;font-size:11px;line-height:18px;vertical-align:middle;background-clip:padding-box;border-radius:30px}.vux-tab-wrap{position:relative;padding-top:36px}.vux-tab-container{position:absolute;top:0;right:0;left:0;height:36px;overflow:hidden}.scrollable{box-sizing:content-box;padding-bottom:17px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.scrollable::-webkit-scrollbar{display:none}.scrollable .vux-tab-ink-bar{position:absolute;bottom:17px}.scrollable .vux-tab-item{flex:0 0 22%}.table-view{display:flex;flex-direction:column;height:100%}.table-view .el-table--border{border:none}.table-view .border-top .el-table--border{border-top:1px solid #ebeef5}.table-view .border-bottom .el-table--border{border-bottom:1px solid #ebeef5}.table-view .border-left .el-table--border,.table-view .border-left .el-pagination{border-left:1px solid #ebeef5}.table-view .border-right .el-table--border{border-right:1px solid #ebeef5}.table-view .table-view-content-wrapper{position:relative;flex:1;overflow:hidden}.table-view .table-view-content{position:absolute;top:0;left:0;display:flex;width:100%;height:100%;background-color:#fff}.table-view .table-view-sidebar{flex-shrink:0;width:240px;height:100%;padding:10px;overflow:auto}.table-view .table-view-sidebar .et-tree-wrapper{display:table;overflow:visible}.table-view .table-view-table{flex:1 1 auto;height:100%}.table-view .slide-panel{position:absolute;top:0;right:0;bottom:0;z-index:5;display:flex;background-color:#fff;transition:right .2s ease}.table-view .slide-panel .slide-panel-line{position:relative;width:3px;height:100%;background-color:#ddd;flex-shrink:0}.table-view .slide-panel .slide-panel-line-indicator{position:absolute;top:50%;left:0;width:100%;height:50px;background-color:#aaa;transform:translateY(-50%)}.table-view .slide-panel .slide-panel-actions{display:flex;align-items:center;justify-content:center;margin-top:10px}.table-view .slide-panel .slide-panel-content{flex:1;padding:10px;overflow:auto}.table-view .slide-panel .slide-panel-content .el-date-editor{width:100%}.tag-render{min-height:80px;padding-top:3px;padding-right:5px;padding-left:5px;overflow:hidden;background-color:#fff;border:1px solid #d7dae0;border-radius:4px}.tag-render .el-tag{margin-top:4px}.tag-render .button-new-tag{padding-top:0;padding-bottom:0}.tag-render .el-tag .el-tag__close:hover{background-color:#ee8677}.tag-render .tags-count{position:absolute;right:7px;bottom:-4px;color:#b7b7b7;font-size:.9em}.template-tag{margin:0 10px;color:#1e90ff;font-weight:700;font-family:\9ed1\4f53,serif;font-style:italic;cursor:help!important}.editor-shadow{position:relative;width:100%;height:100%;padding:10px;overflow:auto;font-size:16px;font-family:\5fae\8f6f\96c5\9ed1,serif;line-height:normal;text-align:left;word-break:normal;word-spacing:0;overflow-wrap:break-word;background-color:#fff;border:1px solid #dcdfe6;border-radius:4px;cursor:text}.show-placeholder{position:relative}.show-placeholder:after{position:absolute;top:10px;left:11px;color:#a9a9a9;content:attr(placeholder);pointer-events:none}.tinymce-editor{height:100%}.tinymce-editor.none-resize .mce-resizehandle{display:none}.tinymce-editor .mce-tinymce{flex:1;height:calc(100% - 4px)}.tinymce-editor .mce-tinymce .mce-menubtn.mce-fixed-width span{width:60px}.tinymce-editor .mce-tinymce>.mce-container-body{display:flex;flex-direction:column;height:100%}.tinymce-editor .mce-tinymce>.mce-container-body>.mce-edit-area{flex:1}.tinymce-editor .fa-icon{font: 14px/1 FontAwesome!important}.tinymce-editor .el-icon{font-family:element-icons,serif!important}.tinymce-editor .mce-label{display:none}.toolbar{display:flex;height:40px;padding:0 10px;line-height:40px;background-color:#fff;border-bottom:1px solid #e5e9ec}.toolbar .toolbar-left{flex:1 1 auto}.toolbar .toolbar-left>.form-toolbar-button:last-child .separate-line{display:none}.toolbar .toolbar-left [class*=" el-icon-"],.toolbar .toolbar-left [class^=el-icon-],.toolbar .toolbar-left i.fa{margin-top:-1px;color:#1989fa;font-size:15px}.toolbar .toolbar-right .el-button{display:inline-flex;align-items:center}.footer-bar{display:flex;flex-direction:row;align-items:center;justify-content:center;padding-top:10px}.footer-bar .el-button{padding:10px 40px}.form-toolbar-button .separate-line{display:inline-block;width:1px;height:18px;margin:0 10px;vertical-align:middle;background-color:#aaa}.form-toolbar-button .form-toolbar-button .el-button{display:inline-flex;align-items:center}.form-toolbar-button .form-toolbar-button .el-button:hover{border-color:transparent}.tags-input{display:flex;flex-wrap:wrap;align-items:center}.tags-input input{flex:1 1 auto;background:transparent;border:none}.tags-input input:focus{outline:none}.tags-input input[type=text]{color:#495057}.tags-input-wrapper-default{padding:.5rem .25rem;background:#fff;border:1px solid transparent;border-color:#dbdbdb;border-radius:.25rem}.tags-input span{margin-right:.3rem}.tags-input-remove{position:relative;display:inline-block;width:.5rem;height:.5rem;cursor:pointer}.tags-input-remove:before,.tags-input-remove:after{position:absolute;top:50%;left:0;width:100%;height:2px;margin-top:-1px;background:#ea0000;content:""}.tags-input-remove:before{transform:rotate(45deg)}.tags-input-remove:after{transform:rotate(-45deg)}.tags-input-badge{display:inline-block;padding:.25em .4em;font-weight:700;font-size:75%;line-height:1;white-space:nowrap;text-align:center;vertical-align:baseline;border-radius:.25rem}.tags-input-badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.tags-input-badge-selected-default{color:#212529;background-color:#f0f1f2}.typeahead-hide-btn{color:#999!important}.typeahead-badges>span{margin-right:.3rem;cursor:pointer}.typeahead-dropdown{position:absolute;top:50px;right:0;z-index:1000;width:100%;max-height:150px;margin:0;padding:0;overflow:auto;list-style-type:none;border-radius:4px;box-shadow:0 0 5px #d7d7d7}.typeahead-dropdown li{padding:.25rem 1rem;cursor:pointer}.tags-input-typeahead-item-default{color:gray;background-color:#fff}.tags-input-typeahead-item-highlighted-default{background-color:#f5f7fa}.watermark{position:absolute;top:0;right:0;bottom:0;left:0;z-index:100;height:100%;pointer-events:none}.x-dialog .el-dialog__footer{padding:10px}.x-dialog .el-dialog__body{padding:0}.x-dialog .x-dialog-content{max-height:80vh}
|