@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
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
.ind-back-top-panel {
|
|
2
|
+
position: relative;
|
|
3
|
+
height: 10px;
|
|
4
|
+
overflow-y: auto;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.ind-loading-panel {
|
|
8
|
+
position: relative;
|
|
9
|
+
height: auto;
|
|
10
|
+
|
|
11
|
+
.ind-loading-spin--dark {
|
|
12
|
+
background-color: #e1e1e1;
|
|
13
|
+
opacity: 0.9;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.ind-loading-spin-icon {
|
|
17
|
+
animation: ani-loading-spin 1s linear infinite;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
@keyframes ani-loading-spin {
|
|
21
|
+
from {
|
|
22
|
+
transform: rotate(0deg);
|
|
23
|
+
}
|
|
24
|
+
50% {
|
|
25
|
+
transform: rotate(180deg);
|
|
26
|
+
}
|
|
27
|
+
to {
|
|
28
|
+
transform: rotate(360deg);
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.custom-overlay {
|
|
34
|
+
position: fixed;
|
|
35
|
+
top: 0;
|
|
36
|
+
left: 0;
|
|
37
|
+
width: 100%;
|
|
38
|
+
height: 100%;
|
|
39
|
+
background-color: rgba(0, 0, 0, 0.5);
|
|
40
|
+
display: none;
|
|
41
|
+
z-index: 9999;
|
|
42
|
+
align-items: center;
|
|
43
|
+
justify-content: center;
|
|
44
|
+
|
|
45
|
+
&.show {
|
|
46
|
+
display: flex;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.ind-loading-wrapper-local {
|
|
51
|
+
display: flex;
|
|
52
|
+
align-items: center;
|
|
53
|
+
justify-content: center;
|
|
54
|
+
height: 100%;
|
|
55
|
+
width: 100%;
|
|
56
|
+
}
|
|
57
|
+
.ind-loading-wrapper-global {
|
|
58
|
+
height: 100%;
|
|
59
|
+
width: 100%;
|
|
60
|
+
position: relative;
|
|
61
|
+
}
|
|
62
|
+
.ind-loading-wrapper-text {
|
|
63
|
+
width: 100%;
|
|
64
|
+
height: 20px;
|
|
65
|
+
font-size: 16px;
|
|
66
|
+
color: #000;
|
|
67
|
+
position: absolute;
|
|
68
|
+
/* 水平居中 */
|
|
69
|
+
left: 50%;
|
|
70
|
+
transform: translateX(-50%);
|
|
71
|
+
/* 垂直靠下 */
|
|
72
|
+
top: 56%;
|
|
73
|
+
/* 可选:如果需要文本在块内也居中 */
|
|
74
|
+
text-align: center;
|
|
75
|
+
line-height: 20px; /* 与高度相同实现垂直居中 */
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.ind-loading-block {
|
|
79
|
+
display: flex;
|
|
80
|
+
width: 100px;
|
|
81
|
+
height: 100px;
|
|
82
|
+
background-color: #fff;
|
|
83
|
+
border-radius: 8px;
|
|
84
|
+
align-items: center;
|
|
85
|
+
justify-content: center;
|
|
86
|
+
.ind-loading-block-center {
|
|
87
|
+
width: 60px;
|
|
88
|
+
height: 70px;
|
|
89
|
+
display: flex;
|
|
90
|
+
align-items: center;
|
|
91
|
+
flex-direction: column;
|
|
92
|
+
justify-content: space-between;
|
|
93
|
+
img {
|
|
94
|
+
width: 56px;
|
|
95
|
+
height: 40px;
|
|
96
|
+
}
|
|
97
|
+
.img-divv {
|
|
98
|
+
width: 56px;
|
|
99
|
+
height: 40px;
|
|
100
|
+
display: flex;
|
|
101
|
+
justify-content: center;
|
|
102
|
+
align-items: center;
|
|
103
|
+
}
|
|
104
|
+
.ind-loading-block-text {
|
|
105
|
+
height: 20px;
|
|
106
|
+
width: 100%;
|
|
107
|
+
font-size: 14px;
|
|
108
|
+
color: #000;
|
|
109
|
+
text-align: center;
|
|
110
|
+
line-height: 20px;
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.ind-select-panel {
|
|
116
|
+
.lambo-grid-table {
|
|
117
|
+
padding: 0 0;
|
|
118
|
+
}
|
|
119
|
+
.ag-root-wrapper {
|
|
120
|
+
border: none !important;
|
|
121
|
+
}
|
|
122
|
+
.ag-theme-balham {
|
|
123
|
+
position: relative;
|
|
124
|
+
top: -60px;
|
|
125
|
+
}
|
|
126
|
+
.ag-row-odd,
|
|
127
|
+
.ag-row-hover:not(.ag-full-width-row)::before,
|
|
128
|
+
.ag-row-hover.ag-full-width-row.ag-row-group::before,
|
|
129
|
+
.ag-row-selected::before {
|
|
130
|
+
background-color: var(--ind-white) !important;
|
|
131
|
+
}
|
|
132
|
+
.ag-row-hover.ag-row-selected::before {
|
|
133
|
+
background-image: none !important;
|
|
134
|
+
}
|
|
135
|
+
.lambo-grid-table .ag-theme-balham .ag-ltr .ag-cell {
|
|
136
|
+
border-right-color: var(--ind-white) !important;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.ind-checkbox-bottom {
|
|
140
|
+
padding-left: 10px;
|
|
141
|
+
top: 8px;
|
|
142
|
+
color: var(--ind-text-color-1);
|
|
143
|
+
.ag-checkbox-input-wrapper {
|
|
144
|
+
background-color: var(--ind-white);
|
|
145
|
+
&::after {
|
|
146
|
+
color: #7f8c8d;
|
|
147
|
+
}
|
|
148
|
+
&.ag-checked::after {
|
|
149
|
+
color: var(--ag-checkbox-checked-color);
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
.ag-checkbox-input-wrapper:focus-within,
|
|
153
|
+
.ag-checkbox-input-wrapper:active {
|
|
154
|
+
box-shadow: unset;
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
&.ind-select-panel-widthheader {
|
|
159
|
+
.ag-theme-balham {
|
|
160
|
+
top: -10px;
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
:root,
|
|
2
|
+
:host {
|
|
3
|
+
--ind-sign-padding: var(--ind-padding-xs);
|
|
4
|
+
--ind-sign-content-height: 200px;
|
|
5
|
+
--ind-sign-content-background: var(--ind-white);
|
|
6
|
+
--ind-sign-content-border: 1px solid var(--ind-border-color);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.ind-sign {
|
|
10
|
+
padding: var(--ind-sign-padding);
|
|
11
|
+
|
|
12
|
+
&__content {
|
|
13
|
+
display: flex;
|
|
14
|
+
justify-content: center;
|
|
15
|
+
align-items: center;
|
|
16
|
+
height: var(--ind-sign-content-height);
|
|
17
|
+
background-color: var(--ind-sign-content-background);
|
|
18
|
+
border: var(--ind-sign-content-border);
|
|
19
|
+
border-radius: var(--ind-border-radius-md);
|
|
20
|
+
overflow: hidden;
|
|
21
|
+
|
|
22
|
+
canvas {
|
|
23
|
+
width: 100%;
|
|
24
|
+
height: 100%;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -0,0 +1,314 @@
|
|
|
1
|
+
.lambo-grid-table {
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-direction: column;
|
|
4
|
+
justify-content: flex-start;
|
|
5
|
+
height: 100%;
|
|
6
|
+
border-radius: 4px;
|
|
7
|
+
background: #ffffff;
|
|
8
|
+
|
|
9
|
+
&.fullscreen-fixed {
|
|
10
|
+
padding: var(--ind-table-padding);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.ind-loading-panel {
|
|
14
|
+
height: 100% !important;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.other-button {
|
|
18
|
+
margin-top: var(--ind-other-button-top); // var(--ind-unit-switch-bottom); // 10px;
|
|
19
|
+
.ivu-btn-small {
|
|
20
|
+
height: var(--ind-button-height-md);
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.ind-button-group--mb > * {
|
|
25
|
+
margin-bottom: var(--ind-table-button-padding);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.ag-cell {
|
|
29
|
+
user-select: text;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.ag-theme-balham .ag-ltr .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected),
|
|
33
|
+
.ag-theme-balham .ag-ltr .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),
|
|
34
|
+
.ag-theme-balham
|
|
35
|
+
.ag-ltr
|
|
36
|
+
.ag-has-focus
|
|
37
|
+
.ag-full-width-row.ag-row-focus
|
|
38
|
+
.ag-cell-wrapper.ag-row-group,
|
|
39
|
+
.ag-theme-balham .ag-ltr .ag-cell-range-single-cell,
|
|
40
|
+
.ag-theme-balham .ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle,
|
|
41
|
+
.ag-theme-balham .ag-rtl .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected),
|
|
42
|
+
.ag-theme-balham .ag-rtl .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),
|
|
43
|
+
.ag-theme-balham
|
|
44
|
+
.ag-rtl
|
|
45
|
+
.ag-has-focus
|
|
46
|
+
.ag-full-width-row.ag-row-focus
|
|
47
|
+
.ag-cell-wrapper.ag-row-group,
|
|
48
|
+
.ag-theme-balham .ag-rtl .ag-cell-range-single-cell,
|
|
49
|
+
.ag-theme-balham .ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle {
|
|
50
|
+
border-right: 1px solid
|
|
51
|
+
var(--ag-range-selection-border-color, var(--ag-balham-active-color, #0091ea)) !important;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.ag-theme-balham .ag-ltr .ag-cell {
|
|
55
|
+
border-right-color: var(--ag-row-border-color, #d9dcde) !important;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.ag-theme-balham .ag-header-cell::after,
|
|
59
|
+
.ag-theme-balham .ag-header-group-cell::after {
|
|
60
|
+
height: 100% !important;
|
|
61
|
+
top: 0 !important;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.ag-header-group-cell-label,
|
|
65
|
+
.ag-header-cell-label {
|
|
66
|
+
justify-content: center !important;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.buttons {
|
|
70
|
+
/deep/ .ivu-btn {
|
|
71
|
+
margin-right: 5px;
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
/deep/ .ivu-checkbox-inner {
|
|
76
|
+
border: 1px solid var(--check-border);
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
/deep/ .ivu-form-item {
|
|
80
|
+
margin-bottom: 0;
|
|
81
|
+
}
|
|
82
|
+
.i-crud-toolbar-btn,
|
|
83
|
+
.i-crud-toolbar-btn:hover,
|
|
84
|
+
.i-crud-toolbar-btn:focus {
|
|
85
|
+
border-color: transparent !important;
|
|
86
|
+
box-shadow: unset !important;
|
|
87
|
+
}
|
|
88
|
+
.ag-button {
|
|
89
|
+
.ivu-btn-small {
|
|
90
|
+
line-height: var(--input-height-table) !important;
|
|
91
|
+
height: var(--input-height-table) !important;
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
.ag-date {
|
|
95
|
+
input,
|
|
96
|
+
.ivu-input-suffix,
|
|
97
|
+
.ivu-input-prefix i,
|
|
98
|
+
.ivu-input-suffix i {
|
|
99
|
+
height: calc(var(--input-height-table) - 1px) !important;
|
|
100
|
+
line-height: calc(var(--input-height-table) - 1px) !important;
|
|
101
|
+
// top: -2px !important;
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
.ag-right-aligned-cell {
|
|
105
|
+
.ag-input {
|
|
106
|
+
input {
|
|
107
|
+
text-align: right;
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
.ag-input {
|
|
112
|
+
input {
|
|
113
|
+
// text-align: right;
|
|
114
|
+
height: calc(var(--input-height-table) - 1px) !important;
|
|
115
|
+
line-height: calc(var(--input-height-table) - 1px) !important;
|
|
116
|
+
background-color: #dae8ff;
|
|
117
|
+
// top: -2px !important;
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
.ag-ind-select {
|
|
121
|
+
width: 100%;
|
|
122
|
+
.ivu-select-single,
|
|
123
|
+
.ivu-select-input,
|
|
124
|
+
.ivu-select-selection,
|
|
125
|
+
.ivu-select-selected-value,
|
|
126
|
+
.ivu-select-placeholder,
|
|
127
|
+
.ivu-select-default.ivu-select-multiple .ivu-select-selection {
|
|
128
|
+
width: 100%;
|
|
129
|
+
height: calc(var(--input-height-table) - 1px) !important;
|
|
130
|
+
min-height: calc(var(--input-height-table) - 1px) !important;
|
|
131
|
+
line-height: calc(var(--input-height-table) - 1px) !important;
|
|
132
|
+
// top: -2px !important;
|
|
133
|
+
}
|
|
134
|
+
.ivu-tag {
|
|
135
|
+
height: calc(var(--input-height-table) - 4px) !important;
|
|
136
|
+
line-height: calc(var(--input-height-table) - 4px) !important;
|
|
137
|
+
}
|
|
138
|
+
.ivu-select-selection > div .ivu-tag {
|
|
139
|
+
margin-top: 0 !important;
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
.ag-tree-select {
|
|
143
|
+
width: 100%;
|
|
144
|
+
.ivu-input-wrapper {
|
|
145
|
+
// top: -2px;
|
|
146
|
+
}
|
|
147
|
+
input {
|
|
148
|
+
width: 100%;
|
|
149
|
+
}
|
|
150
|
+
input,
|
|
151
|
+
.ivu-input-icon {
|
|
152
|
+
height: calc(var(--input-height-table) - 1px) !important;
|
|
153
|
+
min-height: calc(var(--input-height-table) - 1px) !important;
|
|
154
|
+
line-height: calc(var(--input-height-table) - 1px) !important;
|
|
155
|
+
// top: -2px !important;
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.cell-span {
|
|
161
|
+
background-color: var(--ind-white);
|
|
162
|
+
border-bottom: 1px solid var(--ag-row-border-color, #d9dcde) !important;
|
|
163
|
+
&:focus-within {
|
|
164
|
+
border-bottom: var(--ag-range-selection-border-style);
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.fullscreen-fixed {
|
|
169
|
+
position: fixed;
|
|
170
|
+
z-index: 999;
|
|
171
|
+
width: 100vw;
|
|
172
|
+
height: 100vh;
|
|
173
|
+
top: 0;
|
|
174
|
+
left: 0;
|
|
175
|
+
background-color: var(--ind-white);
|
|
176
|
+
}
|
|
177
|
+
.ivu-tabs .ivu-tabs-tabpane .lambo-grid-table.fullscreen-fixed {
|
|
178
|
+
left: auto;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
.ag-header-select-all {
|
|
182
|
+
width: 100%;
|
|
183
|
+
flex-shrink: 0;
|
|
184
|
+
justify-content: center;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
.tip {
|
|
188
|
+
flex-shrink: 0;
|
|
189
|
+
margin-top: 5px;
|
|
190
|
+
width: -webkit-fill-available;
|
|
191
|
+
min-height: 24px;
|
|
192
|
+
line-height: 24px;
|
|
193
|
+
background-color: var(--ind-bg-color-dark);
|
|
194
|
+
}
|
|
195
|
+
//全局样式,重要消息提醒区-2022年11月11日
|
|
196
|
+
.important-tip {
|
|
197
|
+
flex-shrink: 0;
|
|
198
|
+
margin-top: 5px;
|
|
199
|
+
width: -webkit-fill-available;
|
|
200
|
+
height: 24px;
|
|
201
|
+
line-height: 24px;
|
|
202
|
+
background-color: var(--ind-bg-color-dark);
|
|
203
|
+
.ivu-icon-md-information-circle {
|
|
204
|
+
float: left;
|
|
205
|
+
margin-right: 5px;
|
|
206
|
+
margin-left: 5px;
|
|
207
|
+
line-height: 24px;
|
|
208
|
+
transform: scale(1.5);
|
|
209
|
+
color: #ff9900;
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
.index-manager-drag-title,
|
|
214
|
+
.index-manager-drag-item {
|
|
215
|
+
.manage-col1 {
|
|
216
|
+
flex-shrink: 0;
|
|
217
|
+
width: 80px;
|
|
218
|
+
cursor: pointer;
|
|
219
|
+
}
|
|
220
|
+
.manage-col2 {
|
|
221
|
+
width: 100%;
|
|
222
|
+
}
|
|
223
|
+
.manage-col3 {
|
|
224
|
+
flex-shrink: 0;
|
|
225
|
+
width: 80px;
|
|
226
|
+
}
|
|
227
|
+
.manage-col4 {
|
|
228
|
+
flex-shrink: 0;
|
|
229
|
+
width: 80px;
|
|
230
|
+
}
|
|
231
|
+
.manage-col5 {
|
|
232
|
+
flex-shrink: 0;
|
|
233
|
+
width: 100px;
|
|
234
|
+
}
|
|
235
|
+
.manage-col6 {
|
|
236
|
+
flex-shrink: 0;
|
|
237
|
+
width: 80px;
|
|
238
|
+
cursor: pointer;
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
.index-manager-drag-title {
|
|
243
|
+
text-align: left;
|
|
244
|
+
padding: 10px 0;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
.index-manager-drag-item {
|
|
248
|
+
margin-bottom: 5px;
|
|
249
|
+
.manage-col1,
|
|
250
|
+
.manage-col2,
|
|
251
|
+
.manage-col3,
|
|
252
|
+
.manage-col4,
|
|
253
|
+
.manage-col6 {
|
|
254
|
+
padding-top: 6px;
|
|
255
|
+
}
|
|
256
|
+
.manage-col6 {
|
|
257
|
+
text-align: right;
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
.index-manager-height100-card {
|
|
262
|
+
.ivu-card-body {
|
|
263
|
+
height: calc(100% - 49px);
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
.detail-view-table() {
|
|
268
|
+
.lambo-grid-table {
|
|
269
|
+
& > .ivu-row {
|
|
270
|
+
margin-top: 0 !important;
|
|
271
|
+
}
|
|
272
|
+
// .other-button {
|
|
273
|
+
// margin-top: 0;
|
|
274
|
+
// }
|
|
275
|
+
}
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
.ind-detail-view {
|
|
279
|
+
.content {
|
|
280
|
+
.detail-view-table;
|
|
281
|
+
}
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
.ivu-drawer {
|
|
285
|
+
.ivu-drawer-content {
|
|
286
|
+
.detail-view-table;
|
|
287
|
+
}
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
.ag-layout-auto-height .ag-center-cols-viewport,
|
|
291
|
+
.ag-layout-auto-height .ag-center-cols-container,
|
|
292
|
+
.ag-layout-print .ag-center-cols-viewport,
|
|
293
|
+
.ag-layout-print .ag-center-cols-container {
|
|
294
|
+
min-height: unset !important;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
.ag-ltr .ag-header-cell:after,
|
|
298
|
+
.ag-ltr .ag-header-group-cell:after {
|
|
299
|
+
width: 0 !important;
|
|
300
|
+
border-right: 1px solid var(--ag-header-column-separator-color) !important;
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
.ag-tooltip {
|
|
304
|
+
background-color: rgb(232, 233, 234) !important;
|
|
305
|
+
color: #333 !important;
|
|
306
|
+
border: var(--ag-borders) var(--ag-border-color) !important;
|
|
307
|
+
border-radius: 4px;
|
|
308
|
+
padding: 4px 8px;
|
|
309
|
+
white-space: pre-wrap;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
.ag-group-value {
|
|
313
|
+
line-height: 1.2;
|
|
314
|
+
}
|
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
.tree-wrapper {
|
|
2
|
+
background: white;
|
|
3
|
+
border-radius: 4px;
|
|
4
|
+
// padding: 10px 0 10px 0;
|
|
5
|
+
width: var(--ind-tree-wrapper-width); //98%;
|
|
6
|
+
height: 100%;
|
|
7
|
+
|
|
8
|
+
.header {
|
|
9
|
+
position: sticky;
|
|
10
|
+
padding: 10px 10px 10px 10px;
|
|
11
|
+
top: 0;
|
|
12
|
+
background: white;
|
|
13
|
+
// z-index: 999;
|
|
14
|
+
border-bottom: 1px solid var(--ind-border-color);
|
|
15
|
+
.title {
|
|
16
|
+
font-size: var(--ind-font-size-lg);
|
|
17
|
+
font-weight: bold;
|
|
18
|
+
// margin-left: 10px;
|
|
19
|
+
vertical-align: middle;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
.content {
|
|
23
|
+
// padding: 10px 10px;
|
|
24
|
+
padding: var(--tree-content-padding);
|
|
25
|
+
|
|
26
|
+
.ivu-input-wrapper {
|
|
27
|
+
margin-bottom: 8px;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.ivu-tree {
|
|
31
|
+
height: 10px;
|
|
32
|
+
overflow: auto;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.ivu-tree-title-selected,
|
|
38
|
+
.ivu-tree-title-selected:hover {
|
|
39
|
+
color: var(--ind-white);
|
|
40
|
+
background: var(--ind-primary-color);
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.custom-title {
|
|
44
|
+
&.important {
|
|
45
|
+
&::after {
|
|
46
|
+
content: '*';
|
|
47
|
+
font-size: 16px;
|
|
48
|
+
font-weight: bold;
|
|
49
|
+
line-height: 1;
|
|
50
|
+
vertical-align: middle;
|
|
51
|
+
color: var(--ind-red);
|
|
52
|
+
display: none;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
&.weak {
|
|
57
|
+
color: var(--ind-gray);
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.title-status {
|
|
61
|
+
color: var(--ind-gray);
|
|
62
|
+
|
|
63
|
+
&.red {
|
|
64
|
+
color: var(--ind-red);
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
&.blue {
|
|
68
|
+
color: var(--ind-blue);
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
&.green {
|
|
72
|
+
color: var(--ind-green);
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
&.orange {
|
|
76
|
+
color: var(--ind-orange);
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
&.yellow {
|
|
80
|
+
color: var(--ind-yellow);
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
&.gray {
|
|
84
|
+
color: var(--ind-gray);
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.ivu-tree-title-selected .title-status.blue {
|
|
90
|
+
color: var(--ind-white);
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.emp-tree-box {
|
|
94
|
+
.main {
|
|
95
|
+
display: flex;
|
|
96
|
+
.panel {
|
|
97
|
+
.content-box {
|
|
98
|
+
margin-top: 10px;
|
|
99
|
+
height: calc(100vh - 300px) !important;
|
|
100
|
+
border: 2px var(--ind-border-color) solid;
|
|
101
|
+
border-radius: 4px;
|
|
102
|
+
overflow: auto;
|
|
103
|
+
.content {
|
|
104
|
+
height: 100%;
|
|
105
|
+
padding: 10px;
|
|
106
|
+
overflow: auto;
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
&.emp-tree {
|
|
110
|
+
flex: 5;
|
|
111
|
+
}
|
|
112
|
+
&.checked-list {
|
|
113
|
+
margin-left: 20px;
|
|
114
|
+
flex: 4;
|
|
115
|
+
.content {
|
|
116
|
+
line-height: 1;
|
|
117
|
+
.node,
|
|
118
|
+
.tip {
|
|
119
|
+
padding: 5px 10px;
|
|
120
|
+
}
|
|
121
|
+
.tip {
|
|
122
|
+
color: var(--ind-desc-color);
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.tree-select-wrapper {
|
|
131
|
+
.tree-wrapper {
|
|
132
|
+
min-width: 180px;
|
|
133
|
+
width: 100%;
|
|
134
|
+
|
|
135
|
+
.content {
|
|
136
|
+
padding-right: 0;
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.global-desc-text {
|
|
141
|
+
margin-top: 10px;
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
.tree-select-poptip {
|
|
145
|
+
width: 100%;
|
|
146
|
+
.ivu-poptip-rel {
|
|
147
|
+
width: 100%;
|
|
148
|
+
}
|
|
149
|
+
.ivu-icon {
|
|
150
|
+
font-size: 20px !important;
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
// from emp
|
|
155
|
+
.global-desc-text {
|
|
156
|
+
font-size: var(--ind-font-size-sm);
|
|
157
|
+
color: var(--ind-desc-color);
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.ivu-tree ul li {
|
|
161
|
+
margin: 2px; //var(--ivu-tree-margin); 又是一个特殊处理的
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.ivu-tree li ul {
|
|
165
|
+
padding: var(--ivu-tree-ul-padding);
|
|
166
|
+
}
|