Merge pull request #3002 from dataease/pr@dev_station_msg
Pr@dev station msg
@ -12,7 +12,7 @@ export default {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
handlerConfirm(options) {
|
handlerConfirm(options) {
|
||||||
let { title, content, type = 'danger', cb, confirmButtonText = this.$t('commons.delete'), showCancelButton = true, cancelButtonText = this.$t("commons.cancel") } = options;
|
let { title, content, type = 'danger', cb, confirmButtonText = this.$t('commons.delete'), showCancelButton = true, cancelButtonText = this.$t("commons.cancel"), cancelCb = () => {} } = options;
|
||||||
let text = content ? `<span>${ this.$t(title) }</span><br><span class="use-html">${ this.$t(content) }</span>` : this.$t(title);
|
let text = content ? `<span>${ this.$t(title) }</span><br><span class="use-html">${ this.$t(content) }</span>` : this.$t(title);
|
||||||
const dangerouslyUseHTMLString = Boolean(content);
|
const dangerouslyUseHTMLString = Boolean(content);
|
||||||
let customClass = `de-confirm de-confirm-fail ${ dangerouslyUseHTMLString && 'de-use-html'}`
|
let customClass = `de-confirm de-confirm-fail ${ dangerouslyUseHTMLString && 'de-use-html'}`
|
||||||
@ -34,7 +34,9 @@ export default {
|
|||||||
.then(() => {
|
.then(() => {
|
||||||
cb();
|
cb();
|
||||||
})
|
})
|
||||||
.catch(() => {});
|
.catch(() => {
|
||||||
|
cancelCb()
|
||||||
|
});
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
16
frontend/src/components/msgCfm/keyEnter.js
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
export default {
|
||||||
|
mounted() {
|
||||||
|
document.addEventListener('keypress', this.entryKey)
|
||||||
|
},
|
||||||
|
destroyed() {
|
||||||
|
document.removeEventListener('keypress', this.entryKey)
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
entryKey(event) {
|
||||||
|
const keyCode = event.keyCode
|
||||||
|
if (keyCode === 13) {
|
||||||
|
this.$refs.search.blur()
|
||||||
|
}
|
||||||
|
},
|
||||||
|
}
|
||||||
|
}
|
@ -304,6 +304,31 @@ export default {
|
|||||||
color: var(--DateColor, #606266);
|
color: var(--DateColor, #606266);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.el-date-range-picker__time-header,
|
||||||
|
.el-date-picker__time-header {
|
||||||
|
border-bottom: 1px solid var(--BrDateColor, #dfe4ed) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.el-picker-panel__footer {
|
||||||
|
border-top: 1px solid var(--BrDateColor, #dfe4ed) !important;
|
||||||
|
background: var(--BgDateColor, #FFFFFF) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.el-date-range-picker__time-picker-wrap,
|
||||||
|
.el-date-picker__time-header {
|
||||||
|
.el-input__inner {
|
||||||
|
border:1px solid var(--BrDateColor, #dfe4ed) !important;
|
||||||
|
color: var(--DateColor, #606266);
|
||||||
|
background: var(--BgDateColor, #FFFFFF) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.el-picker-panel__link-btn:nth-child(2) {
|
||||||
|
color: #FFFFFF;
|
||||||
|
background: var(--BgDateColor, #FFFFFF) !important;
|
||||||
|
border:1px solid var(--BrDateColor, #dfe4ed) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.popper__arrow,
|
.popper__arrow,
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
||||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.33342 2.30014V1.66667C8.33342 1.43655 8.51996 1.25 8.75008 1.25H11.2501C11.4802 1.25 11.6667 1.43655 11.6667 1.66667V2.30014C14.5421 3.06408 16.6667 5.75845 16.6667 8.96505V13.75H17.9167C18.1469 13.75 18.3334 13.9365 18.3334 14.1667V15C18.3334 15.2301 18.1469 15.4167 17.9167 15.4167H2.08341C1.8533 15.4167 1.66675 15.2301 1.66675 15V14.1667C1.66675 13.9365 1.8533 13.75 2.08341 13.75H3.33341V8.96505C3.33341 5.75845 5.45804 3.06408 8.33342 2.30014ZM5.00008 13.75H15.0001V8.96739C15.0001 6.08591 12.7615 3.75 10.0001 3.75C7.23866 3.75 5.00008 6.08591 5.00008 8.96739V13.75ZM7.91675 16.6667H12.0834C12.3135 16.6667 12.5001 16.8532 12.5001 17.0833V17.9167C12.5001 18.1468 12.3135 18.3333 12.0834 18.3333H7.91675C7.68663 18.3333 7.50008 18.1468 7.50008 17.9167V17.0833C7.50008 16.8532 7.68663 16.6667 7.91675 16.6667Z" fill="#1F2329"/>
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.33342 2.30014V1.66667C8.33342 1.43655 8.51996 1.25 8.75008 1.25H11.2501C11.4802 1.25 11.6667 1.43655 11.6667 1.66667V2.30014C14.5421 3.06408 16.6667 5.75845 16.6667 8.96505V13.75H17.9167C18.1469 13.75 18.3334 13.9365 18.3334 14.1667V15C18.3334 15.2301 18.1469 15.4167 17.9167 15.4167H2.08341C1.8533 15.4167 1.66675 15.2301 1.66675 15V14.1667C1.66675 13.9365 1.8533 13.75 2.08341 13.75H3.33341V8.96505C3.33341 5.75845 5.45804 3.06408 8.33342 2.30014ZM5.00008 13.75H15.0001V8.96739C15.0001 6.08591 12.7615 3.75 10.0001 3.75C7.23866 3.75 5.00008 6.08591 5.00008 8.96739V13.75ZM7.91675 16.6667H12.0834C12.3135 16.6667 12.5001 16.8532 12.5001 17.0833V17.9167C12.5001 18.1468 12.3135 18.3333 12.0834 18.3333H7.91675C7.68663 18.3333 7.50008 18.1468 7.50008 17.9167V17.0833C7.50008 16.8532 7.68663 16.6667 7.91675 16.6667Z"/>
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 988 B After Width: | Height: | Size: 961 B |
@ -1,3 +1,3 @@
|
|||||||
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
||||||
<path d="M9.95732 2.23333C11.4233 2.23457 12.8609 2.51873 14.173 3.05389L13.143 4.32519C12.2618 4.01761 11.3219 3.83764 10.3608 3.79745L9.94763 3.78882L9.49907 3.79781C8.53051 3.83976 7.57724 4.02841 6.65725 4.36221C5.66538 4.72182 4.77182 5.23108 4.00203 5.87724C3.2481 6.51138 2.65553 7.24102 2.24347 8.04406C1.82614 8.85528 1.61393 9.70826 1.61393 10.5723C1.61393 11.431 1.82467 12.2681 2.23902 13.0591C2.64725 13.8333 3.23586 14.5348 3.98645 15.1423C4.75126 15.7593 5.64612 16.246 6.6442 16.5873C7.68571 16.9445 8.79681 17.1254 9.9453 17.1254C10.4081 17.1254 10.8686 17.0949 11.3263 17.0342L11.7829 16.9635L12.3424 16.8523L12.4003 16.8342C12.4772 16.7999 12.5509 16.7262 12.6067 16.6291C12.6885 16.4854 12.7224 16.3108 12.7047 16.1387L12.6818 16.0106L12.6511 15.9021L12.5942 15.6742C12.3973 14.7598 12.567 13.8154 13.0729 13.0449C13.6184 12.2128 14.4944 11.6932 15.4454 11.6276L15.6503 11.6206H17.126L17.2402 11.613C17.7292 11.5473 18.1334 11.0663 18.2325 10.4628L18.2498 10.3215L18.2555 10.1388L18.2534 10.0672L18.2274 9.83713L18.1767 9.53908C18.0393 8.84688 17.7674 8.17788 17.3655 7.54416C17.2547 7.36867 17.1351 7.19746 17.0068 7.03077L18.0056 5.7969C18.2503 6.08855 18.4734 6.39348 18.6741 6.71071C19.1867 7.51849 19.5329 8.38228 19.7044 9.27682L19.7605 9.61367L19.8022 9.97437L19.8066 10.1743L19.8017 10.3566C19.7205 11.8619 18.6412 13.0669 17.2955 13.1609L17.126 13.1668H15.6526C15.1452 13.1692 14.6685 13.4395 14.3708 13.8932C14.1395 14.2476 14.0364 14.6795 14.0739 15.1046L14.0987 15.2861L14.1734 15.577C14.3441 16.1868 14.2646 16.8522 13.9571 17.3921C13.7119 17.8225 13.3409 18.1393 12.9125 18.2941L12.7492 18.3444L12.1473 18.4676C11.7127 18.5482 11.2766 18.6047 10.8394 18.637L10.402 18.6612L9.94763 18.6693C8.62956 18.6693 7.34823 18.4602 6.14487 18.0483C4.97652 17.648 3.92482 17.0741 3.01607 16.3415C2.09995 15.6012 1.37825 14.7363 0.871783 13.7719C0.339912 12.7567 0.0700684 11.6779 0.0700684 10.5653C0.0700684 9.45066 0.338603 8.36257 0.869678 7.32813C1.37667 6.33962 2.09652 5.44912 3.00991 4.68141C3.9196 3.91754 4.9709 3.31763 6.13871 2.89593C7.08891 2.55695 8.07095 2.34725 9.06289 2.27079L9.48856 2.24619L9.93704 2.23735L9.95732 2.23333ZM4.58441 10.9092C5.21597 10.9092 5.72723 11.4226 5.72937 12.0541C5.72937 12.6857 5.21597 13.1991 4.58441 13.1991C3.9507 13.1991 3.43944 12.6857 3.43944 12.0541C3.43944 11.4226 3.95285 10.9092 4.58441 10.9092ZM17.3744 1.53128C17.5539 1.30683 17.8815 1.27044 18.1059 1.45L18.5123 1.77512C18.7367 1.95467 18.7731 2.28218 18.5936 2.50663L10.5916 12.509L9.40003 13.0359C9.36045 13.0534 9.31641 13.0581 9.27402 13.0494C9.16139 13.0263 9.08882 12.9163 9.11193 12.8036L9.37246 11.5337L17.3744 1.53128ZM5.62529 6.74564C6.25685 6.74564 6.77026 7.25905 6.77026 7.89061C6.77026 8.52217 6.25685 9.03558 5.62529 9.03558C4.99158 9.03558 4.48032 8.52217 4.48032 7.89061C4.48032 7.25905 4.99373 6.74564 5.62529 6.74564ZM9.99699 5.18432C10.6307 5.18432 11.142 5.69773 11.142 6.32929C11.142 6.96085 10.6285 7.47426 9.99699 7.47426C9.36328 7.47426 8.85202 6.96085 8.85202 6.32929C8.85202 5.69773 9.36543 5.18432 9.99699 5.18432Z" fill="#1F2329"/>
|
<path d="M9.95732 2.23333C11.4233 2.23457 12.8609 2.51873 14.173 3.05389L13.143 4.32519C12.2618 4.01761 11.3219 3.83764 10.3608 3.79745L9.94763 3.78882L9.49907 3.79781C8.53051 3.83976 7.57724 4.02841 6.65725 4.36221C5.66538 4.72182 4.77182 5.23108 4.00203 5.87724C3.2481 6.51138 2.65553 7.24102 2.24347 8.04406C1.82614 8.85528 1.61393 9.70826 1.61393 10.5723C1.61393 11.431 1.82467 12.2681 2.23902 13.0591C2.64725 13.8333 3.23586 14.5348 3.98645 15.1423C4.75126 15.7593 5.64612 16.246 6.6442 16.5873C7.68571 16.9445 8.79681 17.1254 9.9453 17.1254C10.4081 17.1254 10.8686 17.0949 11.3263 17.0342L11.7829 16.9635L12.3424 16.8523L12.4003 16.8342C12.4772 16.7999 12.5509 16.7262 12.6067 16.6291C12.6885 16.4854 12.7224 16.3108 12.7047 16.1387L12.6818 16.0106L12.6511 15.9021L12.5942 15.6742C12.3973 14.7598 12.567 13.8154 13.0729 13.0449C13.6184 12.2128 14.4944 11.6932 15.4454 11.6276L15.6503 11.6206H17.126L17.2402 11.613C17.7292 11.5473 18.1334 11.0663 18.2325 10.4628L18.2498 10.3215L18.2555 10.1388L18.2534 10.0672L18.2274 9.83713L18.1767 9.53908C18.0393 8.84688 17.7674 8.17788 17.3655 7.54416C17.2547 7.36867 17.1351 7.19746 17.0068 7.03077L18.0056 5.7969C18.2503 6.08855 18.4734 6.39348 18.6741 6.71071C19.1867 7.51849 19.5329 8.38228 19.7044 9.27682L19.7605 9.61367L19.8022 9.97437L19.8066 10.1743L19.8017 10.3566C19.7205 11.8619 18.6412 13.0669 17.2955 13.1609L17.126 13.1668H15.6526C15.1452 13.1692 14.6685 13.4395 14.3708 13.8932C14.1395 14.2476 14.0364 14.6795 14.0739 15.1046L14.0987 15.2861L14.1734 15.577C14.3441 16.1868 14.2646 16.8522 13.9571 17.3921C13.7119 17.8225 13.3409 18.1393 12.9125 18.2941L12.7492 18.3444L12.1473 18.4676C11.7127 18.5482 11.2766 18.6047 10.8394 18.637L10.402 18.6612L9.94763 18.6693C8.62956 18.6693 7.34823 18.4602 6.14487 18.0483C4.97652 17.648 3.92482 17.0741 3.01607 16.3415C2.09995 15.6012 1.37825 14.7363 0.871783 13.7719C0.339912 12.7567 0.0700684 11.6779 0.0700684 10.5653C0.0700684 9.45066 0.338603 8.36257 0.869678 7.32813C1.37667 6.33962 2.09652 5.44912 3.00991 4.68141C3.9196 3.91754 4.9709 3.31763 6.13871 2.89593C7.08891 2.55695 8.07095 2.34725 9.06289 2.27079L9.48856 2.24619L9.93704 2.23735L9.95732 2.23333ZM4.58441 10.9092C5.21597 10.9092 5.72723 11.4226 5.72937 12.0541C5.72937 12.6857 5.21597 13.1991 4.58441 13.1991C3.9507 13.1991 3.43944 12.6857 3.43944 12.0541C3.43944 11.4226 3.95285 10.9092 4.58441 10.9092ZM17.3744 1.53128C17.5539 1.30683 17.8815 1.27044 18.1059 1.45L18.5123 1.77512C18.7367 1.95467 18.7731 2.28218 18.5936 2.50663L10.5916 12.509L9.40003 13.0359C9.36045 13.0534 9.31641 13.0581 9.27402 13.0494C9.16139 13.0263 9.08882 12.9163 9.11193 12.8036L9.37246 11.5337L17.3744 1.53128ZM5.62529 6.74564C6.25685 6.74564 6.77026 7.25905 6.77026 7.89061C6.77026 8.52217 6.25685 9.03558 5.62529 9.03558C4.99158 9.03558 4.48032 8.52217 4.48032 7.89061C4.48032 7.25905 4.99373 6.74564 5.62529 6.74564ZM9.99699 5.18432C10.6307 5.18432 11.142 5.69773 11.142 6.32929C11.142 6.96085 10.6285 7.47426 9.99699 7.47426C9.36328 7.47426 8.85202 6.96085 8.85202 6.32929C8.85202 5.69773 9.36543 5.18432 9.99699 5.18432Z"/>
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
@ -1,3 +1,3 @@
|
|||||||
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
||||||
<path d="M5.25341 13.7501H14.7467C14.9551 13.6251 15.1792 13.5251 15.4167 13.4543V12.0835C15.4167 11.8624 15.3289 11.6505 15.1727 11.4942C15.0164 11.3379 14.8044 11.2501 14.5834 11.2501H5.41674C5.19572 11.2501 4.98376 11.3379 4.82748 11.4942C4.6712 11.6505 4.58341 11.8624 4.58341 12.0835V13.4543C4.82091 13.5251 5.04549 13.6251 5.25341 13.7501ZM2.91674 13.4543V12.0835C2.91674 11.4204 3.18013 10.7845 3.64897 10.3157C4.11781 9.84686 4.7537 9.58346 5.41674 9.58346H9.16674V7.8118C8.38119 7.60897 7.69658 7.12661 7.24124 6.45512C6.78589 5.78364 6.59108 4.96914 6.69331 4.1643C6.79553 3.35945 7.18779 2.61952 7.79654 2.08319C8.4053 1.54687 9.18876 1.25098 10.0001 1.25098C10.8114 1.25098 11.5948 1.54687 12.2036 2.08319C12.8124 2.61952 13.2046 3.35945 13.3068 4.1643C13.4091 4.96914 13.2142 5.78364 12.7589 6.45512C12.3036 7.12661 11.619 7.60897 10.8334 7.8118V9.58346H14.5834C15.2464 9.58346 15.8823 9.84686 16.3512 10.3157C16.82 10.7845 17.0834 11.4204 17.0834 12.0835V13.4543C17.7246 13.6454 18.2805 14.0512 18.6581 14.6035C19.0357 15.1558 19.2118 15.8212 19.1571 16.488C19.1024 17.1548 18.8201 17.7825 18.3575 18.2659C17.895 18.7493 17.2803 19.059 16.6166 19.143C15.9528 19.227 15.2804 19.0803 14.7119 18.7274C14.1435 18.3746 13.7137 17.837 13.4945 17.2049C13.2753 16.5728 13.2801 15.8845 13.5081 15.2555C13.7361 14.6265 14.1734 14.095 14.7467 13.7501H5.25341C5.82671 14.095 6.26402 14.6265 6.49201 15.2555C6.72001 15.8845 6.72482 16.5728 6.50565 17.2049C6.28647 17.837 5.85664 18.3746 5.28822 18.7274C4.71979 19.0803 4.04733 19.227 3.38358 19.143C2.71983 19.059 2.10516 18.7493 1.6426 18.2659C1.18005 17.7825 0.897749 17.1548 0.843028 16.488C0.788306 15.8212 0.964493 15.1558 1.34205 14.6035C1.7196 14.0512 2.27557 13.6454 2.91674 13.4543ZM10.0001 6.25013C10.4421 6.25013 10.866 6.07453 11.1786 5.76197C11.4911 5.44941 11.6667 5.02549 11.6667 4.58346C11.6667 4.14144 11.4911 3.71751 11.1786 3.40495C10.866 3.09239 10.4421 2.9168 10.0001 2.9168C9.55804 2.9168 9.13412 3.09239 8.82156 3.40495C8.509 3.71751 8.3334 4.14144 8.3334 4.58346C8.3334 5.02549 8.509 5.44941 8.82156 5.76197C9.13412 6.07453 9.55804 6.25013 10.0001 6.25013ZM16.2501 17.5001C16.5816 17.5001 16.8995 17.3684 17.134 17.134C17.3684 16.8996 17.5001 16.5816 17.5001 16.2501C17.5001 15.9186 17.3684 15.6007 17.134 15.3662C16.8995 15.1318 16.5816 15.0001 16.2501 15.0001C15.9185 15.0001 15.6006 15.1318 15.3662 15.3662C15.1318 15.6007 15.0001 15.9186 15.0001 16.2501C15.0001 16.5816 15.1318 16.8996 15.3662 17.134C15.6006 17.3684 15.9185 17.5001 16.2501 17.5001ZM3.75007 17.5001C4.08159 17.5001 4.39953 17.3684 4.63396 17.134C4.86838 16.8996 5.00007 16.5816 5.00007 16.2501C5.00007 15.9186 4.86838 15.6007 4.63396 15.3662C4.39953 15.1318 4.08159 15.0001 3.75007 15.0001C3.41855 15.0001 3.10061 15.1318 2.86619 15.3662C2.63177 15.6007 2.50007 15.9186 2.50007 16.2501C2.50007 16.5816 2.63177 16.8996 2.86619 17.134C3.10061 17.3684 3.41855 17.5001 3.75007 17.5001Z" fill="#1F2329"/>
|
<path d="M5.25341 13.7501H14.7467C14.9551 13.6251 15.1792 13.5251 15.4167 13.4543V12.0835C15.4167 11.8624 15.3289 11.6505 15.1727 11.4942C15.0164 11.3379 14.8044 11.2501 14.5834 11.2501H5.41674C5.19572 11.2501 4.98376 11.3379 4.82748 11.4942C4.6712 11.6505 4.58341 11.8624 4.58341 12.0835V13.4543C4.82091 13.5251 5.04549 13.6251 5.25341 13.7501ZM2.91674 13.4543V12.0835C2.91674 11.4204 3.18013 10.7845 3.64897 10.3157C4.11781 9.84686 4.7537 9.58346 5.41674 9.58346H9.16674V7.8118C8.38119 7.60897 7.69658 7.12661 7.24124 6.45512C6.78589 5.78364 6.59108 4.96914 6.69331 4.1643C6.79553 3.35945 7.18779 2.61952 7.79654 2.08319C8.4053 1.54687 9.18876 1.25098 10.0001 1.25098C10.8114 1.25098 11.5948 1.54687 12.2036 2.08319C12.8124 2.61952 13.2046 3.35945 13.3068 4.1643C13.4091 4.96914 13.2142 5.78364 12.7589 6.45512C12.3036 7.12661 11.619 7.60897 10.8334 7.8118V9.58346H14.5834C15.2464 9.58346 15.8823 9.84686 16.3512 10.3157C16.82 10.7845 17.0834 11.4204 17.0834 12.0835V13.4543C17.7246 13.6454 18.2805 14.0512 18.6581 14.6035C19.0357 15.1558 19.2118 15.8212 19.1571 16.488C19.1024 17.1548 18.8201 17.7825 18.3575 18.2659C17.895 18.7493 17.2803 19.059 16.6166 19.143C15.9528 19.227 15.2804 19.0803 14.7119 18.7274C14.1435 18.3746 13.7137 17.837 13.4945 17.2049C13.2753 16.5728 13.2801 15.8845 13.5081 15.2555C13.7361 14.6265 14.1734 14.095 14.7467 13.7501H5.25341C5.82671 14.095 6.26402 14.6265 6.49201 15.2555C6.72001 15.8845 6.72482 16.5728 6.50565 17.2049C6.28647 17.837 5.85664 18.3746 5.28822 18.7274C4.71979 19.0803 4.04733 19.227 3.38358 19.143C2.71983 19.059 2.10516 18.7493 1.6426 18.2659C1.18005 17.7825 0.897749 17.1548 0.843028 16.488C0.788306 15.8212 0.964493 15.1558 1.34205 14.6035C1.7196 14.0512 2.27557 13.6454 2.91674 13.4543ZM10.0001 6.25013C10.4421 6.25013 10.866 6.07453 11.1786 5.76197C11.4911 5.44941 11.6667 5.02549 11.6667 4.58346C11.6667 4.14144 11.4911 3.71751 11.1786 3.40495C10.866 3.09239 10.4421 2.9168 10.0001 2.9168C9.55804 2.9168 9.13412 3.09239 8.82156 3.40495C8.509 3.71751 8.3334 4.14144 8.3334 4.58346C8.3334 5.02549 8.509 5.44941 8.82156 5.76197C9.13412 6.07453 9.55804 6.25013 10.0001 6.25013ZM16.2501 17.5001C16.5816 17.5001 16.8995 17.3684 17.134 17.134C17.3684 16.8996 17.5001 16.5816 17.5001 16.2501C17.5001 15.9186 17.3684 15.6007 17.134 15.3662C16.8995 15.1318 16.5816 15.0001 16.2501 15.0001C15.9185 15.0001 15.6006 15.1318 15.3662 15.3662C15.1318 15.6007 15.0001 15.9186 15.0001 16.2501C15.0001 16.5816 15.1318 16.8996 15.3662 17.134C15.6006 17.3684 15.9185 17.5001 16.2501 17.5001ZM3.75007 17.5001C4.08159 17.5001 4.39953 17.3684 4.63396 17.134C4.86838 16.8996 5.00007 16.5816 5.00007 16.2501C5.00007 15.9186 4.86838 15.6007 4.63396 15.3662C4.39953 15.1318 4.08159 15.0001 3.75007 15.0001C3.41855 15.0001 3.10061 15.1318 2.86619 15.3662C2.63177 15.6007 2.50007 15.9186 2.50007 16.2501C2.50007 16.5816 2.63177 16.8996 2.86619 17.134C3.10061 17.3684 3.41855 17.5001 3.75007 17.5001Z"/>
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
@ -1,3 +1,3 @@
|
|||||||
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
||||||
<path d="M13.3333 2.49967H4.16667V17.4997H15.8333V5.01592H13.75C13.6395 5.01592 13.5335 4.97203 13.4554 4.89389C13.3772 4.81575 13.3333 4.70976 13.3333 4.59926V2.49967ZM3.33333 0.833008H14.2379C14.3474 0.832976 14.4558 0.854524 14.557 0.89642C14.6582 0.938316 14.7501 0.999737 14.8275 1.07717L17.2563 3.50676C17.4124 3.66307 17.5001 3.87499 17.5 4.09592V18.333C17.5 18.554 17.4122 18.766 17.2559 18.9223C17.0996 19.0785 16.8877 19.1663 16.6667 19.1663H3.33333C3.11232 19.1663 2.90036 19.0785 2.74408 18.9223C2.5878 18.766 2.5 18.554 2.5 18.333V1.66634C2.5 1.44533 2.5878 1.23337 2.74408 1.07709C2.90036 0.920805 3.11232 0.833008 3.33333 0.833008ZM6.66667 8.33301H13.3333C13.4438 8.33301 13.5498 8.37691 13.628 8.45505C13.7061 8.53319 13.75 8.63917 13.75 8.74967V9.58301C13.75 9.69351 13.7061 9.7995 13.628 9.87764C13.5498 9.95578 13.4438 9.99967 13.3333 9.99967H6.66667C6.55616 9.99967 6.45018 9.95578 6.37204 9.87764C6.2939 9.7995 6.25 9.69351 6.25 9.58301V8.74967C6.25 8.63917 6.2939 8.53319 6.37204 8.45505C6.45018 8.37691 6.55616 8.33301 6.66667 8.33301ZM6.66667 12.4997H10.4167C10.4714 12.4997 10.5256 12.5105 10.5761 12.5314C10.6267 12.5523 10.6726 12.583 10.7113 12.6217C10.75 12.6604 10.7807 12.7063 10.8016 12.7569C10.8226 12.8074 10.8333 12.8616 10.8333 12.9163V13.7497C10.8333 13.8044 10.8226 13.8586 10.8016 13.9091C10.7807 13.9597 10.75 14.0056 10.7113 14.0443C10.6726 14.083 10.6267 14.1137 10.5761 14.1346C10.5256 14.1556 10.4714 14.1663 10.4167 14.1663H6.66667C6.55616 14.1663 6.45018 14.1224 6.37204 14.0443C6.2939 13.9662 6.25 13.8602 6.25 13.7497V12.9163C6.25 12.8058 6.2939 12.6999 6.37204 12.6217C6.45018 12.5436 6.55616 12.4997 6.66667 12.4997Z" fill="#1F2329"/>
|
<path d="M13.3333 2.49967H4.16667V17.4997H15.8333V5.01592H13.75C13.6395 5.01592 13.5335 4.97203 13.4554 4.89389C13.3772 4.81575 13.3333 4.70976 13.3333 4.59926V2.49967ZM3.33333 0.833008H14.2379C14.3474 0.832976 14.4558 0.854524 14.557 0.89642C14.6582 0.938316 14.7501 0.999737 14.8275 1.07717L17.2563 3.50676C17.4124 3.66307 17.5001 3.87499 17.5 4.09592V18.333C17.5 18.554 17.4122 18.766 17.2559 18.9223C17.0996 19.0785 16.8877 19.1663 16.6667 19.1663H3.33333C3.11232 19.1663 2.90036 19.0785 2.74408 18.9223C2.5878 18.766 2.5 18.554 2.5 18.333V1.66634C2.5 1.44533 2.5878 1.23337 2.74408 1.07709C2.90036 0.920805 3.11232 0.833008 3.33333 0.833008ZM6.66667 8.33301H13.3333C13.4438 8.33301 13.5498 8.37691 13.628 8.45505C13.7061 8.53319 13.75 8.63917 13.75 8.74967V9.58301C13.75 9.69351 13.7061 9.7995 13.628 9.87764C13.5498 9.95578 13.4438 9.99967 13.3333 9.99967H6.66667C6.55616 9.99967 6.45018 9.95578 6.37204 9.87764C6.2939 9.7995 6.25 9.69351 6.25 9.58301V8.74967C6.25 8.63917 6.2939 8.53319 6.37204 8.45505C6.45018 8.37691 6.55616 8.33301 6.66667 8.33301ZM6.66667 12.4997H10.4167C10.4714 12.4997 10.5256 12.5105 10.5761 12.5314C10.6267 12.5523 10.6726 12.583 10.7113 12.6217C10.75 12.6604 10.7807 12.7063 10.8016 12.7569C10.8226 12.8074 10.8333 12.8616 10.8333 12.9163V13.7497C10.8333 13.8044 10.8226 13.8586 10.8016 13.9091C10.7807 13.9597 10.75 14.0056 10.7113 14.0443C10.6726 14.083 10.6267 14.1137 10.5761 14.1346C10.5256 14.1556 10.4714 14.1663 10.4167 14.1663H6.66667C6.55616 14.1663 6.45018 14.1224 6.37204 14.0443C6.2939 13.9662 6.25 13.8602 6.25 13.7497V12.9163C6.25 12.8058 6.2939 12.6999 6.37204 12.6217C6.45018 12.5436 6.55616 12.4997 6.66667 12.4997Z"/>
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
@ -1,3 +1,3 @@
|
|||||||
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
||||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.41675 6.66699V6.25033C5.41675 3.71699 7.46883 1.66699 10.0001 1.66699C12.5313 1.66699 14.5834 3.71699 14.5834 6.25033V6.66699H17.5001C17.9605 6.66699 18.3334 7.04199 18.3334 7.50033V17.5003C18.3334 17.9587 17.9605 18.3337 17.5001 18.3337H2.50008C2.03966 18.3337 1.66675 17.9587 1.66675 17.5003V7.50033C1.66675 7.04199 2.03966 6.66699 2.50008 6.66699H5.41675ZM12.9167 6.25033C12.9167 4.63783 11.6109 3.33366 10.0001 3.33366C8.38925 3.33366 7.08342 4.63783 7.08342 6.25033V6.66699H12.9167V6.25033ZM3.33341 8.33366V16.667H16.6667V8.33366H3.33341ZM10.0001 15.0003C8.61925 15.0003 7.50008 13.8795 7.50008 12.5003C7.50008 11.1212 8.61925 10.0003 10.0001 10.0003C11.3809 10.0003 12.5001 11.1212 12.5001 12.5003C12.5001 13.8795 11.3809 15.0003 10.0001 15.0003ZM10.0001 13.3337C10.4605 13.3337 10.8334 12.9587 10.8334 12.5003C10.8334 12.042 10.4605 11.667 10.0001 11.667C9.53967 11.667 9.16675 12.042 9.16675 12.5003C9.16675 12.9587 9.53967 13.3337 10.0001 13.3337Z" fill="#1F2329"/>
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.41675 6.66699V6.25033C5.41675 3.71699 7.46883 1.66699 10.0001 1.66699C12.5313 1.66699 14.5834 3.71699 14.5834 6.25033V6.66699H17.5001C17.9605 6.66699 18.3334 7.04199 18.3334 7.50033V17.5003C18.3334 17.9587 17.9605 18.3337 17.5001 18.3337H2.50008C2.03966 18.3337 1.66675 17.9587 1.66675 17.5003V7.50033C1.66675 7.04199 2.03966 6.66699 2.50008 6.66699H5.41675ZM12.9167 6.25033C12.9167 4.63783 11.6109 3.33366 10.0001 3.33366C8.38925 3.33366 7.08342 4.63783 7.08342 6.25033V6.66699H12.9167V6.25033ZM3.33341 8.33366V16.667H16.6667V8.33366H3.33341ZM10.0001 15.0003C8.61925 15.0003 7.50008 13.8795 7.50008 12.5003C7.50008 11.1212 8.61925 10.0003 10.0001 10.0003C11.3809 10.0003 12.5001 11.1212 12.5001 12.5003C12.5001 13.8795 11.3809 15.0003 10.0001 15.0003ZM10.0001 13.3337C10.4605 13.3337 10.8334 12.9587 10.8334 12.5003C10.8334 12.042 10.4605 11.667 10.0001 11.667C9.53967 11.667 9.16675 12.042 9.16675 12.5003C9.16675 12.9587 9.53967 13.3337 10.0001 13.3337Z"/>
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
@ -1,3 +1,3 @@
|
|||||||
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
||||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.08341 4.16667C5.93341 4.16667 5.00008 5.09958 5.00008 6.25C5.00008 7.40042 5.93341 8.33333 7.08341 8.33333C8.23341 8.33333 9.16675 7.40042 9.16675 6.25C9.16675 5.09958 8.23341 4.16667 7.08341 4.16667ZM3.33341 6.25C3.33341 4.17875 5.01258 2.5 7.08341 2.5C9.15425 2.5 10.8334 4.17875 10.8334 6.25C10.8334 8.32125 9.15425 10 7.08341 10C5.01258 10 3.33341 8.32125 3.33341 6.25ZM4.86258 12.5C3.34591 12.5 2.08341 13.7488 2.08341 15.3333V16.6667H12.0834V15.3333C12.0834 13.7488 10.8209 12.5 9.30425 12.5H4.86258ZM0.416748 15.3333C0.416748 12.8479 2.40841 10.8333 4.86258 10.8333H9.30425C11.7584 10.8333 13.7501 12.8479 13.7501 15.3333V17.5833C13.7501 17.9975 13.4167 18.3333 13.0084 18.3333H1.15841C0.750081 18.3333 0.416748 17.9975 0.416748 17.5833V15.3333ZM19.0293 17.5H15.3043V17.1592V15.8333H17.9168V15.3333C17.9168 14.4983 17.2126 13.75 16.2501 13.75H15.1584C15.0001 13.1342 14.7168 12.5692 14.3376 12.0833H16.2501C18.0918 12.0833 19.5834 13.5383 19.5834 15.3333V16.9583C19.5834 17.2575 19.3334 17.5 19.0293 17.5ZM13.7501 8.33333C13.7501 7.87292 14.1251 7.5 14.5834 7.5C15.0417 7.5 15.4167 7.87292 15.4167 8.33333C15.4167 8.79375 15.0417 9.16667 14.5834 9.16667C14.1251 9.16667 13.7501 8.79375 13.7501 8.33333ZM14.5834 5.83333C13.2042 5.83333 12.0834 6.9525 12.0834 8.33333C12.0834 9.71417 13.2042 10.8333 14.5834 10.8333C15.9626 10.8333 17.0834 9.71417 17.0834 8.33333C17.0834 6.9525 15.9626 5.83333 14.5834 5.83333Z" fill="#1F2329"/>
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.08341 4.16667C5.93341 4.16667 5.00008 5.09958 5.00008 6.25C5.00008 7.40042 5.93341 8.33333 7.08341 8.33333C8.23341 8.33333 9.16675 7.40042 9.16675 6.25C9.16675 5.09958 8.23341 4.16667 7.08341 4.16667ZM3.33341 6.25C3.33341 4.17875 5.01258 2.5 7.08341 2.5C9.15425 2.5 10.8334 4.17875 10.8334 6.25C10.8334 8.32125 9.15425 10 7.08341 10C5.01258 10 3.33341 8.32125 3.33341 6.25ZM4.86258 12.5C3.34591 12.5 2.08341 13.7488 2.08341 15.3333V16.6667H12.0834V15.3333C12.0834 13.7488 10.8209 12.5 9.30425 12.5H4.86258ZM0.416748 15.3333C0.416748 12.8479 2.40841 10.8333 4.86258 10.8333H9.30425C11.7584 10.8333 13.7501 12.8479 13.7501 15.3333V17.5833C13.7501 17.9975 13.4167 18.3333 13.0084 18.3333H1.15841C0.750081 18.3333 0.416748 17.9975 0.416748 17.5833V15.3333ZM19.0293 17.5H15.3043V17.1592V15.8333H17.9168V15.3333C17.9168 14.4983 17.2126 13.75 16.2501 13.75H15.1584C15.0001 13.1342 14.7168 12.5692 14.3376 12.0833H16.2501C18.0918 12.0833 19.5834 13.5383 19.5834 15.3333V16.9583C19.5834 17.2575 19.3334 17.5 19.0293 17.5ZM13.7501 8.33333C13.7501 7.87292 14.1251 7.5 14.5834 7.5C15.0417 7.5 15.4167 7.87292 15.4167 8.33333C15.4167 8.79375 15.0417 9.16667 14.5834 9.16667C14.1251 9.16667 13.7501 8.79375 13.7501 8.33333ZM14.5834 5.83333C13.2042 5.83333 12.0834 6.9525 12.0834 8.33333C12.0834 9.71417 13.2042 10.8333 14.5834 10.8333C15.9626 10.8333 17.0834 9.71417 17.0834 8.33333C17.0834 6.9525 15.9626 5.83333 14.5834 5.83333Z"/>
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.5 KiB |
@ -1,3 +1,3 @@
|
|||||||
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
||||||
<path d="M9.85103 1.25893C9.3872 0.976318 8.85366 0.828834 8.31052 0.833098C7.76738 0.837361 7.23623 0.993202 6.77689 1.28307C6.31754 1.57293 5.94827 1.9853 5.71065 2.47372C5.47304 2.96214 5.37653 3.50721 5.432 4.04752L5.43343 4.06152L5.43534 4.07545C5.48403 4.43111 5.57372 4.73895 5.6761 4.99967H3.33341C2.41294 4.99967 1.66675 5.74587 1.66675 6.66634V9.99967H3.32153C3.32153 9.99968 3.32152 9.99967 3.32153 9.99967H1.66675C1.66675 10.1184 1.67195 10.2876 1.71774 10.4529C1.7632 10.617 1.91405 10.9893 2.35356 11.1181C2.69408 11.2179 2.97951 11.0876 3.05198 11.0545L3.0544 11.0534C3.15855 11.0059 3.26153 10.9422 3.32532 10.9028L3.35696 10.8833C3.63086 10.7137 3.95868 10.5108 4.46895 10.438C4.69619 10.4171 4.9249 10.4588 5.13025 10.5587C5.33958 10.6605 5.51631 10.8188 5.64053 11.0156C5.76476 11.2125 5.83155 11.4401 5.83338 11.6729C5.8352 11.9057 5.772 12.1343 5.65087 12.3331C5.52975 12.5319 5.35553 12.6929 5.14783 12.798C4.94668 12.8998 4.72188 12.9453 4.49725 12.9297C3.87835 12.8364 3.48959 12.6675 3.22901 12.5532L3.21342 12.5463C3.1519 12.5193 3.07487 12.4855 3.00541 12.4592C2.94699 12.4371 2.7944 12.3795 2.61345 12.3741C2.51034 12.371 2.36139 12.383 2.20183 12.4559C2.03198 12.5336 1.90207 12.6566 1.81483 12.7958C1.67726 13.0152 1.66748 13.2408 1.6668 13.333L1.66675 13.3494V16.6663C1.66675 17.5868 2.41294 18.333 3.33342 18.333H13.3334C14.2539 18.333 15.0001 17.5868 15.0001 16.6663V14.3722C15.2634 14.4525 15.5784 14.5287 15.9497 14.5828L15.9737 14.5863L15.9978 14.5884C16.5389 14.6354 17.0824 14.5303 17.5671 14.2851C18.0517 14.0398 18.4582 13.6641 18.7408 13.2003C19.0234 12.7364 19.1709 12.2029 19.1667 11.6598C19.1624 11.1166 19.0066 10.5855 18.7167 10.1261C18.4268 9.6668 18.0145 9.29752 17.526 9.05991C17.0376 8.82229 16.4925 8.72578 15.9522 8.78125L15.9382 8.78269L15.9243 8.78459C15.5685 8.8333 15.2606 8.92244 15.0001 9.02375V6.66634C15.0001 5.74587 14.2539 4.99967 13.3334 4.99967H11.023C11.1032 4.73631 11.1794 4.42135 11.2336 4.05006L11.2371 4.02608L11.2392 4.00194C11.2861 3.46082 11.1811 2.91733 10.9358 2.4327C10.6906 1.94807 10.3149 1.54155 9.85103 1.25893ZM3.33341 14.3723C3.59677 14.4525 3.91174 14.5287 4.28303 14.5829L4.30701 14.5864L4.33115 14.5885C4.87227 14.6354 5.41575 14.5304 5.90039 14.2851C6.38502 14.0399 6.79154 13.6642 7.07415 13.2003C7.35677 12.7365 7.50425 12.203 7.49999 11.6598C7.49573 11.1167 7.33989 10.5855 7.05002 10.1262C6.76016 9.66685 6.34779 9.29757 5.85937 9.05996C5.37095 8.82234 4.82588 8.72583 4.28557 8.7813L4.27157 8.78274L4.25764 8.78465C3.90186 8.83335 3.59395 8.92249 3.33341 9.0238V6.66634H6.66675C6.78484 6.66634 6.95497 6.66126 7.12105 6.61484C7.28688 6.56849 7.66674 6.41234 7.78778 5.96108C7.87881 5.62172 7.74477 5.34039 7.71132 5.27019L7.7097 5.26678C7.66171 5.16581 7.59801 5.06506 7.55807 5.00189L7.54186 4.97625C7.36919 4.70337 7.16175 4.37555 7.08867 3.86411C7.06777 3.63689 7.10948 3.40818 7.20937 3.20284C7.31121 2.99351 7.46947 2.81678 7.66633 2.69256C7.86319 2.56833 8.09083 2.50154 8.3236 2.49971C8.55638 2.49789 8.78504 2.56109 8.98382 2.68221C9.18261 2.80334 9.34363 2.97756 9.44873 3.18526C9.55053 3.38641 9.59597 3.61121 9.58044 3.83584C9.48714 4.45474 9.3182 4.8435 9.20389 5.10407L9.19704 5.11967C9.17002 5.1812 9.13619 5.2582 9.10988 5.32768C9.08776 5.3861 9.0302 5.53869 9.02476 5.71964C9.02166 5.82274 9.0337 5.9717 9.10664 6.13126C9.1843 6.30111 9.30734 6.43102 9.4465 6.51826C9.68034 6.66486 9.92116 6.66634 10.0001 6.66634H11.5069H13.3334L13.3334 9.99965C13.3334 10.1183 13.3386 10.2875 13.3844 10.4528C13.4299 10.6169 13.5807 10.9893 14.0202 11.1181C14.3607 11.2178 14.6462 11.0875 14.7186 11.0544L14.7211 11.0533C14.8252 11.0058 14.9282 10.9422 14.992 10.9028L15.0236 10.8832C15.2975 10.7137 15.6253 10.5108 16.1356 10.4379C16.3629 10.417 16.5916 10.4587 16.7969 10.5586C17.0062 10.6605 17.183 10.8187 17.3072 11.0156C17.4314 11.2124 17.4982 11.4401 17.5 11.6729C17.5019 11.9056 17.4387 12.1343 17.3175 12.3331C17.1964 12.5319 17.0222 12.6929 16.8145 12.798C16.6133 12.8998 16.3885 12.9452 16.1639 12.9297C15.545 12.8364 15.1563 12.6675 14.8957 12.5531L14.8801 12.5463C14.8185 12.5193 14.7415 12.4854 14.6721 12.4591C14.6137 12.437 14.4611 12.3795 14.2801 12.374C14.177 12.3709 14.0281 12.3829 13.8685 12.4559C13.6986 12.5335 13.5687 12.6566 13.4815 12.7957C13.3439 13.0152 13.3341 13.2409 13.3334 13.333V16.6663H3.33341V14.3723Z" fill="#1F2329"/>
|
<path d="M9.85103 1.25893C9.3872 0.976318 8.85366 0.828834 8.31052 0.833098C7.76738 0.837361 7.23623 0.993202 6.77689 1.28307C6.31754 1.57293 5.94827 1.9853 5.71065 2.47372C5.47304 2.96214 5.37653 3.50721 5.432 4.04752L5.43343 4.06152L5.43534 4.07545C5.48403 4.43111 5.57372 4.73895 5.6761 4.99967H3.33341C2.41294 4.99967 1.66675 5.74587 1.66675 6.66634V9.99967H3.32153C3.32153 9.99968 3.32152 9.99967 3.32153 9.99967H1.66675C1.66675 10.1184 1.67195 10.2876 1.71774 10.4529C1.7632 10.617 1.91405 10.9893 2.35356 11.1181C2.69408 11.2179 2.97951 11.0876 3.05198 11.0545L3.0544 11.0534C3.15855 11.0059 3.26153 10.9422 3.32532 10.9028L3.35696 10.8833C3.63086 10.7137 3.95868 10.5108 4.46895 10.438C4.69619 10.4171 4.9249 10.4588 5.13025 10.5587C5.33958 10.6605 5.51631 10.8188 5.64053 11.0156C5.76476 11.2125 5.83155 11.4401 5.83338 11.6729C5.8352 11.9057 5.772 12.1343 5.65087 12.3331C5.52975 12.5319 5.35553 12.6929 5.14783 12.798C4.94668 12.8998 4.72188 12.9453 4.49725 12.9297C3.87835 12.8364 3.48959 12.6675 3.22901 12.5532L3.21342 12.5463C3.1519 12.5193 3.07487 12.4855 3.00541 12.4592C2.94699 12.4371 2.7944 12.3795 2.61345 12.3741C2.51034 12.371 2.36139 12.383 2.20183 12.4559C2.03198 12.5336 1.90207 12.6566 1.81483 12.7958C1.67726 13.0152 1.66748 13.2408 1.6668 13.333L1.66675 13.3494V16.6663C1.66675 17.5868 2.41294 18.333 3.33342 18.333H13.3334C14.2539 18.333 15.0001 17.5868 15.0001 16.6663V14.3722C15.2634 14.4525 15.5784 14.5287 15.9497 14.5828L15.9737 14.5863L15.9978 14.5884C16.5389 14.6354 17.0824 14.5303 17.5671 14.2851C18.0517 14.0398 18.4582 13.6641 18.7408 13.2003C19.0234 12.7364 19.1709 12.2029 19.1667 11.6598C19.1624 11.1166 19.0066 10.5855 18.7167 10.1261C18.4268 9.6668 18.0145 9.29752 17.526 9.05991C17.0376 8.82229 16.4925 8.72578 15.9522 8.78125L15.9382 8.78269L15.9243 8.78459C15.5685 8.8333 15.2606 8.92244 15.0001 9.02375V6.66634C15.0001 5.74587 14.2539 4.99967 13.3334 4.99967H11.023C11.1032 4.73631 11.1794 4.42135 11.2336 4.05006L11.2371 4.02608L11.2392 4.00194C11.2861 3.46082 11.1811 2.91733 10.9358 2.4327C10.6906 1.94807 10.3149 1.54155 9.85103 1.25893ZM3.33341 14.3723C3.59677 14.4525 3.91174 14.5287 4.28303 14.5829L4.30701 14.5864L4.33115 14.5885C4.87227 14.6354 5.41575 14.5304 5.90039 14.2851C6.38502 14.0399 6.79154 13.6642 7.07415 13.2003C7.35677 12.7365 7.50425 12.203 7.49999 11.6598C7.49573 11.1167 7.33989 10.5855 7.05002 10.1262C6.76016 9.66685 6.34779 9.29757 5.85937 9.05996C5.37095 8.82234 4.82588 8.72583 4.28557 8.7813L4.27157 8.78274L4.25764 8.78465C3.90186 8.83335 3.59395 8.92249 3.33341 9.0238V6.66634H6.66675C6.78484 6.66634 6.95497 6.66126 7.12105 6.61484C7.28688 6.56849 7.66674 6.41234 7.78778 5.96108C7.87881 5.62172 7.74477 5.34039 7.71132 5.27019L7.7097 5.26678C7.66171 5.16581 7.59801 5.06506 7.55807 5.00189L7.54186 4.97625C7.36919 4.70337 7.16175 4.37555 7.08867 3.86411C7.06777 3.63689 7.10948 3.40818 7.20937 3.20284C7.31121 2.99351 7.46947 2.81678 7.66633 2.69256C7.86319 2.56833 8.09083 2.50154 8.3236 2.49971C8.55638 2.49789 8.78504 2.56109 8.98382 2.68221C9.18261 2.80334 9.34363 2.97756 9.44873 3.18526C9.55053 3.38641 9.59597 3.61121 9.58044 3.83584C9.48714 4.45474 9.3182 4.8435 9.20389 5.10407L9.19704 5.11967C9.17002 5.1812 9.13619 5.2582 9.10988 5.32768C9.08776 5.3861 9.0302 5.53869 9.02476 5.71964C9.02166 5.82274 9.0337 5.9717 9.10664 6.13126C9.1843 6.30111 9.30734 6.43102 9.4465 6.51826C9.68034 6.66486 9.92116 6.66634 10.0001 6.66634H11.5069H13.3334L13.3334 9.99965C13.3334 10.1183 13.3386 10.2875 13.3844 10.4528C13.4299 10.6169 13.5807 10.9893 14.0202 11.1181C14.3607 11.2178 14.6462 11.0875 14.7186 11.0544L14.7211 11.0533C14.8252 11.0058 14.9282 10.9422 14.992 10.9028L15.0236 10.8832C15.2975 10.7137 15.6253 10.5108 16.1356 10.4379C16.3629 10.417 16.5916 10.4587 16.7969 10.5586C17.0062 10.6605 17.183 10.8187 17.3072 11.0156C17.4314 11.2124 17.4982 11.4401 17.5 11.6729C17.5019 11.9056 17.4387 12.1343 17.3175 12.3331C17.1964 12.5319 17.0222 12.6929 16.8145 12.798C16.6133 12.8998 16.3885 12.9452 16.1639 12.9297C15.545 12.8364 15.1563 12.6675 14.8957 12.5531L14.8801 12.5463C14.8185 12.5193 14.7415 12.4854 14.6721 12.4591C14.6137 12.437 14.4611 12.3795 14.2801 12.374C14.177 12.3709 14.0281 12.3829 13.8685 12.4559C13.6986 12.5335 13.5687 12.6566 13.4815 12.7957C13.3439 13.0152 13.3341 13.2409 13.3334 13.333V16.6663H3.33341V14.3723Z"/>
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
@ -1,3 +1,3 @@
|
|||||||
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
||||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.33325 10.0003C6.03325 10.0003 4.16658 8.13491 4.16658 5.83366C4.16658 3.53241 6.03325 1.66699 8.33325 1.66699C10.6333 1.66699 12.4999 3.53241 12.4999 5.83366C12.4999 8.13491 10.6333 10.0003 8.33325 10.0003ZM8.33325 8.33366C9.71329 8.33366 10.8333 7.21393 10.8333 5.83366C10.8333 4.45339 9.71329 3.33366 8.33325 3.33366C6.95322 3.33366 5.83325 4.45339 5.83325 5.83366C5.83325 7.21393 6.95322 8.33366 8.33325 8.33366ZM0.833252 15.8337C0.833252 13.0724 3.07075 10.8337 5.83325 10.8337H10.8333C13.5958 10.8337 15.8333 13.0724 15.8333 15.8337V17.9492C15.8333 18.4096 15.4583 18.7825 14.9999 18.7825H1.66659C1.20825 18.7825 0.833252 18.4096 0.833252 17.9492V15.8337ZM14.1666 15.8337C14.1666 13.9924 12.6748 12.5003 10.8333 12.5003H5.83325C3.99172 12.5003 2.49992 13.9924 2.49992 15.8337V17.1158H14.1666V15.8337ZM14.5833 7.50033H18.7499C18.98 7.50033 19.1666 7.68687 19.1666 7.91699V8.75033C19.1666 8.98044 18.98 9.16699 18.7499 9.16699H14.5833C14.3531 9.16699 14.1666 8.98044 14.1666 8.75033V7.91699C14.1666 7.68687 14.3531 7.50033 14.5833 7.50033ZM17.0833 10.8337H18.7499C18.98 10.8337 19.1666 11.0202 19.1666 11.2503V12.0837C19.1666 12.3138 18.98 12.5003 18.7499 12.5003H17.0833C16.8531 12.5003 16.6666 12.3138 16.6666 12.0837V11.2503C16.6666 11.0202 16.8531 10.8337 17.0833 10.8337Z" fill="#1F2329"/>
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.33325 10.0003C6.03325 10.0003 4.16658 8.13491 4.16658 5.83366C4.16658 3.53241 6.03325 1.66699 8.33325 1.66699C10.6333 1.66699 12.4999 3.53241 12.4999 5.83366C12.4999 8.13491 10.6333 10.0003 8.33325 10.0003ZM8.33325 8.33366C9.71329 8.33366 10.8333 7.21393 10.8333 5.83366C10.8333 4.45339 9.71329 3.33366 8.33325 3.33366C6.95322 3.33366 5.83325 4.45339 5.83325 5.83366C5.83325 7.21393 6.95322 8.33366 8.33325 8.33366ZM0.833252 15.8337C0.833252 13.0724 3.07075 10.8337 5.83325 10.8337H10.8333C13.5958 10.8337 15.8333 13.0724 15.8333 15.8337V17.9492C15.8333 18.4096 15.4583 18.7825 14.9999 18.7825H1.66659C1.20825 18.7825 0.833252 18.4096 0.833252 17.9492V15.8337ZM14.1666 15.8337C14.1666 13.9924 12.6748 12.5003 10.8333 12.5003H5.83325C3.99172 12.5003 2.49992 13.9924 2.49992 15.8337V17.1158H14.1666V15.8337ZM14.5833 7.50033H18.7499C18.98 7.50033 19.1666 7.68687 19.1666 7.91699V8.75033C19.1666 8.98044 18.98 9.16699 18.7499 9.16699H14.5833C14.3531 9.16699 14.1666 8.98044 14.1666 8.75033V7.91699C14.1666 7.68687 14.3531 7.50033 14.5833 7.50033ZM17.0833 10.8337H18.7499C18.98 10.8337 19.1666 11.0202 19.1666 11.2503V12.0837C19.1666 12.3138 18.98 12.5003 18.7499 12.5003H17.0833C16.8531 12.5003 16.6666 12.3138 16.6666 12.0837V11.2503C16.6666 11.0202 16.8531 10.8337 17.0833 10.8337Z"/>
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
@ -1,3 +1,3 @@
|
|||||||
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
||||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.60685 16.4438L3.34758 16.1614C2.43988 15.1727 1.75886 13.9935 1.35962 12.7056L1.24707 12.3425L2.95378 9.99911L1.24707 7.6557L1.35962 7.29264C1.75886 6.00477 2.43988 4.82552 3.34758 3.83682L3.60685 3.55441L6.47503 3.86791L7.64 1.21222L8.01356 1.12812C8.66085 0.98239 9.32584 0.908203 9.99989 0.908203C10.6739 0.908203 11.3389 0.98239 11.9862 1.12812L12.3598 1.21222L13.5247 3.86791L16.3929 3.55441L16.6522 3.83682C17.5599 4.82552 18.2409 6.00477 18.6402 7.29264L18.7527 7.6557L17.046 9.99911L18.7527 12.3425L18.6402 12.7056C18.2409 13.9935 17.5599 15.1727 16.6522 16.1614L16.3929 16.4438L13.5247 16.1303L12.3598 18.786L11.9862 18.8701C11.3389 19.0158 10.6739 19.09 9.99989 19.09C9.32584 19.09 8.66085 19.0158 8.01356 18.8701L7.64 18.786L6.47503 16.1303L3.60685 16.4438ZM6.5111 14.6022C7.04953 14.5433 7.56387 14.8407 7.78145 15.3367L8.71516 17.4652C9.13628 17.5379 9.56554 17.5748 9.99989 17.5748C10.4342 17.5748 10.8635 17.5379 11.2846 17.4652L12.2183 15.3367C12.4359 14.8407 12.9502 14.5433 13.4887 14.6022L15.7839 14.853C16.3382 14.1858 16.7753 13.4276 17.0736 12.6106L15.7033 10.7291C15.3864 10.294 15.3864 9.70413 15.7033 9.26901L17.0736 7.38749C16.7753 6.57049 16.3382 5.81233 15.7839 5.14511L13.4887 5.39598C12.9502 5.45483 12.4359 5.15742 12.2183 4.66141L11.2846 2.53292C10.8635 2.4602 10.4342 2.42331 9.99989 2.42331C9.56554 2.42331 9.13628 2.4602 8.71516 2.53292L7.78145 4.66141C7.56387 5.15742 7.04953 5.45483 6.5111 5.39598L4.21592 5.14511C3.66159 5.81233 3.22453 6.57049 2.92617 7.38749L4.29648 9.26901C4.61338 9.70413 4.61338 10.294 4.29648 10.7291L2.92617 12.6106C3.22453 13.4276 3.66159 14.1858 4.21592 14.853L6.5111 14.6022ZM9.99989 13.787C7.91506 13.787 6.22644 12.0903 6.22644 9.9991C6.22644 7.90792 7.91506 6.21122 9.99989 6.21122C12.0847 6.21122 13.7733 7.90792 13.7733 9.9991C13.7733 12.0903 12.0847 13.787 9.99989 13.787ZM9.99989 12.2719C11.2463 12.2719 12.2582 11.2552 12.2582 9.99916C12.2582 8.74316 11.2463 7.72643 9.99989 7.72643C8.75348 7.72643 7.74159 8.74316 7.74159 9.99916C7.74159 11.2552 8.75348 12.2719 9.99989 12.2719Z" fill="#1F2329"/>
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.60685 16.4438L3.34758 16.1614C2.43988 15.1727 1.75886 13.9935 1.35962 12.7056L1.24707 12.3425L2.95378 9.99911L1.24707 7.6557L1.35962 7.29264C1.75886 6.00477 2.43988 4.82552 3.34758 3.83682L3.60685 3.55441L6.47503 3.86791L7.64 1.21222L8.01356 1.12812C8.66085 0.98239 9.32584 0.908203 9.99989 0.908203C10.6739 0.908203 11.3389 0.98239 11.9862 1.12812L12.3598 1.21222L13.5247 3.86791L16.3929 3.55441L16.6522 3.83682C17.5599 4.82552 18.2409 6.00477 18.6402 7.29264L18.7527 7.6557L17.046 9.99911L18.7527 12.3425L18.6402 12.7056C18.2409 13.9935 17.5599 15.1727 16.6522 16.1614L16.3929 16.4438L13.5247 16.1303L12.3598 18.786L11.9862 18.8701C11.3389 19.0158 10.6739 19.09 9.99989 19.09C9.32584 19.09 8.66085 19.0158 8.01356 18.8701L7.64 18.786L6.47503 16.1303L3.60685 16.4438ZM6.5111 14.6022C7.04953 14.5433 7.56387 14.8407 7.78145 15.3367L8.71516 17.4652C9.13628 17.5379 9.56554 17.5748 9.99989 17.5748C10.4342 17.5748 10.8635 17.5379 11.2846 17.4652L12.2183 15.3367C12.4359 14.8407 12.9502 14.5433 13.4887 14.6022L15.7839 14.853C16.3382 14.1858 16.7753 13.4276 17.0736 12.6106L15.7033 10.7291C15.3864 10.294 15.3864 9.70413 15.7033 9.26901L17.0736 7.38749C16.7753 6.57049 16.3382 5.81233 15.7839 5.14511L13.4887 5.39598C12.9502 5.45483 12.4359 5.15742 12.2183 4.66141L11.2846 2.53292C10.8635 2.4602 10.4342 2.42331 9.99989 2.42331C9.56554 2.42331 9.13628 2.4602 8.71516 2.53292L7.78145 4.66141C7.56387 5.15742 7.04953 5.45483 6.5111 5.39598L4.21592 5.14511C3.66159 5.81233 3.22453 6.57049 2.92617 7.38749L4.29648 9.26901C4.61338 9.70413 4.61338 10.294 4.29648 10.7291L2.92617 12.6106C3.22453 13.4276 3.66159 14.1858 4.21592 14.853L6.5111 14.6022ZM9.99989 13.787C7.91506 13.787 6.22644 12.0903 6.22644 9.9991C6.22644 7.90792 7.91506 6.21122 9.99989 6.21122C12.0847 6.21122 13.7733 7.90792 13.7733 9.9991C13.7733 12.0903 12.0847 13.787 9.99989 13.787ZM9.99989 12.2719C11.2463 12.2719 12.2582 11.2552 12.2582 9.99916C12.2582 8.74316 11.2463 7.72643 9.99989 7.72643C8.75348 7.72643 7.74159 8.74316 7.74159 9.99916C7.74159 11.2552 8.75348 12.2719 9.99989 12.2719Z"/>
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.1 KiB |
@ -1,4 +1,4 @@
|
|||||||
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
||||||
<path d="M6.06057 11.2283C6.08387 11.2845 6.11803 11.3356 6.16108 11.3786L8.77941 13.9975L8.8233 14.0363C9.00497 14.1769 9.26775 14.1641 9.43441 13.9975L14.0172 9.41413C14.104 9.32734 14.1527 9.20964 14.1527 9.0869C14.1527 8.96417 14.104 8.84647 14.0172 8.75968L13.3627 8.10468C13.3198 8.06163 13.2687 8.02747 13.2125 8.00417C13.1563 7.98087 13.0961 7.96887 13.0352 7.96887C12.9744 7.96887 12.9142 7.98087 12.858 8.00417C12.8018 8.02747 12.7507 8.06163 12.7077 8.10468L9.10719 11.7058L7.46997 10.0691C7.38318 9.98235 7.26548 9.93359 7.14275 9.93359C7.02002 9.93359 6.90231 9.98235 6.81552 10.0691L6.16108 10.7236C6.11803 10.7666 6.08387 10.8176 6.06057 10.8738C6.03726 10.93 6.02527 10.9902 6.02527 11.0511C6.02527 11.1119 6.03726 11.1721 6.06057 11.2283Z" fill="#1F2329"/>
|
<path d="M6.06057 11.2283C6.08387 11.2845 6.11803 11.3356 6.16108 11.3786L8.77941 13.9975L8.8233 14.0363C9.00497 14.1769 9.26775 14.1641 9.43441 13.9975L14.0172 9.41413C14.104 9.32734 14.1527 9.20964 14.1527 9.0869C14.1527 8.96417 14.104 8.84647 14.0172 8.75968L13.3627 8.10468C13.3198 8.06163 13.2687 8.02747 13.2125 8.00417C13.1563 7.98087 13.0961 7.96887 13.0352 7.96887C12.9744 7.96887 12.9142 7.98087 12.858 8.00417C12.8018 8.02747 12.7507 8.06163 12.7077 8.10468L9.10719 11.7058L7.46997 10.0691C7.38318 9.98235 7.26548 9.93359 7.14275 9.93359C7.02002 9.93359 6.90231 9.98235 6.81552 10.0691L6.16108 10.7236C6.11803 10.7666 6.08387 10.8176 6.06057 10.8738C6.03726 10.93 6.02527 10.9902 6.02527 11.0511C6.02527 11.1119 6.03726 11.1721 6.06057 11.2283Z"/>
|
||||||
<path d="M13.3332 0.833008H6.6665C6.15539 0.833008 5.83317 1.15523 5.83317 1.66634V2.49967H3.33333C2.76167 2.49967 2.5 2.82189 2.5 3.333V18.333C2.5 18.8447 2.76167 19.1664 3.33333 19.1664L16.6667 19.1663C17.2383 19.1663 17.5 18.8441 17.5 18.333V3.333C17.5 2.82134 17.2383 2.49965 16.6667 2.49965L14.1667 2.49967V4.16634H15.8333V17.4997H4.16667V4.16634H5.83317V4.99967C5.83317 5.51079 6.15539 5.83301 6.6665 5.83301H13.3332C13.8443 5.83301 14.1665 5.51079 14.1665 4.99967V1.66634C14.1665 1.15467 13.8443 0.833008 13.3332 0.833008ZM7.49984 4.16634V2.49967H12.4998V4.16634H7.49984Z" fill="#1F2329"/>
|
<path d="M13.3332 0.833008H6.6665C6.15539 0.833008 5.83317 1.15523 5.83317 1.66634V2.49967H3.33333C2.76167 2.49967 2.5 2.82189 2.5 3.333V18.333C2.5 18.8447 2.76167 19.1664 3.33333 19.1664L16.6667 19.1663C17.2383 19.1663 17.5 18.8441 17.5 18.333V3.333C17.5 2.82134 17.2383 2.49965 16.6667 2.49965L14.1667 2.49967V4.16634H15.8333V17.4997H4.16667V4.16634H5.83317V4.99967C5.83317 5.51079 6.15539 5.83301 6.6665 5.83301H13.3332C13.8443 5.83301 14.1665 5.51079 14.1665 4.99967V1.66634C14.1665 1.15467 13.8443 0.833008 13.3332 0.833008ZM7.49984 4.16634V2.49967H12.4998V4.16634H7.49984Z"/>
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
@ -834,7 +834,9 @@ export default {
|
|||||||
delete_this_category: 'Are you sure to delete this category?',
|
delete_this_category: 'Are you sure to delete this category?',
|
||||||
edit_template: 'Edit template',
|
edit_template: 'Edit template',
|
||||||
edit_classification: 'Edit classification',
|
edit_classification: 'Edit classification',
|
||||||
classification_name: 'Classification Name:'
|
classification_name: 'Classification Name:',
|
||||||
|
by_event_details: 'Search by event details',
|
||||||
|
password_input_error: 'Original password input error'
|
||||||
},
|
},
|
||||||
chart: {
|
chart: {
|
||||||
rich_text_view_result_tips: 'The rich text view selects only the first result',
|
rich_text_view_result_tips: 'The rich text view selects only the first result',
|
||||||
|
@ -836,7 +836,9 @@ export default {
|
|||||||
delete_this_category: '確定删除該分類嗎?',
|
delete_this_category: '確定删除該分類嗎?',
|
||||||
edit_template: '編輯模版',
|
edit_template: '編輯模版',
|
||||||
edit_classification: '編輯分類',
|
edit_classification: '編輯分類',
|
||||||
classification_name: '分類名稱'
|
classification_name: '分類名稱',
|
||||||
|
by_event_details: '通過事件詳情蒐索',
|
||||||
|
password_input_error: '原始密碼輸入錯誤'
|
||||||
},
|
},
|
||||||
chart: {
|
chart: {
|
||||||
rich_text_view_result_tips: '富文本只选取第一条结果',
|
rich_text_view_result_tips: '富文本只选取第一条结果',
|
||||||
|
@ -836,7 +836,9 @@ export default {
|
|||||||
delete_this_category: '确定删除该分类吗?',
|
delete_this_category: '确定删除该分类吗?',
|
||||||
edit_template: '编辑模版',
|
edit_template: '编辑模版',
|
||||||
edit_classification: '编辑分类',
|
edit_classification: '编辑分类',
|
||||||
classification_name: '分类名称'
|
classification_name: '分类名称',
|
||||||
|
by_event_details: '通过事件详情搜索',
|
||||||
|
password_input_error: '原始密码输入错误'
|
||||||
},
|
},
|
||||||
chart: {
|
chart: {
|
||||||
rich_text_view_result_tips: '富文本只选取第一条结果',
|
rich_text_view_result_tips: '富文本只选取第一条结果',
|
||||||
|
@ -557,12 +557,6 @@ div:focus {
|
|||||||
color: var(--TextPrimary);
|
color: var(--TextPrimary);
|
||||||
}
|
}
|
||||||
|
|
||||||
.blackTheme .el-button--default {
|
|
||||||
background-color: var(--MainBG) !important;
|
|
||||||
color: var(--Main) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.blackTheme .title-text {
|
.blackTheme .title-text {
|
||||||
color: var(--TextPrimary) !important;
|
color: var(--TextPrimary) !important;
|
||||||
@ -627,28 +621,6 @@ div:focus {
|
|||||||
background-color: var(--ContentBG);
|
background-color: var(--ContentBG);
|
||||||
}
|
}
|
||||||
|
|
||||||
.blackTheme .el-select-dropdown__item.hover {
|
|
||||||
background-color: #171B22 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.blackTheme .el-select-dropdown__item:hover {
|
|
||||||
background-color: #171B22 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.blackTheme .el-dropdown-menu__item:not(.is-disabled):hover {
|
|
||||||
background-color: #171B22 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.blackTheme .el-dropdown-menu__item:focus {
|
|
||||||
background-color: #171B22 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.blackTheme .el-dropdown-menu__item--divided:before {
|
|
||||||
background-color: #000000 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.blackTheme .el-card__header {
|
.blackTheme .el-card__header {
|
||||||
border-color: var(--TableBorderColor) !important;
|
border-color: var(--TableBorderColor) !important;
|
||||||
}
|
}
|
||||||
@ -685,20 +657,6 @@ div:focus {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.blackTheme .el-message-box__btns {
|
|
||||||
.el-button--default:not(.el-button--primary) {
|
|
||||||
background-color: #171b22;
|
|
||||||
color: #2681ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.el-button--primary {
|
|
||||||
color: #21333b;
|
|
||||||
background-color: #2681ff;
|
|
||||||
border-color: #2681ff;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.blackTheme .vue-treeselect__menu {
|
.blackTheme .vue-treeselect__menu {
|
||||||
border: 1px solid var(--TableBorderColor, #cfcfcf);
|
border: 1px solid var(--TableBorderColor, #cfcfcf);
|
||||||
background: var(--MainBG, #fff);
|
background: var(--MainBG, #fff);
|
||||||
@ -1212,4 +1170,36 @@ div:focus {
|
|||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.user-drawer-task {
|
||||||
|
.filter {
|
||||||
|
display: flex;
|
||||||
|
min-height: 46px;
|
||||||
|
> :nth-child(1) {
|
||||||
|
color: #1f2329;
|
||||||
|
font-family: "PingFang SC";
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 24px;
|
||||||
|
white-space: nowrap;
|
||||||
|
width: 116px;
|
||||||
|
}
|
||||||
|
.filter-item {
|
||||||
|
.item,
|
||||||
|
.more {
|
||||||
|
background: #f5f6f7;
|
||||||
|
}
|
||||||
|
|
||||||
|
.active,
|
||||||
|
.more:hover {
|
||||||
|
background: rgba(51, 112, 255, 0.1);
|
||||||
|
color: #0c296e;
|
||||||
|
}
|
||||||
|
.more {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
@ -96,7 +96,7 @@ export default {
|
|||||||
const param = this.user ? { password: this.form.password, resourceId: this.resourceId, user: this.user } : { password: this.form.password, resourceId: this.resourceId }
|
const param = this.user ? { password: this.form.password, resourceId: this.resourceId, user: this.user } : { password: this.form.password, resourceId: this.resourceId }
|
||||||
validatePwd(param).then(res => {
|
validatePwd(param).then(res => {
|
||||||
if (!res.data) {
|
if (!res.data) {
|
||||||
this.msg = this.$t('pblink.pwd_error')
|
this.msg = this.$t('system_parameter_setting.password_input_error')
|
||||||
} else {
|
} else {
|
||||||
this.$emit('fresh-token')
|
this.$emit('fresh-token')
|
||||||
}
|
}
|
||||||
|
@ -92,7 +92,7 @@
|
|||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="邮箱服务器配置">
|
<el-form-item label="邮箱服务器配置">
|
||||||
<el-checkbox v-model="formInline.ssl"
|
<el-checkbox v-model="formInline.ssl"
|
||||||
>开启SSL
|
>{{ $t('chart.open') }}SSL
|
||||||
<el-tooltip
|
<el-tooltip
|
||||||
class="item"
|
class="item"
|
||||||
effect="dark"
|
effect="dark"
|
||||||
@ -104,7 +104,7 @@
|
|||||||
</el-checkbox>
|
</el-checkbox>
|
||||||
|
|
||||||
<el-checkbox v-model="formInline.tls">
|
<el-checkbox v-model="formInline.tls">
|
||||||
开启TSL
|
{{ $t('chart.open') }}TSL
|
||||||
<el-tooltip
|
<el-tooltip
|
||||||
class="item"
|
class="item"
|
||||||
effect="dark"
|
effect="dark"
|
||||||
|
@ -377,7 +377,7 @@ export default {
|
|||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
background: #ffffff;
|
background-color: var(--MainBG, #fff);
|
||||||
box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.05);
|
box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.05);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="12" class="right-user">
|
<el-col :span="12" class="right-user">
|
||||||
<el-input
|
<el-input
|
||||||
:placeholder="$t('通过事件详情搜索')"
|
:placeholder="$t('system_parameter_setting.by_event_details')"
|
||||||
prefix-icon="el-icon-search"
|
prefix-icon="el-icon-search"
|
||||||
class="name-email-search"
|
class="name-email-search"
|
||||||
size="small"
|
size="small"
|
||||||
@ -118,15 +118,15 @@ import DeLayoutContent from "@/components/business/DeLayoutContent";
|
|||||||
import GridTable from "@/components/gridTable/index.vue";
|
import GridTable from "@/components/gridTable/index.vue";
|
||||||
import filterUser from './filterUser';
|
import filterUser from './filterUser';
|
||||||
import _ from 'lodash';
|
import _ from 'lodash';
|
||||||
|
import keyEnter from '@/components/msgCfm/keyEnter.js'
|
||||||
import {
|
import {
|
||||||
formatCondition,
|
|
||||||
formatQuickCondition,
|
|
||||||
addOrder,
|
addOrder,
|
||||||
formatOrders,
|
formatOrders,
|
||||||
} from "@/utils/index";
|
} from "@/utils/index";
|
||||||
import { logGrid, exportExcel } from "@/api/system/log";
|
import { logGrid, exportExcel } from "@/api/system/log";
|
||||||
export default {
|
export default {
|
||||||
components: { GridTable, DeLayoutContent, filterUser },
|
components: { GridTable, DeLayoutContent, filterUser },
|
||||||
|
mixins: [keyEnter],
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
columns: [],
|
columns: [],
|
||||||
@ -175,11 +175,7 @@ export default {
|
|||||||
conditions: [...this.cacheCondition],
|
conditions: [...this.cacheCondition],
|
||||||
};
|
};
|
||||||
if (this.nikeName) {
|
if (this.nikeName) {
|
||||||
param.conditions.push({
|
param.keyWord = this.nikeName;
|
||||||
field: `nick_name`,
|
|
||||||
operator: "like",
|
|
||||||
value: this.nikeName,
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
exportExcel(param).then((res) => {
|
exportExcel(param).then((res) => {
|
||||||
@ -271,11 +267,7 @@ export default {
|
|||||||
conditions: [...this.cacheCondition],
|
conditions: [...this.cacheCondition],
|
||||||
};
|
};
|
||||||
if (this.nikeName) {
|
if (this.nikeName) {
|
||||||
param.conditions.push({
|
param.keyWord = this.nikeName;
|
||||||
field: `nick_name`,
|
|
||||||
operator: "like",
|
|
||||||
value: this.nikeName,
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
const { currentPage, pageSize } = this.paginationConfig;
|
const { currentPage, pageSize } = this.paginationConfig;
|
||||||
logGrid(currentPage, pageSize, param).then((response) => {
|
logGrid(currentPage, pageSize, param).then((response) => {
|
||||||
|
@ -225,9 +225,9 @@ export default {
|
|||||||
del(row) {
|
del(row) {
|
||||||
if (row.pluginId < 4) return;
|
if (row.pluginId < 4) return;
|
||||||
const options = {
|
const options = {
|
||||||
title: "确定卸载该插件?",
|
title: "components.uninstall_the_plugin",
|
||||||
content: "卸载并重启服务器之后才能生效",
|
content: "components.it_takes_effect",
|
||||||
confirmButtonText: this.$t("卸载"),
|
confirmButtonText: this.$t("components.uninstall"),
|
||||||
type: "primary",
|
type: "primary",
|
||||||
cb: () => {
|
cb: () => {
|
||||||
uninstall(row.pluginId)
|
uninstall(row.pluginId)
|
||||||
@ -260,7 +260,7 @@ export default {
|
|||||||
margin-right: 12px;
|
margin-right: 12px;
|
||||||
}
|
}
|
||||||
.el-input__inner {
|
.el-input__inner {
|
||||||
background: #ffffff !important;
|
background: var(--ContentBG, #ffffff) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -275,8 +275,8 @@ export default {
|
|||||||
.de-card-plugin {
|
.de-card-plugin {
|
||||||
width: 270px;
|
width: 270px;
|
||||||
min-height: 188px;
|
min-height: 188px;
|
||||||
background: #ffffff;
|
background: var(--ContentBG, #ffffff);
|
||||||
border: 1px solid #dee0e3;
|
border: 1px solid var(--deCardStrokeColor, #dee0e3);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
margin: 0 24px 24px 0;
|
margin: 0 24px 24px 0;
|
||||||
&:hover {
|
&:hover {
|
||||||
@ -412,7 +412,7 @@ export default {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-left: 12px;
|
margin-left: 12px;
|
||||||
.value {
|
.value {
|
||||||
color: #1f2329;
|
color: var(--TextPrimary, #1F2329);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,80 +0,0 @@
|
|||||||
<template>
|
|
||||||
<de-layout-content
|
|
||||||
v-loading="$store.getters.loadingMap[$store.getters.currentPath]"
|
|
||||||
>
|
|
||||||
<div class="display-setting">
|
|
||||||
<el-tabs v-model="activeName" class="de-tabs">
|
|
||||||
<el-tab-pane :label="$t('sysParams.display')" name="display">
|
|
||||||
</el-tab-pane>
|
|
||||||
<el-tab-pane :label="$t('sysParams.theme')" name="theme"> </el-tab-pane>
|
|
||||||
</el-tabs>
|
|
||||||
<div
|
|
||||||
class="tabs-container"
|
|
||||||
:class="[activeName !== 'theme' ? 'is-center' : 'pad-center']"
|
|
||||||
>
|
|
||||||
<div class="min-w600">
|
|
||||||
<plugin-com
|
|
||||||
v-if="activeName === 'display'"
|
|
||||||
ref="DisplaySetting"
|
|
||||||
component-name="DisplaySetting"
|
|
||||||
/>
|
|
||||||
<plugin-com
|
|
||||||
v-if="activeName === 'theme'"
|
|
||||||
ref="ThemeSetting"
|
|
||||||
component-name="ThemeSetting"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</de-layout-content>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
import DeLayoutContent from "@/components/business/DeLayoutContent";
|
|
||||||
import PluginCom from "@/views/system/plugin/PluginCom";
|
|
||||||
|
|
||||||
export default {
|
|
||||||
name: "AppearanceSetting",
|
|
||||||
components: { DeLayoutContent, PluginCom },
|
|
||||||
data() {
|
|
||||||
return {
|
|
||||||
activeName: "display",
|
|
||||||
};
|
|
||||||
},
|
|
||||||
};
|
|
||||||
</script>
|
|
||||||
|
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
|
||||||
.display-setting {
|
|
||||||
height: 100%;
|
|
||||||
background-color: var(--MainBG, #f5f6f7);
|
|
||||||
|
|
||||||
.tabs-container {
|
|
||||||
height: calc(100% - 48px);
|
|
||||||
background: var(--ContentBG, #ffffff);
|
|
||||||
overflow-x: auto;
|
|
||||||
|
|
||||||
.min-w600 {
|
|
||||||
min-width: 600px;
|
|
||||||
height: 100%;
|
|
||||||
|
|
||||||
& > :nth-child(1) {
|
|
||||||
box-sizing: border-box;
|
|
||||||
padding-bottom: 20px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.is-center {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
align-items: center;
|
|
||||||
padding: 0 20px 20px 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pad-center {
|
|
||||||
padding: 24px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
@ -107,7 +107,8 @@
|
|||||||
>
|
>
|
||||||
<el-table-column type="selection" width="55" />
|
<el-table-column type="selection" width="55" />
|
||||||
<el-table-column
|
<el-table-column
|
||||||
width="178"
|
min-width="178"
|
||||||
|
key="name"
|
||||||
prop="name"
|
prop="name"
|
||||||
:label="$t('dataset.task_name')"
|
:label="$t('dataset.task_name')"
|
||||||
>
|
>
|
||||||
@ -122,12 +123,14 @@
|
|||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
width="178"
|
min-width="178"
|
||||||
|
key="datasetName"
|
||||||
prop="datasetName"
|
prop="datasetName"
|
||||||
:label="$t('dataset.task.dataset')"
|
:label="$t('dataset.task.dataset')"
|
||||||
/>
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
width="100"
|
min-width="100"
|
||||||
|
key="rate"
|
||||||
prop="rate"
|
prop="rate"
|
||||||
:label="$t('dataset.execute_rate')"
|
:label="$t('dataset.execute_rate')"
|
||||||
>
|
>
|
||||||
@ -146,7 +149,8 @@
|
|||||||
|
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="lastExecTime"
|
prop="lastExecTime"
|
||||||
width="178"
|
key="lastExecTime"
|
||||||
|
min-width="178"
|
||||||
:label="$t('dataset.task.last_exec_time')"
|
:label="$t('dataset.task.last_exec_time')"
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
@ -158,7 +162,8 @@
|
|||||||
|
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="lastExecStatus"
|
prop="lastExecStatus"
|
||||||
width="140"
|
key="lastExecStatus"
|
||||||
|
min-width="140"
|
||||||
:label="$t('dataset.task.last_exec_status')"
|
:label="$t('dataset.task.last_exec_status')"
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
@ -176,7 +181,8 @@
|
|||||||
|
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="nextExecTime"
|
prop="nextExecTime"
|
||||||
width="178"
|
key="nextExecTime"
|
||||||
|
min-width="178"
|
||||||
:label="$t('dataset.task.next_exec_time')"
|
:label="$t('dataset.task.next_exec_time')"
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
@ -198,6 +204,7 @@
|
|||||||
|
|
||||||
<el-table-column
|
<el-table-column
|
||||||
min-width="120"
|
min-width="120"
|
||||||
|
key="status"
|
||||||
prop="status"
|
prop="status"
|
||||||
:label="$t('dataset.task.task_status')"
|
:label="$t('dataset.task.task_status')"
|
||||||
>
|
>
|
||||||
@ -210,6 +217,7 @@
|
|||||||
<el-table-column
|
<el-table-column
|
||||||
slot="__operation"
|
slot="__operation"
|
||||||
:label="$t('commons.operating')"
|
:label="$t('commons.operating')"
|
||||||
|
key="__operation"
|
||||||
fixed="right"
|
fixed="right"
|
||||||
width="84"
|
width="84"
|
||||||
>
|
>
|
||||||
@ -325,11 +333,12 @@ import GridTable from "@/components/gridTable/index.vue";
|
|||||||
import filterUser from "./filterUser.vue";
|
import filterUser from "./filterUser.vue";
|
||||||
import msgCfm from "@/components/msgCfm/index";
|
import msgCfm from "@/components/msgCfm/index";
|
||||||
import _ from "lodash";
|
import _ from "lodash";
|
||||||
|
import keyEnter from '@/components/msgCfm/keyEnter.js'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "DatasetTaskList",
|
name: "DatasetTaskList",
|
||||||
components: { GridTable, cron, filterUser, TableSelector },
|
components: { GridTable, cron, filterUser, TableSelector },
|
||||||
mixins: [msgCfm],
|
mixins: [msgCfm, keyEnter],
|
||||||
props: {
|
props: {
|
||||||
transCondition: {
|
transCondition: {
|
||||||
type: Object,
|
type: Object,
|
||||||
|
@ -137,10 +137,12 @@ import { exportExcel, post } from "@/api/dataset/dataset";
|
|||||||
import GridTable from "@/components/gridTable/index.vue";
|
import GridTable from "@/components/gridTable/index.vue";
|
||||||
import filterUser from "./filterUserRecord.vue";
|
import filterUser from "./filterUserRecord.vue";
|
||||||
import _ from "lodash";
|
import _ from "lodash";
|
||||||
|
import keyEnter from '@/components/msgCfm/keyEnter.js'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "TaskRecord",
|
name: "TaskRecord",
|
||||||
components: { GridTable, filterUser },
|
components: { GridTable, filterUser },
|
||||||
|
mixins: [keyEnter],
|
||||||
props: {
|
props: {
|
||||||
param: {
|
param: {
|
||||||
type: Object,
|
type: Object,
|
||||||
|
@ -455,7 +455,7 @@ export default {
|
|||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
background: #FFFFFF;
|
background-color: var(--MainBG, #fff);
|
||||||
box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.05);
|
box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.05);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -443,7 +443,7 @@ export default {
|
|||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
background: #ffffff;
|
background-color: var(--MainBG, #fff);
|
||||||
box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.05);
|
box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.05);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -232,7 +232,6 @@ import "codemirror/addon/hint/show-hint.css";
|
|||||||
import "codemirror/addon/hint/sql-hint";
|
import "codemirror/addon/hint/sql-hint";
|
||||||
import "codemirror/addon/hint/show-hint";
|
import "codemirror/addon/hint/show-hint";
|
||||||
import TableSelector from "./TableSelector";
|
import TableSelector from "./TableSelector";
|
||||||
import { log } from "@antv/g2plot/lib/utils";
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: { cron, codemirror, TableSelector, DeLayoutContent },
|
components: { cron, codemirror, TableSelector, DeLayoutContent },
|
||||||
@ -590,11 +589,11 @@ export default {
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: #f5f6f7;
|
background-color: var(--MainBG, #f5f6f7);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|
||||||
.el-input__inner {
|
.el-input__inner {
|
||||||
background: #ffffff !important;
|
background: var(--ContentBG, #ffffff) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-date-editor {
|
.el-date-editor {
|
||||||
@ -607,7 +606,7 @@ export default {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
background: #f5f6f7;
|
background-color: var(--MainBG, #f5f6f7);
|
||||||
|
|
||||||
.param-title {
|
.param-title {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -641,7 +640,7 @@ export default {
|
|||||||
height: 80px;
|
height: 80px;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
right: 24px;
|
right: 24px;
|
||||||
background: #ffffff;
|
background-color: var(--MainBG, #fff);
|
||||||
box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.08);
|
box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.08);
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -7,15 +7,20 @@
|
|||||||
</div>
|
</div>
|
||||||
<el-form ref="createUserForm" :model="form" :rules="rule" size="small" label-width="auto" label-position="right">
|
<el-form ref="createUserForm" :model="form" :rules="rule" size="small" label-width="auto" label-position="right">
|
||||||
<el-form-item :label="$t('user.origin_passwd')" prop="oldPwd">
|
<el-form-item :label="$t('user.origin_passwd')" prop="oldPwd">
|
||||||
<el-input v-model="form.oldPwd" type="password" />
|
<dePwd
|
||||||
|
v-model="form.oldPwd"
|
||||||
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item :label="$t('user.new_passwd')" prop="newPwd">
|
<el-form-item :label="$t('user.new_passwd')" prop="newPwd">
|
||||||
<el-input v-model="form.newPwd" type="password" />
|
<dePwd
|
||||||
|
v-model="form.newPwd"
|
||||||
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item :label="$t('user.confirm_passwd')" prop="repeatPwd">
|
<el-form-item :label="$t('user.confirm_passwd')" prop="repeatPwd">
|
||||||
<el-input v-model="form.repeatPwd" type="password" />
|
<dePwd
|
||||||
|
v-model="form.repeatPwd"
|
||||||
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|
||||||
<el-form-item>
|
<el-form-item>
|
||||||
<el-button type="primary" @click="save">{{ $t('commons.confirm') }}</el-button>
|
<el-button type="primary" @click="save">{{ $t('commons.confirm') }}</el-button>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
@ -28,9 +33,10 @@
|
|||||||
<script>
|
<script>
|
||||||
import LayoutContent from '@/components/business/LayoutContent'
|
import LayoutContent from '@/components/business/LayoutContent'
|
||||||
import { updatePersonPwd } from '@/api/system/user'
|
import { updatePersonPwd } from '@/api/system/user'
|
||||||
|
import dePwd from '@/components/deCustomCm/dePwd.vue'
|
||||||
export default {
|
export default {
|
||||||
|
|
||||||
components: { LayoutContent },
|
components: { LayoutContent, dePwd },
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
form: {
|
form: {
|
||||||
|