@indfnd/common-m 0.0.5
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/CHANGELOG.md +2726 -0
- package/css/view-design/fonts/ionicons.svg +870 -0
- package/css/view-design/fonts/ionicons.ttf +0 -0
- package/css/view-design/fonts/ionicons.woff +0 -0
- package/css/view-design/fonts/ionicons.woff2 +0 -0
- package/css/view-design/iview.css +17233 -0
- package/dist/ind-common.es.js +28117 -0
- package/dist/ind-common.umd.cjs +52 -0
- package/dist/styles/imgs/error-page/error-401.svg +1 -0
- package/dist/styles/imgs/error-page/error-404.svg +1 -0
- package/dist/styles/imgs/error-page/error-500.svg +1 -0
- package/dist/styles/imgs/login/login-bg.jpg +0 -0
- package/dist/styles/imgs/logo.png +0 -0
- package/dist/styles/index.css +1 -0
- package/global.d.ts +4 -0
- package/package.json +98 -0
- package/src/styles/common.less +198 -0
- package/src/styles/components/404.less +46 -0
- package/src/styles/components/auth.less +45 -0
- package/src/styles/components/button.less +34 -0
- package/src/styles/components/date-picker.less +37 -0
- package/src/styles/components/drawer.less +20 -0
- package/src/styles/components/dropdown.less +18 -0
- package/src/styles/components/excel-flow.less +72 -0
- package/src/styles/components/form.less +306 -0
- package/src/styles/components/index.less +18 -0
- package/src/styles/components/layout/basic-layout.less +509 -0
- package/src/styles/components/layout/collect.less +10 -0
- package/src/styles/components/layout/detail-view.less +107 -0
- package/src/styles/components/layout/full-screen.less +7 -0
- package/src/styles/components/layout/index.less +8 -0
- package/src/styles/components/layout/other-menu.less +142 -0
- package/src/styles/components/layout/page-view.less +144 -0
- package/src/styles/components/layout/sider-trigger.less +41 -0
- package/src/styles/components/layout/tags-nav.less +113 -0
- package/src/styles/components/login.less +47 -0
- package/src/styles/components/modal.less +85 -0
- package/src/styles/components/panel.less +163 -0
- package/src/styles/components/select.less +3 -0
- package/src/styles/components/sign.less +27 -0
- package/src/styles/components/table.less +314 -0
- package/src/styles/components/tree.less +166 -0
- package/src/styles/components/upload.less +164 -0
- package/src/styles/components/wangEditor.less +804 -0
- package/src/styles/index.less +5 -0
- package/src/styles/reset.less +65 -0
- package/src/styles/third/ag.less +173 -0
- package/src/styles/third/icons/sort-desc.svg +1 -0
- package/src/styles/third/icons/sort-up.svg +1 -0
- package/src/styles/third/icons/sorting.svg +1 -0
- package/src/styles/third/index.less +11 -0
- package/src/styles/third/view-design.less +364 -0
- package/src/styles/variables/base.less +143 -0
- package/src/styles/variables/index.less +4 -0
- package/src/styles/variables/lambo-default.less +914 -0
- package/src/styles/variables/theme/default/button.less +7 -0
- package/src/styles/variables/theme/default/common.less +60 -0
- package/src/styles/variables/theme/default/index.less +7 -0
- package/src/styles/variables/theme/default/layout.less +40 -0
- package/src/styles/variables/theme/default/table.less +37 -0
- package/src/styles/variables/theme/default/tag.less +3 -0
- package/src/styles/variables/theme/default/upload.less +3 -0
- package/src/styles/variables/theme/index.less +13 -0
- package/src/styles/variables/theme/small/button.less +7 -0
- package/src/styles/variables/theme/small/common.less +41 -0
- package/src/styles/variables/theme/small/index.less +5 -0
- package/src/styles/variables/theme/small/layout.less +21 -0
- package/src/styles/variables/theme/small/table.less +17 -0
- package/src/styles/variables/theme/small/tag.less +3 -0
- package/types/api/basic/app.d.ts +13 -0
- package/types/api/basic/home.d.ts +6 -0
- package/types/api/basic/user.d.ts +19 -0
- package/types/api/common/msgreviceset.d.ts +2 -0
- package/types/api/common/todohandlerset.d.ts +2 -0
- package/types/api/iam/ac/allocation/batchverify.d.ts +16 -0
- package/types/api/iam/ac/allocation/cigar.d.ts +12 -0
- package/types/api/iam/ac/allocation/emergency.d.ts +14 -0
- package/types/api/iam/ac/allocation/weekallot.d.ts +10 -0
- package/types/api/iam/ac/allocation/weekplan.d.ts +10 -0
- package/types/api/iam/ac/contract/contract-cancel.d.ts +2 -0
- package/types/api/iam/ac/contract/contract-create.d.ts +10 -0
- package/types/api/iam/ac/contract/contract-edit.d.ts +5 -0
- package/types/api/iam/ac/contract/contract-invoice.d.ts +6 -0
- package/types/api/iam/ac/contract/contract-order.d.ts +25 -0
- package/types/api/iam/ac/contract/contract-other.d.ts +1 -0
- package/types/api/iam/ac/contract/contract-plan.d.ts +3 -0
- package/types/api/iam/ac/contract/contract-preparation.d.ts +13 -0
- package/types/api/iam/ac/contract/contract-registration.d.ts +17 -0
- package/types/api/iam/ac/contract/contract-seal.d.ts +2 -0
- package/types/api/iam/ac/contract/contract-track.d.ts +1 -0
- package/types/api/iam/ac/contract/qrtztask.d.ts +6 -0
- package/types/api/iam/ac/export/export.d.ts +3 -0
- package/types/api/iam/ac/returned/make-contract.d.ts +4 -0
- package/types/api/iam/ac/returned/returned.d.ts +7 -0
- package/types/api/iam/ac/zero/base.d.ts +15 -0
- package/types/api/iam/ac/zero/normal.d.ts +3 -0
- package/types/api/iam/ac/zero/stock.d.ts +3 -0
- package/types/api/iam/ac/zjsysalefore/zjsysalefore.d.ts +3 -0
- package/types/api/iam/am/agreement/consult.d.ts +5 -0
- package/types/api/iam/am/agreement/consultquery.d.ts +1 -0
- package/types/api/iam/am/agreement/decompose.d.ts +2 -0
- package/types/api/iam/am/basic/agreement.d.ts +5 -0
- package/types/api/iam/am/basic/agreementnew.d.ts +5 -0
- package/types/api/iam/am/basic/architecture.d.ts +3 -0
- package/types/api/iam/am/basic/com.d.ts +3 -0
- package/types/api/iam/am/basic/comaccount.d.ts +6 -0
- package/types/api/iam/am/basic/comitem.d.ts +4 -0
- package/types/api/iam/am/basic/comitemwhse.d.ts +4 -0
- package/types/api/iam/am/basic/comwhse.d.ts +7 -0
- package/types/api/iam/am/basic/contract.d.ts +4 -0
- package/types/api/iam/am/basic/item.d.ts +3 -0
- package/types/api/iam/am/basic/itemref.d.ts +5 -0
- package/types/api/iam/am/basic/nccomwhseitem.d.ts +3 -0
- package/types/api/iam/am/basic/onekeyset.d.ts +4 -0
- package/types/api/iam/am/basic/parms.d.ts +4 -0
- package/types/api/iam/am/basic/produce.d.ts +3 -0
- package/types/api/iam/am/basic/product.d.ts +3 -0
- package/types/api/iam/am/basic/whse.d.ts +4 -0
- package/types/api/iam/am/basic/whseitem.d.ts +4 -0
- package/types/api/iam/am/basic/whsenc.d.ts +4 -0
- package/types/api/iam/am/basicchange/comaccountverify.d.ts +5 -0
- package/types/api/iam/am/basicchange/comwhseverify.d.ts +5 -0
- package/types/api/iam/am/basicchange/price.d.ts +14 -0
- package/types/api/iam/am/basicchange/tax.d.ts +5 -0
- package/types/api/iam/am/month/emergsupply/centerverify.d.ts +4 -0
- package/types/api/iam/am/month/emergsupply/emergsupply.d.ts +4 -0
- package/types/api/iam/am/month/emergsupply/emergsupplyquery.d.ts +1 -0
- package/types/api/iam/am/month/emergsupply/saleorgcreate.d.ts +4 -0
- package/types/api/iam/am/month/formulate/centerbalance.d.ts +8 -0
- package/types/api/iam/am/month/formulate/itemadjust.d.ts +10 -0
- package/types/api/iam/am/month/formulate/monthplan.d.ts +7 -0
- package/types/api/iam/am/month/formulate/saleorgdecomponse.d.ts +4 -0
- package/types/api/iam/am/month/formulate/saleorgverify.d.ts +6 -0
- package/types/api/iam/am/month/param.d.ts +2 -0
- package/types/api/iam/am/month/ratelimit.d.ts +9 -0
- package/types/api/iam/am/month/secondformulate/create.d.ts +5 -0
- package/types/api/iam/am/monthXj/formulateXj/centerbalance.d.ts +8 -0
- package/types/api/iam/am/monthXj/formulateXj/create.d.ts +10 -0
- package/types/api/iam/am/monthXj/formulateXj/itemadjust.d.ts +11 -0
- package/types/api/iam/am/monthXj/formulateXj/saleorgverify.d.ts +4 -0
- package/types/api/iam/am/preweekplan/formulate/weekplan.d.ts +6 -0
- package/types/api/iam/am/preweekplan/param.d.ts +2 -0
- package/types/api/iam/am/preweekplan/ratelimit.d.ts +9 -0
- package/types/api/iam/am/report/Export2ExcelForTransferSituation.d.ts +20 -0
- package/types/api/iam/am/report/agree.d.ts +8 -0
- package/types/api/iam/am/report/agreechange.d.ts +1 -0
- package/types/api/iam/am/report/allocation.d.ts +1 -0
- package/types/api/iam/am/report/cigaragree.d.ts +8 -0
- package/types/api/iam/am/report/comstock.d.ts +1 -0
- package/types/api/iam/am/report/contractCheck.d.ts +1 -0
- package/types/api/iam/am/report/contractorder.d.ts +6 -0
- package/types/api/iam/am/report/cxb.d.ts +1 -0
- package/types/api/iam/am/report/cxbquery.d.ts +1 -0
- package/types/api/iam/am/report/dayPlan.d.ts +1 -0
- package/types/api/iam/am/report/distcalculation.d.ts +2 -0
- package/types/api/iam/am/report/dxc-day.d.ts +1 -0
- package/types/api/iam/am/report/dxc-month.d.ts +1 -0
- package/types/api/iam/am/report/execute.d.ts +1 -0
- package/types/api/iam/am/report/home.d.ts +7 -0
- package/types/api/iam/am/report/invoice.d.ts +2 -0
- package/types/api/iam/am/report/logistics.d.ts +2 -0
- package/types/api/iam/am/report/monthallocation.d.ts +1 -0
- package/types/api/iam/am/report/monthplanimp.d.ts +1 -0
- package/types/api/iam/am/report/monthplanimpxj.d.ts +1 -0
- package/types/api/iam/am/report/monthsale.d.ts +1 -0
- package/types/api/iam/am/report/nextnextmonthplan.d.ts +1 -0
- package/types/api/iam/am/report/stock.d.ts +3 -0
- package/types/api/iam/am/report/track.d.ts +2 -0
- package/types/api/iam/am/report/transfer-implement.d.ts +2 -0
- package/types/api/iam/am/report/transfer-situation.d.ts +1 -0
- package/types/api/iam/am/report/weekplan.d.ts +2 -0
- package/types/api/iam/am/report/zero.d.ts +2 -0
- package/types/api/iam/am/trans/trans.d.ts +6 -0
- package/types/api/iam/sq/report/monopoly/monopoly.d.ts +11 -0
- package/types/api/iam/sq/report/monthtransferplan.d.ts +2 -0
- package/types/api/ipm/bc/basic/bidding.d.ts +3 -0
- package/types/api/ipm/bc/basic/biddingForCigar.d.ts +3 -0
- package/types/api/ipm/bc/basic/grade.d.ts +2 -0
- package/types/api/ipm/bc/basic/item.d.ts +7 -0
- package/types/api/ipm/bc/basic/jditem.d.ts +2 -0
- package/types/api/ipm/bc/basic/manualsignature.d.ts +4 -0
- package/types/api/ipm/bc/basic/parms.d.ts +1 -0
- package/types/api/ipm/bc/basic/price.d.ts +4 -0
- package/types/api/ipm/bc/basic/regionday.d.ts +4 -0
- package/types/api/ipm/bc/basic/regioninfo.d.ts +3 -0
- package/types/api/ipm/bc/basic/series.d.ts +2 -0
- package/types/api/ipm/bc/basic/smoke.d.ts +6 -0
- package/types/api/ipm/bc/basic/supplier.d.ts +2 -0
- package/types/api/ipm/bc/basic/supplierItem.d.ts +1 -0
- package/types/api/ipm/bc/basic/tender.d.ts +5 -0
- package/types/api/ipm/bc/basic/type.d.ts +2 -0
- package/types/api/ipm/bc/basic/unit.d.ts +2 -0
- package/types/api/ipm/bc/basic/yearSupplier.d.ts +1 -0
- package/types/api/ipm/bc/invtyquery/invtyquery.d.ts +1 -0
- package/types/api/ipm/bc/statisticalquery/flowprocess.d.ts +2 -0
- package/types/api/ipm/bc/statisticalquery/itemapplydetail.d.ts +2 -0
- package/types/api/ipm/bc/statisticalquery/itemprocess.d.ts +1 -0
- package/types/api/ipm/bc/statisticalquery/purchasequery.d.ts +1 -0
- package/types/api/ipm/bc/statisticalquery/quarterprogress.d.ts +6 -0
- package/types/api/ipm/bc/statisticalquery/regiondaycompare.d.ts +5 -0
- package/types/api/ipm/bc/statisticalquery/regiondayquery.d.ts +3 -0
- package/types/api/ipm/bc/statisticalquery/schemefollow.d.ts +5 -0
- package/types/api/ipm/bc/statisticalquery/schemeoutputquery.d.ts +1 -0
- package/types/api/ipm/bc/statisticalquery/schemeprogress.d.ts +3 -0
- package/types/api/ipm/bc/statisticalquery/xqitemregion.d.ts +1 -0
- package/types/api/ipm/bc/statisticalquery/xqregiondayquery.d.ts +4 -0
- package/types/api/ipm/bc/statisticalquery/xqschemeoutput.d.ts +1 -0
- package/types/api/ipm/bc/statisticalquery/zxitemregion.d.ts +2 -0
- package/types/api/ipm/bg/budget/adjust.d.ts +7 -0
- package/types/api/ipm/bg/budget/adjustapplyverify.d.ts +4 -0
- package/types/api/ipm/bg/budget/adjustment.d.ts +9 -0
- package/types/api/ipm/bg/budget/cigaradjustapply.d.ts +6 -0
- package/types/api/ipm/bg/budget/cigarbudget/cigarbg.d.ts +7 -0
- package/types/api/ipm/bg/budget/quarter/quarterNewBg.d.ts +12 -0
- package/types/api/ipm/bg/budget/quarter/quarterbg.d.ts +6 -0
- package/types/api/ipm/bg/budget/reportData.d.ts +31 -0
- package/types/api/ipm/bg/budget/supplement.d.ts +7 -0
- package/types/api/ipm/bg/budget/supplementVerify.d.ts +2 -0
- package/types/api/ipm/bg/budget/supplementVerifyzx.d.ts +3 -0
- package/types/api/ipm/bg/budget/supplementapprove.d.ts +3 -0
- package/types/api/ipm/bg/budget/year/yearbg.d.ts +11 -0
- package/types/api/ipm/bg/ybbudget/ybbudget.d.ts +4 -0
- package/types/api/ipm/dm/demand/backup.d.ts +7 -0
- package/types/api/ipm/dm/demand/centerplan.d.ts +16 -0
- package/types/api/ipm/dm/demand/centerplanorgan.d.ts +9 -0
- package/types/api/ipm/dm/demand/demand.d.ts +6 -0
- package/types/api/ipm/dm/demand/monthneed.d.ts +9 -0
- package/types/api/ipm/dm/demand/monthneedxj.d.ts +15 -0
- package/types/api/ipm/dm/demand/pcdmd.d.ts +6 -0
- package/types/api/ipm/dm/demand/purchase.d.ts +14 -0
- package/types/api/ipm/dm/demand/quarteradd.d.ts +16 -0
- package/types/api/ipm/dm/demand/quarteraddxj.d.ts +16 -0
- package/types/api/ipm/dm/demand/quarterapply.d.ts +29 -0
- package/types/api/ipm/dm/demand/quarterapplynew.d.ts +40 -0
- package/types/api/ipm/dm/demand/quarterapplyxjnew.d.ts +34 -0
- package/types/api/ipm/dm/demand/quarteritem.d.ts +4 -0
- package/types/api/ipm/dm/demand/quarterneed.d.ts +13 -0
- package/types/api/ipm/dm/demand/supplement.d.ts +11 -0
- package/types/api/ipm/dm/demand/supplementbalance.d.ts +26 -0
- package/types/api/ipm/dm/demand/supplementverify.d.ts +2 -0
- package/types/api/ipm/qt/basic/contrast.d.ts +4 -0
- package/types/api/ipm/qt/basic/outconfirm.d.ts +16 -0
- package/types/api/ipm/qt/basic/qtapply.d.ts +7 -0
- package/types/api/ipm/qt/basic/qtitem.d.ts +6 -0
- package/types/api/ipm/qt/qtchangesheet.d.ts +15 -0
- package/types/api/ipm/qt/qtchangetable.d.ts +7 -0
- package/types/api/ipm/qt/qtdailystatement.d.ts +1 -0
- package/types/api/ipm/qt/qtreturn/edit.d.ts +3 -0
- package/types/api/ipm/qt/qtreturn.d.ts +5 -0
- package/types/api/ipm/qt/qtspareinv.d.ts +12 -0
- package/types/api/ipm/qt/qtspareinvq.d.ts +15 -0
- package/types/api/ipm/qt/stand-book.d.ts +18 -0
- package/types/api/ipm/sc/scheme/cigar/schemeapply.d.ts +56 -0
- package/types/api/ipm/sc/scheme/cigar/schemearchiving.d.ts +7 -0
- package/types/api/ipm/sc/scheme/cigar/schemechange.d.ts +17 -0
- package/types/api/ipm/sc/scheme/cigar/schemechangecheck.d.ts +2 -0
- package/types/api/ipm/sc/scheme/cigar/schemecheck.d.ts +4 -0
- package/types/api/ipm/sc/scheme/cigar/schemereporte.d.ts +2 -0
- package/types/api/ipm/sc/scheme/cigar/schemesummary.d.ts +17 -0
- package/types/api/ipm/sc/scheme/cigar/schemesummarycheck.d.ts +2 -0
- package/types/api/ipm/sc/scheme/schemeapply.d.ts +37 -0
- package/types/api/ipm/sc/scheme/schemearchiving.d.ts +9 -0
- package/types/api/ipm/sc/scheme/schemechange.d.ts +9 -0
- package/types/api/ipm/sc/scheme/schemechangecheck.d.ts +2 -0
- package/types/api/ipm/sc/scheme/schemecheck.d.ts +6 -0
- package/types/api/ipm/sc/scheme/schemereporte.d.ts +2 -0
- package/types/api/ipm/sc/scheme/schemesummary.d.ts +11 -0
- package/types/api/ipm/sc/scheme/schemesummarycheck.d.ts +2 -0
- package/types/api/ipm/sc/scheme/ybscheme.d.ts +26 -0
- package/types/api/ipm/st/stock/account.d.ts +13 -0
- package/types/api/ipm/st/stock/applyother.d.ts +12 -0
- package/types/api/ipm/st/stock/itemdistribute.d.ts +5 -0
- package/types/api/ipm/st/stock/punch.d.ts +13 -0
- package/types/api/ipm/st/stock/regioncheck.d.ts +13 -0
- package/types/api/ipm/st/stock/regioninput.d.ts +11 -0
- package/types/api/ipm/st/stock/regionlocked.d.ts +7 -0
- package/types/api/ipm/st/stock/regionoutput.d.ts +11 -0
- package/types/api/ipm/st/stock/schemeapply.d.ts +49 -0
- package/types/api/ipm/st/stock/schemeoutput.d.ts +11 -0
- package/types/api/ipm/st/stock/schemereceive.d.ts +6 -0
- package/types/api/ipm/st/stock/smokeinput.d.ts +4 -0
- package/types/components/404/back-btn-group.vue.d.ts +17 -0
- package/types/components/404/error-content.vue.d.ts +24 -0
- package/types/components/404/index.d.ts +2 -0
- package/types/components/404/index.vue.d.ts +16 -0
- package/types/components/button/button.vue.d.ts +51 -0
- package/types/components/button/index.d.ts +1 -0
- package/types/components/date-picker/half-year/half-year-date-picker.vue.d.ts +61 -0
- package/types/components/date-picker/index.d.ts +2 -0
- package/types/components/date-picker/quarter/quarter-date-picker.vue.d.ts +62 -0
- package/types/components/form/form.d.ts +34 -0
- package/types/components/form/index.d.ts +1 -0
- package/types/components/icons/common-icon.vue.d.ts +59 -0
- package/types/components/icons/index.d.ts +1 -0
- package/types/components/icons/index.vue.d.ts +34 -0
- package/types/components/index.d.ts +17 -0
- package/types/components/input-modal/brand/brand-input-modal.vue.d.ts +93 -0
- package/types/components/input-modal/com/com-input-modal.vue.d.ts +93 -0
- package/types/components/input-modal/index.d.ts +4 -0
- package/types/components/input-modal/item/item-input-modal.vue.d.ts +103 -0
- package/types/components/input-modal/tree-select/index.vue.d.ts +60 -0
- package/types/components/input-modal/tree-select/tree.vue.d.ts +190 -0
- package/types/components/layout/basic/app-menu.vue.d.ts +32 -0
- package/types/components/layout/basic/back-top.vue.d.ts +93 -0
- package/types/components/layout/basic/collect.vue.d.ts +18 -0
- package/types/components/layout/basic/custom-bread-crumb.vue.d.ts +43 -0
- package/types/components/layout/basic/error-store.vue.d.ts +35 -0
- package/types/components/layout/basic/full-screen.vue.d.ts +27 -0
- package/types/components/layout/basic/header-bar.vue.d.ts +27 -0
- package/types/components/layout/basic/index.d.ts +12 -0
- package/types/components/layout/basic/language.vue.d.ts +33 -0
- package/types/components/layout/basic/other-menu.vue.d.ts +32 -0
- package/types/components/layout/basic/side-menu-item.vue.d.ts +88 -0
- package/types/components/layout/basic/side-menu.vue.d.ts +125 -0
- package/types/components/layout/basic/sider-trigger.vue.d.ts +42 -0
- package/types/components/layout/basic/sub-header.vue.d.ts +26 -0
- package/types/components/layout/basic/tags-nav.vue.d.ts +47 -0
- package/types/components/layout/basic/user.vue.d.ts +43 -0
- package/types/components/layout/index.d.ts +3 -0
- package/types/components/layout/mixin/item-mixin.d.ts +23 -0
- package/types/components/layout/mixin/mixin.d.ts +12 -0
- package/types/components/layout/route-wrapper/basic-layout.vue.d.ts +27 -0
- package/types/components/layout/route-wrapper/empty-layout.vue.d.ts +18 -0
- package/types/components/layout/route-wrapper/index.d.ts +2 -0
- package/types/components/layout/view-wrapper/detail-view.vue.d.ts +47 -0
- package/types/components/layout/view-wrapper/index.d.ts +2 -0
- package/types/components/layout/view-wrapper/page-view.vue.d.ts +33 -0
- package/types/components/login/index.d.ts +1 -0
- package/types/components/login/login-form.vue.d.ts +88 -0
- package/types/components/login/login.vue.d.ts +16 -0
- package/types/components/modal/audit/audit-log-modal.vue.d.ts +107 -0
- package/types/components/modal/audit/audit-modal.vue.d.ts +55 -0
- package/types/components/modal/help/help-table-modal.vue.d.ts +106 -0
- package/types/components/modal/help/help-tree-modal.vue.d.ts +98 -0
- package/types/components/modal/index.d.ts +5 -0
- package/types/components/modal/material-item/material-item-modal.vue.d.ts +113 -0
- package/types/components/panel/back-top/back-top-panel.vue.d.ts +16 -0
- package/types/components/panel/index.d.ts +2 -0
- package/types/components/panel/loading/loading-panel.vue.d.ts +34 -0
- package/types/components/radio/index.d.ts +1 -0
- package/types/components/radio/unit/unit-radio.vue.d.ts +54 -0
- package/types/components/select/col/col-select.vue.d.ts +80 -0
- package/types/components/select/index.d.ts +2 -0
- package/types/components/select/item-type-combine/item-type-combine-select.vue.d.ts +88 -0
- package/types/components/step-track/index.d.ts +1 -0
- package/types/components/step-track/index.vue.d.ts +40 -0
- package/types/components/table/ag-table/index.vue.d.ts +668 -0
- package/types/components/table/ag-table/renders/button.vue.d.ts +14 -0
- package/types/components/table/ag-table/renders/date.vue.d.ts +14 -0
- package/types/components/table/ag-table/renders/enum.vue.d.ts +14 -0
- package/types/components/table/ag-table/renders/input.vue.d.ts +14 -0
- package/types/components/table/ag-table/renders/link.vue.d.ts +14 -0
- package/types/components/table/ag-table/renders/select.vue.d.ts +14 -0
- package/types/components/table/ag-table/renders/tooltip.vue.d.ts +14 -0
- package/types/components/table/ag-table/renders/tree-select.vue.d.ts +14 -0
- package/types/components/table/components/export-data.vue.d.ts +133 -0
- package/types/components/table/index.d.ts +2 -0
- package/types/components/table/iview-table/table.vue.d.ts +399 -0
- package/types/components/table/other-table/other-table.vue.d.ts +18 -0
- package/types/components/table/utils/formatter.d.ts +9 -0
- package/types/components/table/utils/table2excel.d.ts +5 -0
- package/types/components/tree/index.d.ts +2 -0
- package/types/components/tree/item/item-tree.vue.d.ts +175 -0
- package/types/components/tree/tree.vue.d.ts +181 -0
- package/types/components/tree-select/index.d.ts +2 -0
- package/types/components/tree-select/item/item-tree-select.vue.d.ts +32 -0
- package/types/components/tree-select/tree-select.vue.d.ts +38 -0
- package/types/components/upload/file/upload-file.vue.d.ts +269 -0
- package/types/components/upload/img/upload-img.vue.d.ts +280 -0
- package/types/components/upload/index.d.ts +2 -0
- package/types/config.d.ts +32 -0
- package/types/directives/click-outside/index.d.ts +4 -0
- package/types/directives/index.d.ts +2 -0
- package/types/directives/vue-print-nb/index.d.ts +1 -0
- package/types/directives/vue-print-nb/print.d.ts +5 -0
- package/types/directives/vue-print-nb/printarea.d.ts +44 -0
- package/types/index.d.ts +17 -0
- package/types/plugins/config-plugin.d.ts +11 -0
- package/types/plugins/index.d.ts +2 -0
- package/types/plugins/router-plugin.d.ts +16 -0
- package/types/router/basic-routes.d.ts +8 -0
- package/types/router/generator-routers.d.ts +29 -0
- package/types/router/guard.d.ts +11 -0
- package/types/router/index.d.ts +6 -0
- package/types/store/app.d.ts +98 -0
- package/types/store/index.d.ts +8 -0
- package/types/store/user.d.ts +45 -0
- package/types/third/index.d.ts +1 -0
- package/types/third/vxe-table/install.d.ts +2 -0
- package/types/utils/Export2Excel.d.ts +20 -0
- package/types/utils/ag-table-locale.d.ts +265 -0
- package/types/utils/agGridUtils.d.ts +39 -0
- package/types/utils/assist.d.ts +1 -0
- package/types/utils/color.d.ts +16 -0
- package/types/utils/cryptor.d.ts +6 -0
- package/types/utils/date.d.ts +11 -0
- package/types/utils/event.d.ts +2 -0
- package/types/utils/eventBus.d.ts +22 -0
- package/types/utils/excel.d.ts +63 -0
- package/types/utils/index.d.ts +10 -0
- package/types/utils/libs/sm3.d.ts +2 -0
- package/types/utils/router.d.ts +12 -0
- package/types/utils/storage.d.ts +4 -0
- package/types/utils/tableheight.d.ts +2 -0
- package/types/utils/token.d.ts +2 -0
- package/types/utils/vxeutils.d.ts +4 -0
package/global.d.ts
ADDED
package/package.json
ADDED
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@indfnd/common-m",
|
|
3
|
+
"version": "0.0.5",
|
|
4
|
+
"author": "huxuetong",
|
|
5
|
+
"publishConfig": {
|
|
6
|
+
"registry": "https://registry.npmjs.org/"
|
|
7
|
+
},
|
|
8
|
+
"main": "./dist/ind-common-m.umd.cjs",
|
|
9
|
+
"module": "./dist/ind-common-m.es.js",
|
|
10
|
+
"style": "./dist/styles/index.css",
|
|
11
|
+
"types": "./types/index.d.ts",
|
|
12
|
+
"exports": {
|
|
13
|
+
".": {
|
|
14
|
+
"import": "./dist/ind-common-m.es.js",
|
|
15
|
+
"require": "./dist/ind-common-m.umd.cjs"
|
|
16
|
+
},
|
|
17
|
+
"./dist/styles/index.css": {
|
|
18
|
+
"import": "./dist/styles/index.css",
|
|
19
|
+
"require": "./dist/styles/index.css"
|
|
20
|
+
},
|
|
21
|
+
"./css/view-design/iview.css": {
|
|
22
|
+
"import": "./css/view-design/iview.css",
|
|
23
|
+
"require": "./css/view-design/iview.css"
|
|
24
|
+
},
|
|
25
|
+
"./src/styles/index.less": {
|
|
26
|
+
"import": "./src/styles/index.less",
|
|
27
|
+
"require": "./src/styles/index.less"
|
|
28
|
+
},
|
|
29
|
+
"./src/styles/variables/index.less": {
|
|
30
|
+
"import": "./src/styles/variables/index.less",
|
|
31
|
+
"require": "./src/styles/variables/index.less"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"files": [
|
|
35
|
+
"css",
|
|
36
|
+
"dist",
|
|
37
|
+
"types",
|
|
38
|
+
"global.d.ts",
|
|
39
|
+
"src/styles"
|
|
40
|
+
],
|
|
41
|
+
"scripts": {
|
|
42
|
+
"build:prod": "vite build",
|
|
43
|
+
"build:style": "gulp --gulpfile build/build-style.js",
|
|
44
|
+
"build": "yarn build:prod && yarn build:style",
|
|
45
|
+
"type-check": "vue-tsc --noEmit -p tsconfig.check.json --composite false",
|
|
46
|
+
"dts": "vue-tsc -p tsconfig.types.json",
|
|
47
|
+
"release": "node build/auto-build.js && yarn re-publish",
|
|
48
|
+
"release-major": "standard-version --release-as major",
|
|
49
|
+
"release-minor": "standard-version --release-as minor",
|
|
50
|
+
"release-patch": "standard-version --release-as patch",
|
|
51
|
+
"re-publish": "yarn publish --access public"
|
|
52
|
+
},
|
|
53
|
+
"dependencies": {
|
|
54
|
+
"classnames": "^2.5.1",
|
|
55
|
+
"file-saver": "^2.0.5",
|
|
56
|
+
"signature_pad": "^4.1.7",
|
|
57
|
+
"vuedraggable": "^2.24.3",
|
|
58
|
+
"xe-utils": "3",
|
|
59
|
+
"xlsx": "^0.17.2",
|
|
60
|
+
"xlsx-populate": "^1.11.0",
|
|
61
|
+
"wangeditor": "^3.1.1"
|
|
62
|
+
},
|
|
63
|
+
"devDependencies": {
|
|
64
|
+
"@indfnd/utils": "^0.1.26",
|
|
65
|
+
"ag-grid-community": "^30.1.0",
|
|
66
|
+
"ag-grid-enterprise": "^30.1.0",
|
|
67
|
+
"ag-grid-vue": "^30.1.0",
|
|
68
|
+
"eslint": "^3.19.0",
|
|
69
|
+
"eslint-config-prettier": "^8.5.0",
|
|
70
|
+
"eslint-plugin-prettier": "^4.2.1",
|
|
71
|
+
"eslint-plugin-vue": "^2.1.0",
|
|
72
|
+
"gulp": "^4.0.2",
|
|
73
|
+
"gulp-autoprefixer": "^8.0.0",
|
|
74
|
+
"gulp-clean-css": "^4.3.0",
|
|
75
|
+
"gulp-less": "^5.0.0",
|
|
76
|
+
"gulp-rename": "^2.0.0",
|
|
77
|
+
"gulp-replace": "^1.1.4",
|
|
78
|
+
"less": "^4.1.3",
|
|
79
|
+
"prettier": "^2.7.1",
|
|
80
|
+
"standard-version": "^9.5.0",
|
|
81
|
+
"typescript": "^5.1.6",
|
|
82
|
+
"view-design": "^4.6.1",
|
|
83
|
+
"vite": "^2.0.5",
|
|
84
|
+
"vite-plugin-eslint": "1.3.0",
|
|
85
|
+
"vite-plugin-resolve-externals": "^0.2.2",
|
|
86
|
+
"vite-plugin-vue2": "^1.3.2",
|
|
87
|
+
"vue": "^2.6.14",
|
|
88
|
+
"vue-property-decorator": "^8.5.1",
|
|
89
|
+
"vue-router": "^3.5.3",
|
|
90
|
+
"vue-template-compiler": "^2.6.12",
|
|
91
|
+
"vue-tsc": "^1.8.8",
|
|
92
|
+
"vuex": "^3.6.2",
|
|
93
|
+
"axios": "^0.24.0"
|
|
94
|
+
},
|
|
95
|
+
"engines": {
|
|
96
|
+
"node": ">= 16"
|
|
97
|
+
}
|
|
98
|
+
}
|
|
@@ -0,0 +1,198 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* 一些常用样式类
|
|
3
|
+
*
|
|
4
|
+
* @Author: huxuetong
|
|
5
|
+
* @Date: 2024-03-12 20:12:54
|
|
6
|
+
* @Last Modified by: huxuetong
|
|
7
|
+
* @Last Modified time: 2024-04-05 11:18:52
|
|
8
|
+
*/
|
|
9
|
+
|
|
10
|
+
// 布局
|
|
11
|
+
.ind-panel {
|
|
12
|
+
padding: var(--ind-padding-xs) var(--ind-padding-sm);
|
|
13
|
+
padding-bottom: 0;
|
|
14
|
+
padding-top: var(--ind-sc-padding-top);
|
|
15
|
+
background-color: var(--ind-bg-color-light);
|
|
16
|
+
border-radius: var(--ind-border-radius-sm);
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.ind-flex {
|
|
20
|
+
display: flex;
|
|
21
|
+
&.center {
|
|
22
|
+
align-items: center;
|
|
23
|
+
}
|
|
24
|
+
&.baseline {
|
|
25
|
+
align-items: baseline;
|
|
26
|
+
}
|
|
27
|
+
&.end {
|
|
28
|
+
align-items: flex-end;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.ind-flex-column {
|
|
33
|
+
display: flex;
|
|
34
|
+
flex-direction: column;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.height100 {
|
|
38
|
+
height: 100%;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.ind-flex-no-shrink {
|
|
42
|
+
flex-shrink: 0;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.ind-flex-grow {
|
|
46
|
+
flex-grow: 1 !important;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.ind-mt {
|
|
50
|
+
margin-top: var(--ind-padding-xs);
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.ind-mr {
|
|
54
|
+
margin-right: var(--ind-padding-xs);
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.ind-mb {
|
|
58
|
+
margin-bottom: var(--ind-padding-xs);
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.ind-ml {
|
|
62
|
+
margin-left: var(--ind-padding-xs);
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.no-border-left-top {
|
|
66
|
+
border-top: none !important;
|
|
67
|
+
border-left: none !important;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
// 颜色
|
|
71
|
+
.ind-primary {
|
|
72
|
+
color: var(--ind-primary-color) !important;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.ind-red,
|
|
76
|
+
.ind-down,
|
|
77
|
+
.ind-up.reverse {
|
|
78
|
+
color: var(--ind-red) !important;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.ind-green,
|
|
82
|
+
.ind-up,
|
|
83
|
+
.ind-down.reverse {
|
|
84
|
+
color: var(--ind-green) !important;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.ind-orange {
|
|
88
|
+
color: var(--ind-orange) !important;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.ind-yellow {
|
|
92
|
+
color: #fff600 !important;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.ind-blue {
|
|
96
|
+
color: var(--ind-blue) !important;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.ind-bg-primary {
|
|
100
|
+
background-color: var(--ind-primary-color) !important;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.ind-bg-red,
|
|
104
|
+
.ind-bg-down,
|
|
105
|
+
.ind-bg-up.reverse {
|
|
106
|
+
background-color: var(--ind-red) !important;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.ind-bg-green,
|
|
110
|
+
.ind-bg-up,
|
|
111
|
+
.ind-bg-down.reverse {
|
|
112
|
+
background-color: var(--ind-green) !important;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.ind-bg-orange {
|
|
116
|
+
background-color: var(--ind-orange) !important;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.ind-bg-yellow {
|
|
120
|
+
background-color: #fff600 !important;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.ind-bg-blue {
|
|
124
|
+
background-color: var(--ind-blue) !important;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.ind-sm {
|
|
128
|
+
font-size: var(--ind-font-size-sm);
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.ind-lg {
|
|
132
|
+
font-size: var(--ind-font-size-lg);
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.ind-xl {
|
|
136
|
+
font-size: var(--ind-font-size-xl);
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.ind-xxl {
|
|
140
|
+
font-size: var(--ind-font-size-xxl);
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.ind-font-bold {
|
|
144
|
+
font-weight: var(--ind-font-weight-bold);
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.ind-font-bolder {
|
|
148
|
+
font-weight: var(--ind-font-weight-bolder);
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
// 特殊场景
|
|
152
|
+
.no-content {
|
|
153
|
+
text-align: center;
|
|
154
|
+
display: flex;
|
|
155
|
+
flex-direction: column;
|
|
156
|
+
justify-content: center;
|
|
157
|
+
height: 100%;
|
|
158
|
+
.noImgUrl {
|
|
159
|
+
margin-left: calc(50% - 175px);
|
|
160
|
+
width: fit-content;
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.tooltip-ellipsis {
|
|
165
|
+
width: 100%;
|
|
166
|
+
|
|
167
|
+
.ellipsis-div {
|
|
168
|
+
text-overflow: ellipsis;
|
|
169
|
+
white-space: nowrap;
|
|
170
|
+
overflow: hidden;
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.ind-card-title-tag {
|
|
175
|
+
display: inline-block;
|
|
176
|
+
padding: 0 var(--ind-padding-xs);
|
|
177
|
+
color: var(--ind-white);
|
|
178
|
+
border-radius: var(--ind-border-radius-sm);
|
|
179
|
+
transform: skew(-20deg);
|
|
180
|
+
|
|
181
|
+
&.blue {
|
|
182
|
+
background: var(--ind-gradient-blue-linear);
|
|
183
|
+
}
|
|
184
|
+
&.green {
|
|
185
|
+
background: var(--ind-gradient-green-linear);
|
|
186
|
+
}
|
|
187
|
+
&.orange {
|
|
188
|
+
background: var(--ind-gradient-orange-linear);
|
|
189
|
+
}
|
|
190
|
+
&.red {
|
|
191
|
+
background: var(--ind-gradient-red-linear);
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
&__name {
|
|
195
|
+
display: inline-block;
|
|
196
|
+
transform: skew(20deg);
|
|
197
|
+
}
|
|
198
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
.ind-error-page {
|
|
2
|
+
width: 100%;
|
|
3
|
+
height: 100%;
|
|
4
|
+
position: relative;
|
|
5
|
+
background: #f8f8f9;
|
|
6
|
+
.content-con {
|
|
7
|
+
width: 700px;
|
|
8
|
+
height: 600px;
|
|
9
|
+
position: absolute;
|
|
10
|
+
left: 50%;
|
|
11
|
+
top: 50%;
|
|
12
|
+
transform: translate(-50%, -60%);
|
|
13
|
+
img {
|
|
14
|
+
display: block;
|
|
15
|
+
width: 100%;
|
|
16
|
+
height: 100%;
|
|
17
|
+
}
|
|
18
|
+
.text-con {
|
|
19
|
+
position: absolute;
|
|
20
|
+
left: 0px;
|
|
21
|
+
top: 0px;
|
|
22
|
+
h4 {
|
|
23
|
+
position: absolute;
|
|
24
|
+
left: 0px;
|
|
25
|
+
top: 0px;
|
|
26
|
+
font-size: 80px;
|
|
27
|
+
font-weight: 700;
|
|
28
|
+
color: #348eed;
|
|
29
|
+
}
|
|
30
|
+
h5 {
|
|
31
|
+
position: absolute;
|
|
32
|
+
width: 700px;
|
|
33
|
+
left: 0px;
|
|
34
|
+
top: 100px;
|
|
35
|
+
font-size: 20px;
|
|
36
|
+
font-weight: 700;
|
|
37
|
+
color: #67647d;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
.back-btn-group {
|
|
41
|
+
position: absolute;
|
|
42
|
+
right: 0px;
|
|
43
|
+
bottom: 20px;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
.ivu-row,
|
|
2
|
+
.ivu-col {
|
|
3
|
+
height: 100%;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.row-contain {
|
|
7
|
+
.important-tip {
|
|
8
|
+
display: flex;
|
|
9
|
+
align-items: center;
|
|
10
|
+
height: calc(var(--ind-button-height-md) + var(--ind-padding-base));
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.content {
|
|
14
|
+
border: 1px solid var(--ind-border-color-base);
|
|
15
|
+
border-radius: var(--ind-border-radius-sm);
|
|
16
|
+
|
|
17
|
+
.ivu-col:first-child {
|
|
18
|
+
border-right: 1px solid var(--ind-border-color-base);
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.function-wrapper {
|
|
23
|
+
margin: 10px 0;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.auth-type-select-container {
|
|
27
|
+
.ivu-form .ivu-form-item-label {
|
|
28
|
+
padding: 0 !important;
|
|
29
|
+
width: auto !important;
|
|
30
|
+
margin-right: 0px !important;
|
|
31
|
+
font-size: 16px !important;
|
|
32
|
+
font-weight: 700 !important;
|
|
33
|
+
vertical-align: middle !important;
|
|
34
|
+
line-height: 32px !important;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.selected-input .ivu-input {
|
|
38
|
+
font-weight: 700 !important;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.ivu-form .ivu-form-item-content {
|
|
42
|
+
line-height: 32px !important;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
.ind-button-group {
|
|
2
|
+
display: flex;
|
|
3
|
+
align-items: center;
|
|
4
|
+
flex-wrap: wrap;
|
|
5
|
+
|
|
6
|
+
& > *:not(:last-child) {
|
|
7
|
+
margin-right: var(--ind-padding-base);
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
&--mt > * {
|
|
11
|
+
margin-top: var(--ind-padding-base);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
&--mb > * {
|
|
15
|
+
margin-bottom: var(--ind-padding-base);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
&--center {
|
|
19
|
+
justify-content: center;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
&--right {
|
|
23
|
+
justify-content: flex-end;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
&--vertical {
|
|
27
|
+
flex-direction: column;
|
|
28
|
+
|
|
29
|
+
& > *:not(:last-child) {
|
|
30
|
+
margin-right: 0;
|
|
31
|
+
margin-bottom: var(--ind-padding-base);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
.ind-date-picker {
|
|
2
|
+
.ivu-date-picker {
|
|
3
|
+
width: -webkit-fill-available;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.ind-range-date-picker {
|
|
7
|
+
display: flex;
|
|
8
|
+
align-items: center;
|
|
9
|
+
|
|
10
|
+
.range-sep {
|
|
11
|
+
margin: 0 var(--ind-padding-base);
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.ind-picker-drop {
|
|
17
|
+
.ivu-date-picker-cells-month.quarter,
|
|
18
|
+
.ivu-date-picker-cells-month.half-year {
|
|
19
|
+
span {
|
|
20
|
+
margin-left: 0;
|
|
21
|
+
margin-right: 0;
|
|
22
|
+
width: 50%;
|
|
23
|
+
text-align: center;
|
|
24
|
+
|
|
25
|
+
em {
|
|
26
|
+
width: auto;
|
|
27
|
+
padding: 0 10px;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
.ivu-date-picker-cells-month.half-year {
|
|
32
|
+
display: flex;
|
|
33
|
+
span {
|
|
34
|
+
flex: 50% 1 1;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
.ind-drawer {
|
|
2
|
+
.ivu-drawer-body {
|
|
3
|
+
display: flex;
|
|
4
|
+
flex-direction: column;
|
|
5
|
+
padding: 0;
|
|
6
|
+
background-color: var(--ind-bg-color-dark) !important;
|
|
7
|
+
}
|
|
8
|
+
.ind-drawer-content {
|
|
9
|
+
flex-grow: 1;
|
|
10
|
+
padding: var(--ind-drawer-content-padding);
|
|
11
|
+
overflow: auto;
|
|
12
|
+
}
|
|
13
|
+
.ind-drawer-footer {
|
|
14
|
+
flex-shrink: 0;
|
|
15
|
+
padding: var(--ind-drawer-footer-padding);
|
|
16
|
+
width: 100%;
|
|
17
|
+
background: #fff;
|
|
18
|
+
border-top: 1px solid var(--ind-border-color);
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
.ivu-select-dropdown.ivu-dropdown-transfer {
|
|
2
|
+
max-height: none !important;
|
|
3
|
+
|
|
4
|
+
.ind-dropdown-list {
|
|
5
|
+
.ivu-dropdown-menu {
|
|
6
|
+
max-height: 400px;
|
|
7
|
+
overflow-y: auto;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.ind-button-group {
|
|
11
|
+
margin: var(--ind-padding-xs) var(--ind-padding-xs) 0;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.ivu-dropdown-item {
|
|
15
|
+
user-select: none;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
.excel-flow-wrap {
|
|
2
|
+
width: 100%;
|
|
3
|
+
height: 60vh;
|
|
4
|
+
display: flex;
|
|
5
|
+
flex-direction: column;
|
|
6
|
+
justify-content: space-between;
|
|
7
|
+
|
|
8
|
+
// 步骤条的样式, 按理说不应该自己定义的,先写个版本出来吧
|
|
9
|
+
.ivu-steps .ivu-steps-head,
|
|
10
|
+
.ivu-steps .ivu-steps-main {
|
|
11
|
+
vertical-align: middle;
|
|
12
|
+
}
|
|
13
|
+
.ivu-steps .ivu-steps-title {
|
|
14
|
+
margin-bottom: 0;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.content-wrap {
|
|
18
|
+
height: 100%;
|
|
19
|
+
padding: 20px 50px;
|
|
20
|
+
display: flex;
|
|
21
|
+
flex-direction: column;
|
|
22
|
+
justify-content: flex-start;
|
|
23
|
+
overflow: auto;
|
|
24
|
+
|
|
25
|
+
.download-btn,
|
|
26
|
+
.import-btn {
|
|
27
|
+
margin-top: 20px;
|
|
28
|
+
border: 1px solid var(--ind-border-color);
|
|
29
|
+
border-radius: 4px;
|
|
30
|
+
|
|
31
|
+
display: flex;
|
|
32
|
+
justify-content: space-between;
|
|
33
|
+
.icon {
|
|
34
|
+
width: 120px;
|
|
35
|
+
flex-shrink: 0;
|
|
36
|
+
border-right: 1px solid var(--ind-border-color);
|
|
37
|
+
background-color: var(--ind-bg-color-dark);
|
|
38
|
+
text-align: center;
|
|
39
|
+
display: flex;
|
|
40
|
+
flex-direction: column;
|
|
41
|
+
justify-content: space-around;
|
|
42
|
+
}
|
|
43
|
+
.text-panel {
|
|
44
|
+
margin: 20px;
|
|
45
|
+
width: 100%;
|
|
46
|
+
.title {
|
|
47
|
+
font-size: 16px;
|
|
48
|
+
color: var(--ind-black);
|
|
49
|
+
}
|
|
50
|
+
.desc {
|
|
51
|
+
color: var(--ind-gray-5);
|
|
52
|
+
}
|
|
53
|
+
.link {
|
|
54
|
+
color: var(--ind-blue);
|
|
55
|
+
cursor: pointer;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.done-wrap {
|
|
61
|
+
text-align: center;
|
|
62
|
+
.success-title {
|
|
63
|
+
font-weight: bold;
|
|
64
|
+
font-size: 18px;
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
.bottom-btn-area {
|
|
69
|
+
display: flex;
|
|
70
|
+
justify-content: center;
|
|
71
|
+
}
|
|
72
|
+
}
|