@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,65 @@
|
|
|
1
|
+
/* 重写浏览器默认样式 */
|
|
2
|
+
html,
|
|
3
|
+
body {
|
|
4
|
+
margin: 0;
|
|
5
|
+
padding: 0;
|
|
6
|
+
width: 100%;
|
|
7
|
+
height: 100%;
|
|
8
|
+
color: var(--ind-text-color);
|
|
9
|
+
font-size: var(--ind-font-size-md);
|
|
10
|
+
font-family: 'OpenSans', 'Helvetica Neue', Helvetica, Tahoma, Arial, 'PingFang SC',
|
|
11
|
+
'Microsoft YaHei';
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
pre {
|
|
15
|
+
white-space: pre-wrap;
|
|
16
|
+
word-wrap: break-word;
|
|
17
|
+
margin: 5px 0px;
|
|
18
|
+
line-height: 20px;
|
|
19
|
+
font-family: 'OpenSans', 'Helvetica Neue', Helvetica, Tahoma, Arial, 'PingFang SC',
|
|
20
|
+
'Microsoft YaHei';
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
input::-webkit-outer-spin-button,
|
|
24
|
+
input::-webkit-inner-spin-button {
|
|
25
|
+
-webkit-appearance: none;
|
|
26
|
+
}
|
|
27
|
+
input[type='number'] {
|
|
28
|
+
-moz-appearance: textfield !important;
|
|
29
|
+
appearance: textfield !important;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
::-webkit-scrollbar-thumb {
|
|
33
|
+
height: 50px;
|
|
34
|
+
border-radius: 4px;
|
|
35
|
+
border: 2px solid #eee;
|
|
36
|
+
}
|
|
37
|
+
::-webkit-scrollbar-thumb:hover {
|
|
38
|
+
height: 50px;
|
|
39
|
+
border-radius: 4px;
|
|
40
|
+
}
|
|
41
|
+
::-webkit-scrollbar {
|
|
42
|
+
width: 14px;
|
|
43
|
+
height: 16px;
|
|
44
|
+
}
|
|
45
|
+
::-webkit-scrollbar-track-piece {
|
|
46
|
+
border-radius: 0;
|
|
47
|
+
}
|
|
48
|
+
::-webkit-scrollbar-track {
|
|
49
|
+
background-color: #eee;
|
|
50
|
+
}
|
|
51
|
+
::-webkit-scrollbar-thumb {
|
|
52
|
+
background-color: rgba(0, 0, 0, 0.2);
|
|
53
|
+
}
|
|
54
|
+
::-webkit-scrollbar-corner {
|
|
55
|
+
background-color: #bbb;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.ag-body-horizontal-scroll,
|
|
59
|
+
.ag-body-horizontal-scroll .ag-body-horizontal-scroll-viewport,
|
|
60
|
+
.ag-body-horizontal-scroll .ag-body-horizontal-scroll-viewport .ag-body-horizontal-scroll-container,
|
|
61
|
+
.ag-body-horizontal-scroll .ag-horizontal-right-spacer .ag-scroller-corner {
|
|
62
|
+
height: 16px !important;
|
|
63
|
+
min-height: 16px !important;
|
|
64
|
+
max-height: 16px !important;
|
|
65
|
+
}
|
|
@@ -0,0 +1,173 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* 更改 AgGrid 的默认样式
|
|
3
|
+
*
|
|
4
|
+
* @Author: huxuetong
|
|
5
|
+
* @Date: 2024-03-12 20:08:55
|
|
6
|
+
* @Last Modified by: huxuetong
|
|
7
|
+
* @Last Modified time: 2024-03-18 10:36:38
|
|
8
|
+
*/
|
|
9
|
+
|
|
10
|
+
.ind-theme {
|
|
11
|
+
.ag-theme-balham {
|
|
12
|
+
--ag-grid-size: var(--ind-ag-grid-size);
|
|
13
|
+
--ag-font-size: var(--ind-ag-font-size);
|
|
14
|
+
--ag-list-item-height: var(--ind-ag-list-item-height);
|
|
15
|
+
--ag-odd-row-background-color: var(--ind-ag-odd-row-background-color);
|
|
16
|
+
--ag-row-hover-color: var(--ind-ag-row-hover-color);
|
|
17
|
+
--ag-column-hover-color: var(--ind-ag-column-hover-color);
|
|
18
|
+
--ag-cell-horizontal-padding: var(--ind-ag-cell-horizontal-padding);
|
|
19
|
+
--ag-row-group-indent-size: var(--ind-ag-row-group-indent-size);
|
|
20
|
+
--ag-selected-row-background-color: var(--ind-ag-selected-row-background-color);
|
|
21
|
+
--ag-header-background-color: var(--ind-ag-header-background-color);
|
|
22
|
+
--ag-odd-row-background-color: var(--ind-ag-odd-row-background-color);
|
|
23
|
+
--ag-cell-widget-spacing: var(--ind-ag-cell-widget-spacing);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.ag-theme-balham .ag-filter-toolpanel-header,
|
|
27
|
+
.ag-theme-balham .ag-filter-toolpanel-search,
|
|
28
|
+
.ag-theme-balham .ag-status-bar,
|
|
29
|
+
.ag-theme-balham .ag-header-row,
|
|
30
|
+
.ag-theme-balham .ag-multi-filter-group-title-bar,
|
|
31
|
+
.ag-theme-balham-dark .ag-filter-toolpanel-header,
|
|
32
|
+
.ag-theme-balham-dark .ag-filter-toolpanel-search,
|
|
33
|
+
.ag-theme-balham-dark .ag-status-bar,
|
|
34
|
+
.ag-theme-balham-dark .ag-header-row,
|
|
35
|
+
.ag-theme-balham-dark .ag-multi-filter-group-title-bar,
|
|
36
|
+
.ag-header-cell-text {
|
|
37
|
+
font-weight: 700;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.ag-center-aligned-cell {
|
|
41
|
+
text-align: center;
|
|
42
|
+
justify-content: center;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.ag-right-aligned-cell {
|
|
46
|
+
justify-content: flex-end;
|
|
47
|
+
text-align: right;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.ag-theme-balham .ag-cell.ag-wrap-cell {
|
|
51
|
+
line-height: var(--ind-ag-cell-line-height);
|
|
52
|
+
align-items: center;
|
|
53
|
+
display: flex;
|
|
54
|
+
.ag-cell-wrapper {
|
|
55
|
+
display: flex;
|
|
56
|
+
align-items: center;
|
|
57
|
+
width: 100%;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.ag-header-cell,
|
|
62
|
+
.ag-header-group-cell {
|
|
63
|
+
padding-left: var(--ind-ag-cell-header-horizontal-padding);
|
|
64
|
+
padding-right: var(--ind-ag-cell-header-horizontal-padding);
|
|
65
|
+
color: var(--ind-black);
|
|
66
|
+
}
|
|
67
|
+
.ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon {
|
|
68
|
+
margin-left: var(--ind-ag-cell-icon-margin-left);
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.ind-ag-check-cell .ag-cell-wrapper .ag-selection-checkbox {
|
|
72
|
+
width: 100%;
|
|
73
|
+
justify-content: center;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.ind-ag-check-cell {
|
|
77
|
+
.ag-cell-wrapper {
|
|
78
|
+
display: -webkit-inline-box;
|
|
79
|
+
text-align: center;
|
|
80
|
+
.ag-selection-checkbox {
|
|
81
|
+
margin-right: 0;
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.ind-radio {
|
|
87
|
+
.ag-checkbox-input-wrapper {
|
|
88
|
+
border-radius: 50%;
|
|
89
|
+
}
|
|
90
|
+
.ag-checkbox-input-wrapper::after {
|
|
91
|
+
content: var(--ag-icon-font-code-radio-button-off, '\f127') !important;
|
|
92
|
+
}
|
|
93
|
+
.ag-checkbox-input-wrapper.ag-checked::after {
|
|
94
|
+
content: var(--ag-icon-font-code-radio-button-on, '\f128') !important;
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.ag-theme-balham {
|
|
99
|
+
--ag-icon-font-code-none: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNzAzNzMzOTk0NzQzIiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjI1MzQiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTAiIGhlaWdodD0iMTYiPjxwYXRoIGQ9Ik0yNzMuMDY2NjY3IDQwNS4zMzMzMzNoNDc1LjczMzMzM2MxMC42NjY2NjcgMCAyMS4zMzMzMzMtNC4yNjY2NjcgMjkuODY2NjY3LTEyLjggMTcuMDY2NjY3LTE3LjA2NjY2NyAxNy4wNjY2NjctNDIuNjY2NjY3IDAtNTkuNzMzMzMzTDU0MS44NjY2NjcgOTMuODY2NjY3Yy0xNy4wNjY2NjctMTcuMDY2NjY3LTQyLjY2NjY2Ny0xNy4wNjY2NjctNTkuNzMzMzM0IDBMMjQzLjIgMzMyLjhjLTguNTMzMzMzIDguNTMzMzMzLTEyLjggMTkuMi0xMi44IDI5Ljg2NjY2NyAwIDIzLjQ2NjY2NyAxOS4yIDQyLjY2NjY2NyA0Mi42NjY2NjcgNDIuNjY2NjY2ek03NTAuOTMzMzMzIDYxOC42NjY2NjdIMjczLjA2NjY2N2MtMTAuNjY2NjY3IDAtMjEuMzMzMzMzIDQuMjY2NjY3LTI5Ljg2NjY2NyAxMi44LTE3LjA2NjY2NyAxNy4wNjY2NjctMTcuMDY2NjY3IDQyLjY2NjY2NyAwIDU5LjczMzMzM2wyMzguOTMzMzMzIDIzOC45MzMzMzNjMTcuMDY2NjY3IDE3LjA2NjY2NyA0Mi42NjY2NjcgMTcuMDY2NjY3IDU5LjczMzMzNCAwbDIzOC45MzMzMzMtMjM4LjkzMzMzM2M4LjUzMzMzMy04LjUzMzMzMyAxMi44LTE5LjIgMTIuOC0yOS44NjY2NjcgMC0yMy40NjY2NjctMTkuMi00Mi42NjY2NjctNDIuNjY2NjY3LTQyLjY2NjY2NnoiIGZpbGw9IiM4YThhOGEiIHAtaWQ9IjI1MzUiPjwvcGF0aD48L3N2Zz4=');
|
|
100
|
+
--ag-icon-font-code-desc: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNzAzNzM0MDY4NzY3IiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjkzMzQiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTAiIGhlaWdodD0iMTYiPjxwYXRoIGQ9Ik04MDQuNTcxNDI5IDYyMS43MTQyODZhMzYuMjA1NzE0IDM2LjIwNTcxNCAwIDAgMS0xMC44NjE3MTUgMjUuNzA5NzE0bC0yNTYgMjU2QzUzMC44NzA4NTcgOTEwLjI2Mjg1NyA1MjEuNjkxNDI5IDkxNC4yODU3MTQgNTEyIDkxNC4yODU3MTRzLTE4Ljg3MDg1Ny0zLjk4NjI4Ni0yNS43MDk3MTQtMTAuODYxNzE0bC0yNTYtMjU2QTM2LjQyNTE0MyAzNi40MjUxNDMgMCAwIDEgMjE5LjQyODU3MSA2MjEuNzE0Mjg2YzAtMjAuMDA0NTcxIDE2LjU2Njg1Ny0zNi41NzE0MjkgMzYuNTcxNDI5LTM2LjU3MTQyOWg1MTJjMjAuMDA0NTcxIDAgMzYuNTcxNDI5IDE2LjU2Njg1NyAzNi41NzE0MjkgMzYuNTcxNDI5eiIgZmlsbD0iIzhhOGE4YSIgcC1pZD0iOTMzNSI+PC9wYXRoPjwvc3ZnPg==');
|
|
101
|
+
--ag-icon-font-code-asc: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNzAzNzMzOTAxMDQzIiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjE0MzQiIHdpZHRoPSIxMCIgaGVpZ2h0PSIxNiIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGQ9Ik04MDQuNTcxNDI5IDQwMi4yODU3MTRxMCAxNC44NTcxNDMtMTAuODU3MTQzIDI1LjcxNDI4NnQtMjUuNzE0Mjg2IDEwLjg1NzE0M0gyNTZxLTE0Ljg1NzE0MyAwLTI1LjcxNDI4Ni0xMC44NTcxNDN0LTEwLjg1NzE0My0yNS43MTQyODYgMTAuODU3MTQzLTI1LjcxNDI4NWwyNTYtMjU2cTEwLjg1NzE0My0xMC44NTcxNDMgMjUuNzE0Mjg2LTEwLjg1NzE0M3QyNS43MTQyODYgMTAuODU3MTQzbDI1NiAyNTZxMTAuODU3MTQzIDEwLjg1NzE0MyAxMC44NTcxNDMgMjUuNzE0Mjg1eiIgcC1pZD0iMTQzNSIgZmlsbD0iIzhhOGE4YSI+PC9wYXRoPjwvc3ZnPg==');
|
|
102
|
+
|
|
103
|
+
// --ag-cell-horizontal-padding: calc(var(--ag-grid-size) * 2);
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.ag-pinned-left-floating-top,
|
|
107
|
+
.ag-floating-top-viewport,
|
|
108
|
+
.ag-pinned-right-floating-top {
|
|
109
|
+
.ag-cell {
|
|
110
|
+
font-weight: bold;
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
.ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell),
|
|
115
|
+
.ag-pinned-left-sticky-top,
|
|
116
|
+
.ag-pinned-left-header,
|
|
117
|
+
.ag-pinned-left-floating-top,
|
|
118
|
+
.ag-pinned-left-cols-container {
|
|
119
|
+
border-right: 1px solid var(--ag-border-color) !important;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.ag-pinned-right-cols-container,
|
|
123
|
+
.ag-pinned-right-sticky-top,
|
|
124
|
+
.ag-pinned-right-sticky-bottom,
|
|
125
|
+
.ag-pinned-right-floating-top,
|
|
126
|
+
.ag-pinned-right-header {
|
|
127
|
+
border-left: 1px solid var(--ag-border-color) !important;
|
|
128
|
+
}
|
|
129
|
+
.ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell) {
|
|
130
|
+
border-left: 0 solid var(--ag-border-color) !important;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.ind-table-sum-level1,
|
|
134
|
+
.ind-table-sum-level2,
|
|
135
|
+
.ind-table-sum-level3,
|
|
136
|
+
.ind-table-sum-level4,
|
|
137
|
+
.ind-table-sum-level5 {
|
|
138
|
+
.ag-cell {
|
|
139
|
+
background-color: #2d8cf033;
|
|
140
|
+
color: #333333;
|
|
141
|
+
font-weight: bold;
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
// .ind-table-sum-level2 {
|
|
146
|
+
// .ag-cell {
|
|
147
|
+
// background-color: var(--ind-blue-3);
|
|
148
|
+
// color: var(--ind-white);
|
|
149
|
+
// }
|
|
150
|
+
// }
|
|
151
|
+
|
|
152
|
+
// .ind-table-sum-level3 {
|
|
153
|
+
// .ag-cell {
|
|
154
|
+
// background-color: var(--ind-blue-2);
|
|
155
|
+
// color: var(--ind-white);
|
|
156
|
+
// }
|
|
157
|
+
// }
|
|
158
|
+
|
|
159
|
+
// .ind-table-sum-level3 {
|
|
160
|
+
// .ag-cell {
|
|
161
|
+
// background-color: var(--ind-blue-1);
|
|
162
|
+
// color: var(--ind-white);
|
|
163
|
+
// }
|
|
164
|
+
// }
|
|
165
|
+
.ag-row-selected {
|
|
166
|
+
.cell-span {
|
|
167
|
+
background: var(--ag-selected-row-background-color);
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
.ag-body.ag-layout-auto-height {
|
|
171
|
+
min-height: 28px;
|
|
172
|
+
}
|
|
173
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1703734068767" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="9334" xmlns:xlink="http://www.w3.org/1999/xlink" width="10" height="16"><path d="M804.571429 621.714286a36.205714 36.205714 0 0 1-10.861715 25.709714l-256 256C530.870857 910.262857 521.691429 914.285714 512 914.285714s-18.870857-3.986286-25.709714-10.861714l-256-256A36.425143 36.425143 0 0 1 219.428571 621.714286c0-20.004571 16.566857-36.571429 36.571429-36.571429h512c20.004571 0 36.571429 16.566857 36.571429 36.571429z" fill="#8a8a8a" p-id="9335"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1703733901043" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1434" width="10" height="16" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M804.571429 402.285714q0 14.857143-10.857143 25.714286t-25.714286 10.857143H256q-14.857143 0-25.714286-10.857143t-10.857143-25.714286 10.857143-25.714285l256-256q10.857143-10.857143 25.714286-10.857143t25.714286 10.857143l256 256q10.857143 10.857143 10.857143 25.714285z" p-id="1435" fill="#8a8a8a"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1703733994743" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2534" xmlns:xlink="http://www.w3.org/1999/xlink" width="10" height="16"><path d="M273.066667 405.333333h475.733333c10.666667 0 21.333333-4.266667 29.866667-12.8 17.066667-17.066667 17.066667-42.666667 0-59.733333L541.866667 93.866667c-17.066667-17.066667-42.666667-17.066667-59.733334 0L243.2 332.8c-8.533333 8.533333-12.8 19.2-12.8 29.866667 0 23.466667 19.2 42.666667 42.666667 42.666666zM750.933333 618.666667H273.066667c-10.666667 0-21.333333 4.266667-29.866667 12.8-17.066667 17.066667-17.066667 42.666667 0 59.733333l238.933333 238.933333c17.066667 17.066667 42.666667 17.066667 59.733334 0l238.933333-238.933333c8.533333-8.533333 12.8-19.2 12.8-29.866667 0-23.466667-19.2-42.666667-42.666667-42.666666z" fill="#8a8a8a" p-id="2535"></path></svg>
|
|
@@ -0,0 +1,364 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* 更改 view-design 的默认样式
|
|
3
|
+
*
|
|
4
|
+
* @Author: huxuetong
|
|
5
|
+
* @Date: 2023-08-16 16:24:23
|
|
6
|
+
* @Last Modified by: huxuetong
|
|
7
|
+
* @Last Modified time: 2024-04-06 14:15:41
|
|
8
|
+
*/
|
|
9
|
+
|
|
10
|
+
// form-item
|
|
11
|
+
.ivu-input {
|
|
12
|
+
height: var(--input-height);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.ivu-input-wrapper .ivu-input-icon,
|
|
16
|
+
.ivu-select .ivu-select-input,
|
|
17
|
+
.ivu-select.ivu-select .ivu-select-selection,
|
|
18
|
+
.ivu-select.ivu-select .ivu-select-selection .ivu-select-placeholder,
|
|
19
|
+
.ivu-select.ivu-select .ivu-select-selection .ivu-select-selected-value,
|
|
20
|
+
.ivu-select-multiple .ivu-select-selection .ivu-select-placeholder,
|
|
21
|
+
.ivu-input-wrapper .ivu-input-prefix i,
|
|
22
|
+
.ivu-select.ivu-select-multiple .ivu-select-selection .ivu-select-placeholder,
|
|
23
|
+
.ivu-select.ivu-select-multiple .ivu-select-selection .ivu-select-selected-value,
|
|
24
|
+
.ivu-input-wrapper .ivu-input-suffix i {
|
|
25
|
+
height: var(--input-height);
|
|
26
|
+
line-height: var(--input-height);
|
|
27
|
+
}
|
|
28
|
+
.ivu-select .ivu-select-input,
|
|
29
|
+
.ivu-select.ivu-select-multiple .ivu-select-input {
|
|
30
|
+
top: auto;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.ivu-page.mini .ivu-page-total,
|
|
34
|
+
.ivu-page.mini .ivu-page-options-elevator,
|
|
35
|
+
.ivu-page.mini .ivu-page-item {
|
|
36
|
+
height: var(--input-height);
|
|
37
|
+
line-height: var(--input-height);
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.ivu-select-default.ivu-select-multiple .ivu-select-selection {
|
|
41
|
+
min-height: var(--input-height) !important;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.ivu-page.mini .ivu-page-next,
|
|
45
|
+
.ivu-page.mini .ivu-page-prev,
|
|
46
|
+
.ivu-page.mini .ivu-page-options-elevator input {
|
|
47
|
+
height: var(--input-height);
|
|
48
|
+
line-height: calc(var(--input-height) - 2px);
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
// 双滚动条问题,加上一个像素就好
|
|
52
|
+
ul.ivu-page.mini {
|
|
53
|
+
margin-bottom: 1px !important;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.ivu-input,
|
|
57
|
+
.ivu-select-selection,
|
|
58
|
+
.ivu-input-number-input,
|
|
59
|
+
.ivu-input-number,
|
|
60
|
+
.ivu-radio-inner,
|
|
61
|
+
.ivu-checkbox-inner,
|
|
62
|
+
.ivu-table-cell-tree {
|
|
63
|
+
border-color: #ccc !important;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.ivu-radio-wrapper {
|
|
67
|
+
white-space: pre-wrap !important;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.ivu-radio .ivu-radio-inner::after {
|
|
71
|
+
top: 50%;
|
|
72
|
+
left: 50%;
|
|
73
|
+
transform: scale(1) translateX(-50%) translateY(-50%) !important;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.ivu-radio-checked .ivu-radio-inner,
|
|
77
|
+
.ivu-checkbox-checked .ivu-checkbox-inner {
|
|
78
|
+
border-color: #488aff !important;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.ivu-select-multiple .ivu-select-selection > div {
|
|
82
|
+
display: flex;
|
|
83
|
+
.ivu-tag {
|
|
84
|
+
position: relative;
|
|
85
|
+
height: var(--ind-tag-height);
|
|
86
|
+
line-height: var(--ind-tag-height);
|
|
87
|
+
|
|
88
|
+
.ivu-icon {
|
|
89
|
+
position: absolute;
|
|
90
|
+
top: calc(50% + 1px);
|
|
91
|
+
transform: translateY(-50%);
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.ivu-select-dropdown,
|
|
97
|
+
.ivu-tooltip-popper {
|
|
98
|
+
z-index: 99999999 !important;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.ivu-select-dropdown,
|
|
102
|
+
.ivu-dropdown-transfer {
|
|
103
|
+
max-height: 400px;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.ivu-select-item {
|
|
107
|
+
padding-top: 4px !important;
|
|
108
|
+
padding-bottom: 4px !important;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.selected-input {
|
|
112
|
+
.ivu-input {
|
|
113
|
+
cursor: pointer;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
&.readonly {
|
|
117
|
+
.ivu-input {
|
|
118
|
+
cursor: default;
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
// button
|
|
124
|
+
//全局样式,按钮高度-2022年11月11日
|
|
125
|
+
.ivu-btn {
|
|
126
|
+
height: var(--ind-button-height-md);
|
|
127
|
+
padding-left: var(--ind-button-padding-md);
|
|
128
|
+
padding-right: var(--ind-button-padding-md);
|
|
129
|
+
}
|
|
130
|
+
.ivu-btn-small {
|
|
131
|
+
height: var(--ind-button-height-sm);
|
|
132
|
+
padding-left: var(--ind-button-padding-sm);
|
|
133
|
+
padding-right: var(--ind-button-padding-sm);
|
|
134
|
+
}
|
|
135
|
+
.ivu-btn-icon-only.ivu-btn {
|
|
136
|
+
width: var(--ind-button-height-sm);
|
|
137
|
+
padding-left: unset;
|
|
138
|
+
padding-right: unset;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
// poptip
|
|
142
|
+
//全局样式,树形选择框宽度-2022年11月11日
|
|
143
|
+
.ivu-poptip {
|
|
144
|
+
width: 100%;
|
|
145
|
+
.ivu-poptip-rel {
|
|
146
|
+
width: 100%;
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
// tooltip
|
|
151
|
+
// 领导让换个色 begin
|
|
152
|
+
.ivu-tooltip-arrow {
|
|
153
|
+
border-bottom-color: rgb(232, 233, 234) !important;
|
|
154
|
+
}
|
|
155
|
+
.ivu-tooltip-inner {
|
|
156
|
+
background-color: rgb(232, 233, 234) !important;
|
|
157
|
+
color: #333 !important;
|
|
158
|
+
}
|
|
159
|
+
body > .ivu-tooltip-popper {
|
|
160
|
+
.ivu-tooltip-inner {
|
|
161
|
+
white-space: pre-wrap;
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
// 领导让换个色 end
|
|
166
|
+
|
|
167
|
+
// card
|
|
168
|
+
.ivu-card:hover {
|
|
169
|
+
box-shadow: none !important;
|
|
170
|
+
}
|
|
171
|
+
.ivu-card,
|
|
172
|
+
.ivu-card-bordered {
|
|
173
|
+
border: 1px solid var(--ind-border-color);
|
|
174
|
+
.ivu-card-head {
|
|
175
|
+
padding: var(--ivu-card-head-padding) !important;
|
|
176
|
+
line-height: var(--ivu-card-head-line-height) !important;
|
|
177
|
+
height: var(--ivu-card-head-height) !important;
|
|
178
|
+
background: #ffffff;
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
.ivu-card-body {
|
|
183
|
+
padding: var(--ivu-card-body-padding);
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
// steps
|
|
187
|
+
.ivu-steps.ivu-steps-small .ivu-steps-title {
|
|
188
|
+
font-size: 14px !important;
|
|
189
|
+
margin-top: 2px;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.ivu-steps .ivu-steps-head-inner {
|
|
193
|
+
display: block;
|
|
194
|
+
width: 26px !important;
|
|
195
|
+
height: 26px !important;
|
|
196
|
+
line-height: 24px !important;
|
|
197
|
+
margin-right: 8px !important;
|
|
198
|
+
text-align: center;
|
|
199
|
+
border: 1px solid #ccc;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
.ivu-steps.ivu-steps-small .ivu-steps-tail {
|
|
203
|
+
top: 13px !important;
|
|
204
|
+
padding: 0 10px !important;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.ivu-steps .ivu-steps-head-inner > .ivu-steps-icon.ivu-icon {
|
|
208
|
+
font-size: 24px !important;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
// modal
|
|
212
|
+
.ivu-modal-close .ivu-icon-ios-close {
|
|
213
|
+
color: #444;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
// row
|
|
217
|
+
// 栅格布局的宽度为啥不是100%呢
|
|
218
|
+
.ivu-row {
|
|
219
|
+
width: 100%;
|
|
220
|
+
// min-height: 100%;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
// menu
|
|
224
|
+
.ivu-menu-vertical .ivu-menu-item,
|
|
225
|
+
.ivu-menu-vertical .ivu-menu-submenu-title {
|
|
226
|
+
padding-left: 8px;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
.ivu-spin-fix {
|
|
230
|
+
// z-index: 999999998 !important;
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
// message
|
|
234
|
+
.ivu-message {
|
|
235
|
+
zoom: 2;
|
|
236
|
+
z-index: 999999999 !important;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
.ind-modal:has(.ivu-modal-confirm) {
|
|
240
|
+
z-index: 999999998 !important;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
// tabs
|
|
244
|
+
.ivu-tabs {
|
|
245
|
+
display: flex;
|
|
246
|
+
flex-direction: column;
|
|
247
|
+
|
|
248
|
+
&.ivu-tabs-auto-height {
|
|
249
|
+
height: 100%;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
.ivu-tabs-bar {
|
|
253
|
+
flex-shrink: 0;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.ivu-tabs-content {
|
|
257
|
+
flex-grow: 1;
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
// collapse
|
|
262
|
+
.ivu-collapse .ivu-collapse-item {
|
|
263
|
+
.ivu-collapse-header {
|
|
264
|
+
padding: var(--ivu-card-head-padding) !important;
|
|
265
|
+
line-height: var(--ivu-card-head-line-height);
|
|
266
|
+
height: var(--ivu-card-head-height);
|
|
267
|
+
// padding-bottom: 17px;
|
|
268
|
+
background-color: #ecf0f4;
|
|
269
|
+
border: 1px solid #d2dbe4;
|
|
270
|
+
border-bottom: none;
|
|
271
|
+
font-size: 16px;
|
|
272
|
+
font-weight: bold;
|
|
273
|
+
color: #333333;
|
|
274
|
+
}
|
|
275
|
+
&:last-child {
|
|
276
|
+
.ivu-collapse-header {
|
|
277
|
+
border-bottom: 1px solid #d2dbe4;
|
|
278
|
+
}
|
|
279
|
+
.ivu-collapse-content {
|
|
280
|
+
border-bottom: 1px solid #d2dbe4;
|
|
281
|
+
}
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
.ivu-collapse-content {
|
|
285
|
+
border: 1px solid #d2dbe4;
|
|
286
|
+
border-bottom: none;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
// menu
|
|
290
|
+
.ivu-menu {
|
|
291
|
+
.ivu-menu {
|
|
292
|
+
border-top: 1px solid var(--menu-black-active-bg);
|
|
293
|
+
border-bottom: none;
|
|
294
|
+
}
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
.ivu-menu-dark {
|
|
298
|
+
background: var(--menu-dark-active-bg) !important;
|
|
299
|
+
}
|
|
300
|
+
.ivu-menu-submenu-title {
|
|
301
|
+
background: var(--menu-dark-active-bg);
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
.ivu-menu-item > i {
|
|
305
|
+
margin-right: 12px !important;
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
.ivu-menu-submenu > .ivu-menu > .ivu-menu-item > i {
|
|
309
|
+
margin-right: 8px !important;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
// layout
|
|
313
|
+
.ivu-layout-sider-children {
|
|
314
|
+
margin-right: 1px;
|
|
315
|
+
background-color: var(--menu-black-active-bg);
|
|
316
|
+
overflow-y: auto;
|
|
317
|
+
|
|
318
|
+
&::-webkit-scrollbar {
|
|
319
|
+
width: 0;
|
|
320
|
+
}
|
|
321
|
+
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-item:hover,
|
|
322
|
+
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu-title:hover,
|
|
323
|
+
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu .ivu-menu-item:hover {
|
|
324
|
+
color: var(--main-color);
|
|
325
|
+
background: var(--selected-background-hover) !important;
|
|
326
|
+
}
|
|
327
|
+
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-item,
|
|
328
|
+
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu-title,
|
|
329
|
+
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu .ivu-menu-item {
|
|
330
|
+
font-size: var(--ivu-menu-item-font-size);
|
|
331
|
+
background-color: var(--menu-black-active-bg) !important;
|
|
332
|
+
}
|
|
333
|
+
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-child-item-active > .ivu-menu-submenu-title {
|
|
334
|
+
color: black;
|
|
335
|
+
font-size: 14px;
|
|
336
|
+
}
|
|
337
|
+
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu .ivu-menu-item-active,
|
|
338
|
+
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu .ivu-menu-item-active:hover {
|
|
339
|
+
background: var(--selected-background) !important;
|
|
340
|
+
border-right: 3px solid var(--deep-mian-color);
|
|
341
|
+
color: var(--deep-menu-color) !important;
|
|
342
|
+
}
|
|
343
|
+
.ivu-menu-vertical .ivu-menu-submenu-title-icon {
|
|
344
|
+
right: 0px;
|
|
345
|
+
}
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
// table
|
|
349
|
+
.ivu-table {
|
|
350
|
+
line-height: unset !important;
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
.ivu-input::-webkit-input-placeholder {
|
|
354
|
+
font-size: 12px;
|
|
355
|
+
// font-size: 14px;
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
.ivu-select-arrow {
|
|
359
|
+
right: 6px !important;
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
.ivu-tree-arrow i {
|
|
363
|
+
font-size: 20px !important;
|
|
364
|
+
}
|