hs-admin-ui 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/favicon.ico +0 -0
- package/dist/style.css +1 -0
- package/dist/style.css.gz +0 -0
- package/dist/umd/index.js +175 -0
- package/dist/umd/index.js.gz +0 -0
- package/package.json +5 -2
- package/.env +0 -11
- package/.env.development +0 -5
- package/.env.production +0 -5
- package/.eslintignore +0 -18
- package/.eslintrc.js +0 -104
- package/.prettierrc.js +0 -39
- package/.vite/deps_temp_3669a513/chunk-FVXAE7ZR.js +0 -11400
- package/.vite/deps_temp_3669a513/chunk-ZS7NZCD4.js +0 -36
- package/.vite/deps_temp_3669a513/default-passive-events.js +0 -25
- package/.vite/deps_temp_3669a513/element-plus.js +0 -65013
- package/.vite/deps_temp_3669a513/lodash.js +0 -5497
- package/.vite/deps_temp_3669a513/package.json +0 -3
- package/.vite/deps_temp_3669a513/vue.js +0 -324
- package/.vite/deps_temp_3669a513/vxe-table.js +0 -32336
- package/CHANGELOG.md +0 -1
- package/directoryList.md +0 -180
- package/postcss.config.js +0 -7
- package/src/App.vue +0 -88
- package/src/api/fieldConfigController/index.ts +0 -76
- package/src/api/fieldConfigController/type.ts +0 -44
- package/src/api/login/index.ts +0 -78
- package/src/api/loginController/index.ts +0 -74
- package/src/api/menu/index.ts +0 -34
- package/src/api/menu/index2.ts +0 -291
- package/src/api/menuController/index.ts +0 -189
- package/src/api/systemController/index.ts +0 -26
- package/src/api/systemController/type.ts +0 -16
- package/src/api/test/index.ts +0 -22
- package/src/api/user/index.ts +0 -30
- package/src/assets/404.png +0 -0
- package/src/assets/logo-main.svg +0 -12
- package/src/assets/logo-mini.svg +0 -12
- package/src/components/base/hsAffix/src/hsAffix.vue +0 -22
- package/src/components/base/hsAlert/src/hsAlert.vue +0 -15
- package/src/components/base/hsAutocomplete/src/hsAutocomplete.vue +0 -36
- package/src/components/base/hsButton/src/hsButton.vue +0 -26
- package/src/components/base/hsButton/src/hsButtonGroup.vue +0 -8
- package/src/components/base/hsButton/useButtonEvents.ts +0 -19
- package/src/components/base/hsCalendar/src/hsCalendar.vue +0 -36
- package/src/components/base/hsCarousel/src/hsCarousel.vue +0 -15
- package/src/components/base/hsCarousel/src/hsCarouselItem.vue +0 -15
- package/src/components/base/hsCascader/src/hsCascader.vue +0 -36
- package/src/components/base/hsCascader/src/hsCascaderPanel.vue +0 -29
- package/src/components/base/hsCheckbox/src/hsCheckbox.vue +0 -32
- package/src/components/base/hsCheckbox/src/hsCheckboxButton.vue +0 -18
- package/src/components/base/hsCheckbox/src/hsCheckboxGroup.vue +0 -32
- package/src/components/base/hsCol/src/hsCol.vue +0 -20
- package/src/components/base/hsCollapse/src/hsCollapse.vue +0 -36
- package/src/components/base/hsCollapse/src/hsCollapseItem.vue +0 -22
- package/src/components/base/hsColorPicker/src/hsColorPicker.vue +0 -32
- package/src/components/base/hsDatePicker/src/hsDatePicker.vue +0 -40
- package/src/components/base/hsDialog/src/hsDialog.vue +0 -36
- package/src/components/base/hsDrawer/src/hsDrawer.vue +0 -29
- package/src/components/base/hsDropdown/src/hsDropdown.vue +0 -15
- package/src/components/base/hsDropdown/src/hsDropdownItem.vue +0 -15
- package/src/components/base/hsDropdown/src/hsDropdownMenu.vue +0 -15
- package/src/components/base/hsForm/src/hsForm.vue +0 -23
- package/src/components/base/hsForm/src/hsFormItem.vue +0 -22
- package/src/components/base/hsGetApi/src/hsGetApis.vue +0 -231
- package/src/components/base/hsGetApi/useGetApis.ts +0 -158
- package/src/components/base/hsInput/src/hsInput.vue +0 -40
- package/src/components/base/hsInput/useInputEvents.ts +0 -52
- package/src/components/base/hsInputNumber/src/hsInputNumber.vue +0 -31
- package/src/components/base/hsPopconfirm/src/hsPopconfirm.vue +0 -15
- package/src/components/base/hsPopover/src/hsPopover.vue +0 -22
- package/src/components/base/hsProgress/src/hsProgress.vue +0 -15
- package/src/components/base/hsRadio/src/hsRadio.vue +0 -32
- package/src/components/base/hsRadio/src/hsRadioButton.vue +0 -18
- package/src/components/base/hsRadio/src/hsRadioGroup.vue +0 -32
- package/src/components/base/hsRate/src/hsRate.vue +0 -33
- package/src/components/base/hsResult/src/hsResult.vue +0 -15
- package/src/components/base/hsRow/src/hsRow.vue +0 -20
- package/src/components/base/hsScrollbar/src/hsScrollbar.vue +0 -22
- package/src/components/base/hsSelect/src/hsOption.vue +0 -8
- package/src/components/base/hsSelect/src/hsOptionGroup.vue +0 -8
- package/src/components/base/hsSelect/src/hsSelect.vue +0 -42
- package/src/components/base/hsSelect/useSelectEvents.ts +0 -60
- package/src/components/base/hsSlider/src/hsSlider.vue +0 -25
- package/src/components/base/hsSteps/src/hsStep.vue +0 -15
- package/src/components/base/hsSteps/src/hsSteps.vue +0 -15
- package/src/components/base/hsSwitch/src/hsSwitch.vue +0 -35
- package/src/components/base/hsTable/hsBCTable.vue +0 -116
- package/src/components/base/hsTable/hsTable copy.vue +0 -226
- package/src/components/base/hsTable/hsTable.vue +0 -213
- package/src/components/base/hsTable/useHsTableConfig.ts +0 -95
- package/src/components/base/hsTable/useTableEvents.ts +0 -118
- package/src/components/base/hsTabs/src/hsTabPane.vue +0 -15
- package/src/components/base/hsTabs/src/hsTabs.vue +0 -29
- package/src/components/base/hsTag/src/hsCheckTag.vue +0 -16
- package/src/components/base/hsTag/src/hsTag.vue +0 -15
- package/src/components/base/hsTest/HsTest.vue +0 -320
- package/src/components/base/hsTooltip/src/hsTooltip.vue +0 -22
- package/src/components/base/hsTour/src/hsTour.vue +0 -31
- package/src/components/base/hsTour/src/hsTourStep.vue +0 -15
- package/src/components/base/hsTransfer/src/hsTransfer.vue +0 -36
- package/src/components/base/hsTree/src/hsTree.vue +0 -24
- package/src/components/base/hsTreeSelect/src/hsTreeSelect.vue +0 -39
- package/src/components/base/hsUpload/src/hsUpload.vue +0 -32
- package/src/components/base/hsWatermark/src/hsWatermark.vue +0 -15
- package/src/components/business/bcAutoComplete/bcAutoComplete.vue +0 -38
- package/src/components/business/bcAutoComplete/defaultData.ts +0 -25
- package/src/components/business/bcAutoComplete/useAutoComplete.ts +0 -65
- package/src/components/business/bcBtn/bcBtn.vue +0 -40
- package/src/components/business/bcForm/bcForm.vue +0 -113
- package/src/components/business/bcForm/bcFormDrag.vue +0 -104
- package/src/components/business/bcForm/bcFormSearch.vue +0 -154
- package/src/components/business/bcForm/components/sortForm/index.ts +0 -18
- package/src/components/business/bcForm/components/sortForm/sortForm.vue +0 -92
- package/src/components/business/bcFormConfig/bcFormConfig.vue +0 -196
- package/src/components/business/bcFormTable/bcFormTable.vue +0 -91
- package/src/components/business/bcFormTable/components/bcTabs/bcTabs.vue +0 -53
- package/src/components/business/bcFormTable/components/contextBody/contextBody.vue +0 -67
- package/src/components/business/bcFormTable/components/contextBody/useContextMenu.ts +0 -53
- package/src/components/business/bcFormTable/components/formSearchBtn/formSearchBtn.vue +0 -21
- package/src/components/business/bcFormTable/methods/cellDetailMethod.ts +0 -5
- package/src/components/business/bcFormTable/methods/filterAgeMethod.ts +0 -5
- package/src/components/business/bcFormTable/methods/footerMethod.ts +0 -25
- package/src/components/business/bcFormTable/methods/index.ts +0 -10
- package/src/components/business/bcFormTable/utils/onFormKey.ts +0 -121
- package/src/components/business/bcFormTable/utils/onTableKey.ts +0 -119
- package/src/components/business/bcFormTable/utils/parseTable.ts +0 -201
- package/src/components/business/bcFormTable/utils/useButon.ts +0 -20
- package/src/components/business/bcFormTable/utils/useTableHeight.ts +0 -44
- package/src/components/business/bcPageConfig/bcPageConfig.vue +0 -79
- package/src/components/business/bcPageConfig/components/hsBtn/src/hsAttrBtn.vue +0 -39
- package/src/components/business/bcPageConfig/components/hsBtn/src/hsBtnConfigList.vue +0 -45
- package/src/components/business/bcPageConfig/components/hsBtn/src/hsBtnItemConfig.vue +0 -32
- package/src/components/business/bcPageConfig/components/hsBtn/src/hsBtnPanel.vue +0 -45
- package/src/components/business/bcPageConfig/components/hsBtn/useAttrBtn.ts +0 -58
- package/src/components/business/bcPageConfig/components/hsBtn/useBtnConfigList.ts +0 -71
- package/src/components/business/bcPageConfig/components/hsBtn/useBtnItemConfig.ts +0 -35
- package/src/components/business/bcPageConfig/components/hsExpand/src/hsExpand.vue +0 -33
- package/src/components/business/bcPageConfig/components/hsExpand/useExpand.ts +0 -9
- package/src/components/business/bcPageConfig/components/hsForm/src/hsAttrForm.vue +0 -54
- package/src/components/business/bcPageConfig/components/hsForm/src/hsFormConfig.vue +0 -180
- package/src/components/business/bcPageConfig/components/hsForm/src/hsFormConfigList.vue +0 -45
- package/src/components/business/bcPageConfig/components/hsForm/src/hsFormPanel.vue +0 -64
- package/src/components/business/bcPageConfig/components/hsForm/src/hsFormParse.vue +0 -24
- package/src/components/business/bcPageConfig/components/hsForm/useAttrForm.ts +0 -108
- package/src/components/business/bcPageConfig/components/hsForm/useFormListConfig.ts +0 -69
- package/src/components/business/bcPageConfig/components/hsForm/useFormParse.ts +0 -120
- package/src/components/business/bcPageConfig/components/hsSaveForm/saveFormConfig.ts +0 -66
- package/src/components/business/bcPageConfig/components/hsSaveForm/src/saveForm.vue +0 -48
- package/src/components/business/bcPageConfig/components/hsSaveForm/useSaveForm.ts +0 -148
- package/src/components/business/bcPageConfig/components/hsTables/src/hsAttrTable.vue +0 -122
- package/src/components/business/bcPageConfig/components/hsTables/src/hsRecursionConfig.vue +0 -36
- package/src/components/business/bcPageConfig/components/hsTables/src/hsTableConfig.vue +0 -51
- package/src/components/business/bcPageConfig/components/hsTables/src/hsTableConfigList.vue +0 -46
- package/src/components/business/bcPageConfig/components/hsTables/src/hsTablePanel.vue +0 -68
- package/src/components/business/bcPageConfig/components/hsTables/src/hsTableParse.vue +0 -24
- package/src/components/business/bcPageConfig/components/hsTables/useAttrTable.ts +0 -218
- package/src/components/business/bcPageConfig/components/hsTables/useTableConfigList.ts +0 -77
- package/src/components/business/bcPageConfig/components/hsTables/useTableParse.ts +0 -78
- package/src/components/business/bcPageConfig/default/apis.json +0 -24712
- package/src/components/business/bcPageConfig/default/baseBtnConfig.ts +0 -256
- package/src/components/business/bcPageConfig/default/baseFormConfig.ts +0 -380
- package/src/components/business/bcPageConfig/default/baseTableConfig.ts +0 -2399
- package/src/components/business/bcPageConfig/usePageConfig.ts +0 -469
- package/src/components/business/bcSelect/bcSelect.vue +0 -50
- package/src/components/business/bcSwitchSystems/bcSwitchSystems.vue +0 -36
- package/src/components/business/bcSwitchSystems/useSwitchSystems.ts +0 -74
- package/src/components/business/bcTable/bcTable.vue +0 -63
- package/src/components/business/bcTable/components/sortColumn/index.ts +0 -19
- package/src/components/business/bcTable/components/sortColumn/sortColumn.vue +0 -107
- package/src/components/business/bcTable/useTable.ts +0 -51
- package/src/components/business/bcTable/useTableHeight.ts +0 -24
- package/src/components/business/bcTreeSelect/bcTreeSelect.vue +0 -12
- package/src/components/business/cardID/cardID.vue +0 -24
- package/src/components/business/cardID/type.ts +0 -0
- package/src/components/business/cardID/useCardID.ts +0 -0
- package/src/components/component.ts +0 -188
- package/src/components/config/autocompleteAttrConfig/autocompleteAttrConfig.vue +0 -26
- package/src/components/config/autocompleteAttrConfig/config.ts +0 -170
- package/src/components/config/baseForm.vue +0 -175
- package/src/components/config/buttonAttrConfig/buttonAttrConfig.vue +0 -26
- package/src/components/config/buttonAttrConfig/config.ts +0 -261
- package/src/components/config/cascaderAttrConfig/cascaderAttrConfig.vue +0 -26
- package/src/components/config/cascaderAttrConfig/config.ts +0 -287
- package/src/components/config/cascaderPanelAttrConfig/cascaderPanelAttrConfig.vue +0 -26
- package/src/components/config/cascaderPanelAttrConfig/config.ts +0 -278
- package/src/components/config/checkboxAttrConfig/checkboxAttrConfig.vue +0 -26
- package/src/components/config/checkboxAttrConfig/config.ts +0 -301
- package/src/components/config/datePickerAttrConfig/config.ts +0 -256
- package/src/components/config/datePickerAttrConfig/datePickerAttrConfig.vue +0 -26
- package/src/components/config/inputAttrConfig/config.ts +0 -322
- package/src/components/config/inputAttrConfig/inputAttrConfig.vue +0 -33
- package/src/components/config/inputAttrConfig/inputEventConfig.vue +0 -35
- package/src/components/config/inputNumberAttrConfig/config.ts +0 -177
- package/src/components/config/inputNumberAttrConfig/inputNumberAttrConfig.vue +0 -26
- package/src/components/config/radioAttrConfig/config.ts +0 -212
- package/src/components/config/radioAttrConfig/radioAttrConfig.vue +0 -26
- package/src/components/config/selectAttrConfig/config.ts +0 -478
- package/src/components/config/selectAttrConfig/selectAttrConfig.vue +0 -26
- package/src/components/config/switchAttrConfig/config.ts +0 -195
- package/src/components/config/switchAttrConfig/switchAttrConfig.vue +0 -26
- package/src/components/config/treeSelectAttrConfig/config.ts +0 -625
- package/src/components/config/treeSelectAttrConfig/treeSelectAttrConfig.vue +0 -26
- package/src/components/config/type/formType.ts +0 -25
- package/src/components/config/uploadAttrConfig/config.ts +0 -250
- package/src/components/config/uploadAttrConfig/uploadAttrConfig.vue +0 -26
- package/src/components/iconSelector/index.vue +0 -247
- package/src/components/iconSelector/list.vue +0 -84
- package/src/components/svgIcon/index.vue +0 -61
- package/src/directive/authDirective.ts +0 -40
- package/src/directive/customDirective.ts +0 -178
- package/src/directive/index.ts +0 -18
- package/src/hooks/useCrypto.ts +0 -36
- package/src/hooks/useExpose.ts +0 -60
- package/src/layout/component/aside.vue +0 -160
- package/src/layout/component/columnsAside.vue +0 -299
- package/src/layout/component/header.vue +0 -18
- package/src/layout/component/main.vue +0 -65
- package/src/layout/footer/index.vue +0 -25
- package/src/layout/index.vue +0 -53
- package/src/layout/lockScreen/index.vue +0 -352
- package/src/layout/logo/index.vue +0 -75
- package/src/layout/main/classic.vue +0 -73
- package/src/layout/main/columns.vue +0 -73
- package/src/layout/main/defaults.vue +0 -73
- package/src/layout/main/transverse.vue +0 -60
- package/src/layout/navBars/index.vue +0 -35
- package/src/layout/navBars/tagsView/contextmenu.vue +0 -133
- package/src/layout/navBars/tagsView/tagsView.vue +0 -737
- package/src/layout/navBars/topBar/breadcrumb.vue +0 -146
- package/src/layout/navBars/topBar/closeFull.vue +0 -53
- package/src/layout/navBars/topBar/index.vue +0 -107
- package/src/layout/navBars/topBar/search.vue +0 -123
- package/src/layout/navBars/topBar/setings.vue +0 -789
- package/src/layout/navBars/topBar/user.vue +0 -222
- package/src/layout/navBars/topBar/userNews.vue +0 -107
- package/src/layout/navMenu/horizontal.vue +0 -138
- package/src/layout/navMenu/subItem.vue +0 -49
- package/src/layout/navMenu/vertical.vue +0 -100
- package/src/layout/routerView/iframes.vue +0 -101
- package/src/layout/routerView/link.vue +0 -93
- package/src/layout/routerView/parent.vue +0 -104
- package/src/layout/upgrade/index.vue +0 -147
- package/src/main.ts +0 -70
- package/src/router/backEnd.ts +0 -173
- package/src/router/frontEnd.ts +0 -155
- package/src/router/index.ts +0 -138
- package/src/router/route.ts +0 -94
- package/src/stores/index.ts +0 -8
- package/src/stores/keepAliveNames.ts +0 -38
- package/src/stores/requestOldRoutes.ts +0 -16
- package/src/stores/routesList.ts +0 -26
- package/src/stores/tagsViewRoutes.ts +0 -23
- package/src/stores/themeConfig.ts +0 -142
- package/src/stores/userInfo.ts +0 -65
- package/src/style/index.scss +0 -0
- package/src/style/tailwind.css +0 -29
- package/src/theme/app.scss +0 -333
- package/src/theme/common/transition.scss +0 -147
- package/src/theme/dark.scss +0 -255
- package/src/theme/element.scss +0 -321
- package/src/theme/iconSelector.scss +0 -31
- package/src/theme/index.scss +0 -8
- package/src/theme/loading.scss +0 -51
- package/src/theme/media/chart.scss +0 -94
- package/src/theme/media/cityLinkage.scss +0 -10
- package/src/theme/media/date.scss +0 -25
- package/src/theme/media/dialog.scss +0 -12
- package/src/theme/media/error.scss +0 -45
- package/src/theme/media/form.scss +0 -31
- package/src/theme/media/home.scss +0 -23
- package/src/theme/media/index.scss +0 -15
- package/src/theme/media/layout.scss +0 -63
- package/src/theme/media/login.scss +0 -74
- package/src/theme/media/media.scss +0 -13
- package/src/theme/media/pagination.scss +0 -15
- package/src/theme/media/personal.scss +0 -16
- package/src/theme/media/scrollbar.scss +0 -56
- package/src/theme/media/tagsView.scss +0 -11
- package/src/theme/mixins/index.scss +0 -56
- package/src/theme/other.scss +0 -36
- package/src/theme/tableTool.scss +0 -27
- package/src/theme/waves.scss +0 -101
- package/src/types/auth.d.ts +0 -44
- package/src/types/axios.d.ts +0 -13
- package/src/types/components.d.ts +0 -30
- package/src/types/customData.d.ts +0 -163
- package/src/types/form.ts +0 -68
- package/src/types/formItem/autocomplete.ts +0 -43
- package/src/types/formItem/button.ts +0 -39
- package/src/types/formItem/input.ts +0 -66
- package/src/types/formItem/inputNumber.ts +0 -42
- package/src/types/formItem/selelct.ts +0 -54
- package/src/types/formItem/treeSelect.ts +0 -37
- package/src/types/formTable.d.ts +0 -210
- package/src/types/global.d.ts +0 -118
- package/src/types/layout.d.ts +0 -59
- package/src/types/mitt.d.ts +0 -38
- package/src/types/pinia.d.ts +0 -92
- package/src/types/views.d.ts +0 -331
- package/src/utils/arrayOperation.ts +0 -65
- package/src/utils/authFunction.ts +0 -38
- package/src/utils/build.ts +0 -124
- package/src/utils/commonFunction.ts +0 -64
- package/src/utils/formatTime.ts +0 -137
- package/src/utils/getDataType.ts +0 -136
- package/src/utils/getStyleSheets.ts +0 -101
- package/src/utils/loading.ts +0 -44
- package/src/utils/mitt.ts +0 -8
- package/src/utils/other.ts +0 -214
- package/src/utils/request.ts +0 -82
- package/src/utils/setIconfont.ts +0 -48
- package/src/utils/showMessage.ts +0 -57
- package/src/utils/showMessageBox.ts +0 -39
- package/src/utils/showNotification.ts +0 -50
- package/src/utils/showPopup.ts +0 -81
- package/src/utils/storage.ts +0 -137
- package/src/utils/theme.ts +0 -65
- package/src/utils/toolsValidate.ts +0 -370
- package/src/utils/watermark.ts +0 -47
- package/src/views/error/401.vue +0 -88
- package/src/views/error/404.vue +0 -89
- package/src/views/home/index.vue +0 -62
- package/src/views/login/component/account.vue +0 -172
- package/src/views/login/component/mobile.vue +0 -72
- package/src/views/login/component/scan.vue +0 -63
- package/src/views/login/index.vue +0 -254
- package/src/views/system/auth/index.vue +0 -48
- package/src/views/system/auth/list.ts +0 -50
- package/src/views/system/auth/useAuth.ts +0 -34
- package/src/views/system/dept/dialog.vue +0 -167
- package/src/views/system/dept/index.vue +0 -135
- package/src/views/system/dic/dialog.vue +0 -150
- package/src/views/system/dic/index.vue +0 -132
- package/src/views/system/form/data.json +0 -360
- package/src/views/system/form/index.vue +0 -24
- package/src/views/system/formSetting/components/hsBtn/src/hsAttrBtn.vue +0 -58
- package/src/views/system/formSetting/components/hsBtn/src/hsBtnConfigList.vue +0 -45
- package/src/views/system/formSetting/components/hsBtn/src/hsBtnPanel.vue +0 -51
- package/src/views/system/formSetting/components/hsBtn/useAttrBtn.ts +0 -129
- package/src/views/system/formSetting/components/hsBtn/useBtnConfigList.ts +0 -73
- package/src/views/system/formSetting/components/hsExpand/src/hsExpand.vue +0 -27
- package/src/views/system/formSetting/components/hsExpand/useExpand.ts +0 -9
- package/src/views/system/formSetting/components/hsForm/src/hsAttrForm.vue +0 -124
- package/src/views/system/formSetting/components/hsForm/src/hsFormConfig.vue +0 -180
- package/src/views/system/formSetting/components/hsForm/src/hsFormConfigList.vue +0 -45
- package/src/views/system/formSetting/components/hsForm/src/hsFormPanel.vue +0 -152
- package/src/views/system/formSetting/components/hsForm/src/hsFormParse.vue +0 -33
- package/src/views/system/formSetting/components/hsForm/useAttrForm.ts +0 -109
- package/src/views/system/formSetting/components/hsForm/useFormListConfig.ts +0 -70
- package/src/views/system/formSetting/components/hsPageTree/configData.ts +0 -3700
- package/src/views/system/formSetting/components/hsPageTree/src/hsPageTree.vue +0 -30
- package/src/views/system/formSetting/components/hsPageTree/usePageTree.ts +0 -50
- package/src/views/system/formSetting/components/hsSaveForm/saveFormConfig.ts +0 -66
- package/src/views/system/formSetting/components/hsSaveForm/src/saveForm.vue +0 -47
- package/src/views/system/formSetting/components/hsSaveForm/useSaveForm.ts +0 -122
- package/src/views/system/formSetting/components/hsTables/src/hsAttrTable.vue +0 -91
- package/src/views/system/formSetting/components/hsTables/src/hsRecursionConfig.vue +0 -36
- package/src/views/system/formSetting/components/hsTables/src/hsTableConfig.vue +0 -39
- package/src/views/system/formSetting/components/hsTables/src/hsTableConfigList.vue +0 -45
- package/src/views/system/formSetting/components/hsTables/src/hsTablePanel.vue +0 -56
- package/src/views/system/formSetting/components/hsTables/src/hsTableParse.vue +0 -29
- package/src/views/system/formSetting/components/hsTables/useAttrTable.ts +0 -125
- package/src/views/system/formSetting/components/hsTables/useTableConfigList.ts +0 -77
- package/src/views/system/formSetting/components/selectConfig/config.ts +0 -476
- package/src/views/system/formSetting/components/selectConfig/selectConfig.vue +0 -30
- package/src/views/system/formSetting/data.json +0 -360
- package/src/views/system/formSetting/default/baseBtnConfig.ts +0 -216
- package/src/views/system/formSetting/default/baseFormConfig.ts +0 -567
- package/src/views/system/formSetting/default/baseTableConfig.ts +0 -2353
- package/src/views/system/formSetting/formConfig.vue +0 -108
- package/src/views/system/formSetting/index.vue +0 -35
- package/src/views/system/formSetting/menuType.d.ts +0 -12
- package/src/views/system/formSetting/panelConfig.json +0 -164
- package/src/views/system/formSetting/useForm.ts +0 -89
- package/src/views/system/formSetting/useFormConfig.ts +0 -192
- package/src/views/system/menu/dialog.vue +0 -285
- package/src/views/system/menu/index.vue +0 -180
- package/src/views/system/page/components/hsPageTree/configData.ts +0 -3700
- package/src/views/system/page/components/hsPageTree/src/hsPageTree.vue +0 -30
- package/src/views/system/page/components/hsPageTree/usePageTree.ts +0 -49
- package/src/views/system/page/index.vue +0 -32
- package/src/views/system/page/menuType.d.ts +0 -12
- package/src/views/system/page/usePage.ts +0 -125
- package/src/views/system/role/dialog.vue +0 -236
- package/src/views/system/role/index.vue +0 -146
- package/src/views/system/table/data.json +0 -747
- package/src/views/system/table/formate.js +0 -49
- package/src/views/system/table/index.vue +0 -53
- package/src/views/system/user/dialog.vue +0 -187
- package/src/views/system/user/index.vue +0 -161
- package/src/views/test/test/components/hsBtn/src/hsAttrBtn.vue +0 -58
- package/src/views/test/test/components/hsBtn/src/hsBtnConfigList.vue +0 -45
- package/src/views/test/test/components/hsBtn/src/hsBtnPanel.vue +0 -51
- package/src/views/test/test/components/hsBtn/useAttrBtn.ts +0 -129
- package/src/views/test/test/components/hsBtn/useBtnConfigList.ts +0 -73
- package/src/views/test/test/components/hsExpand/src/hsExpand.vue +0 -27
- package/src/views/test/test/components/hsExpand/useExpand.ts +0 -9
- package/src/views/test/test/components/hsForm/src/hsAttrForm.vue +0 -124
- package/src/views/test/test/components/hsForm/src/hsFormConfig.vue +0 -180
- package/src/views/test/test/components/hsForm/src/hsFormConfigList.vue +0 -45
- package/src/views/test/test/components/hsForm/src/hsFormPanel.vue +0 -152
- package/src/views/test/test/components/hsForm/src/hsFormParse.vue +0 -33
- package/src/views/test/test/components/hsForm/useAttrForm.ts +0 -109
- package/src/views/test/test/components/hsForm/useFormListConfig.ts +0 -70
- package/src/views/test/test/components/hsSaveForm/saveFormConfig.ts +0 -66
- package/src/views/test/test/components/hsSaveForm/src/saveForm.vue +0 -47
- package/src/views/test/test/components/hsSaveForm/useSaveForm.ts +0 -122
- package/src/views/test/test/components/hsTables/src/hsAttrTable.vue +0 -91
- package/src/views/test/test/components/hsTables/src/hsRecursionConfig.vue +0 -36
- package/src/views/test/test/components/hsTables/src/hsTableConfig.vue +0 -39
- package/src/views/test/test/components/hsTables/src/hsTableConfigList.vue +0 -45
- package/src/views/test/test/components/hsTables/src/hsTablePanel.vue +0 -56
- package/src/views/test/test/components/hsTables/src/hsTableParse.vue +0 -29
- package/src/views/test/test/components/hsTables/useAttrTable.ts +0 -125
- package/src/views/test/test/components/hsTables/useTableConfigList.ts +0 -77
- package/src/views/test/test/components/selectConfig/config.ts +0 -476
- package/src/views/test/test/components/selectConfig/selectConfig.vue +0 -30
- package/src/views/test/test/data.json +0 -360
- package/src/views/test/test/default/baseBtnConfig.ts +0 -216
- package/src/views/test/test/default/baseFormConfig.ts +0 -567
- package/src/views/test/test/default/baseTableConfig.ts +0 -2353
- package/src/views/test/test/formConfig.vue +0 -102
- package/src/views/test/test/test.vue +0 -28
- package/src/views/test/test/test3.vue +0 -24
- package/src/views/test/test/test4.vue +0 -107
- package/src/views/test/test/test/345/211/257/346/234/254.vue +0 -2424
- package/src/views/test/test/useFormConfig.ts +0 -192
- package/src/views/test/test2/test2.vue +0 -17
- package/src/views/test/test3/test.vue +0 -20
- package/tailwind.config.js +0 -12
- package/tsconfig.json +0 -75
- package/vite.config.ts +0 -123
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
@import './index.scss';
|
|
2
|
-
|
|
3
|
-
/* 页面宽度小于768px
|
|
4
|
-
------------------------------- */
|
|
5
|
-
@media screen and (max-width: $sm) {
|
|
6
|
-
.big-data-down-left {
|
|
7
|
-
width: 100% !important;
|
|
8
|
-
flex-direction: unset !important;
|
|
9
|
-
flex-wrap: wrap;
|
|
10
|
-
.flex-warp-item {
|
|
11
|
-
min-height: 196.24px;
|
|
12
|
-
padding: 0 7.5px 15px 15px !important;
|
|
13
|
-
.flex-warp-item-box {
|
|
14
|
-
border: none !important;
|
|
15
|
-
border-bottom: 1px solid #ebeef5 !important;
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
.big-data-down-center {
|
|
20
|
-
width: 100% !important;
|
|
21
|
-
.big-data-down-center-one,
|
|
22
|
-
.big-data-down-center-two {
|
|
23
|
-
min-height: 196.24px;
|
|
24
|
-
padding-left: 15px !important;
|
|
25
|
-
.big-data-down-center-one-content {
|
|
26
|
-
border: none !important;
|
|
27
|
-
border-bottom: 1px solid #ebeef5 !important;
|
|
28
|
-
}
|
|
29
|
-
.flex-warp-item-box {
|
|
30
|
-
@extend .big-data-down-center-one-content;
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
.big-data-down-right {
|
|
35
|
-
.flex-warp-item {
|
|
36
|
-
.flex-warp-item-box {
|
|
37
|
-
border: none !important;
|
|
38
|
-
border-bottom: 1px solid #ebeef5 !important;
|
|
39
|
-
}
|
|
40
|
-
&:nth-of-type(2) {
|
|
41
|
-
padding-left: 15px !important;
|
|
42
|
-
}
|
|
43
|
-
&:last-of-type {
|
|
44
|
-
.flex-warp-item-box {
|
|
45
|
-
border: none !important;
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
/* 页面宽度大于768px小于1200px
|
|
53
|
-
------------------------------- */
|
|
54
|
-
@media screen and (min-width: $sm) and (max-width: $lg) {
|
|
55
|
-
.chart-warp-bottom {
|
|
56
|
-
.big-data-down-left {
|
|
57
|
-
width: 50% !important;
|
|
58
|
-
}
|
|
59
|
-
.big-data-down-center {
|
|
60
|
-
width: 50% !important;
|
|
61
|
-
}
|
|
62
|
-
.big-data-down-right {
|
|
63
|
-
.flex-warp-item {
|
|
64
|
-
width: 50% !important;
|
|
65
|
-
&:nth-of-type(2) {
|
|
66
|
-
padding-left: 7.5px !important;
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
/* 页面宽度小于1200px
|
|
74
|
-
------------------------------- */
|
|
75
|
-
@media screen and (max-width: $lg) {
|
|
76
|
-
.chart-warp-top {
|
|
77
|
-
.up-left {
|
|
78
|
-
display: none;
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
.chart-warp-bottom {
|
|
82
|
-
overflow-y: auto !important;
|
|
83
|
-
flex-wrap: wrap;
|
|
84
|
-
.big-data-down-right {
|
|
85
|
-
width: 100% !important;
|
|
86
|
-
flex-direction: unset !important;
|
|
87
|
-
flex-wrap: wrap;
|
|
88
|
-
.flex-warp-item {
|
|
89
|
-
min-height: 196.24px;
|
|
90
|
-
padding: 0 7.5px 15px 15px !important;
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
@import './index.scss';
|
|
2
|
-
|
|
3
|
-
/* 页面宽度小于768px
|
|
4
|
-
------------------------------- */
|
|
5
|
-
@media screen and (max-width: $sm) {
|
|
6
|
-
// 时间选择器适配
|
|
7
|
-
.el-date-range-picker {
|
|
8
|
-
width: 100vw;
|
|
9
|
-
.el-picker-panel__body {
|
|
10
|
-
min-width: 100%;
|
|
11
|
-
.el-date-range-picker__content {
|
|
12
|
-
.el-date-range-picker__header div {
|
|
13
|
-
margin-left: 22px;
|
|
14
|
-
margin-right: 0px;
|
|
15
|
-
}
|
|
16
|
-
& + .el-date-range-picker__content {
|
|
17
|
-
.el-date-range-picker__header div {
|
|
18
|
-
margin-left: 0px;
|
|
19
|
-
margin-right: 22px;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
@import './index.scss';
|
|
2
|
-
|
|
3
|
-
/* 页面宽度小于768px
|
|
4
|
-
------------------------------- */
|
|
5
|
-
@media screen and (max-width: $sm) {
|
|
6
|
-
.error {
|
|
7
|
-
.error-flex {
|
|
8
|
-
flex-direction: column-reverse !important;
|
|
9
|
-
height: auto !important;
|
|
10
|
-
width: 100% !important;
|
|
11
|
-
}
|
|
12
|
-
.right,
|
|
13
|
-
.left {
|
|
14
|
-
flex: unset !important;
|
|
15
|
-
display: flex !important;
|
|
16
|
-
}
|
|
17
|
-
.left-item {
|
|
18
|
-
margin: auto !important;
|
|
19
|
-
}
|
|
20
|
-
.right img {
|
|
21
|
-
max-width: 450px !important;
|
|
22
|
-
@extend .left-item;
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
/* 页面宽度大于768px小于992px
|
|
28
|
-
------------------------------- */
|
|
29
|
-
@media screen and (min-width: $sm) and (max-width: $md) {
|
|
30
|
-
.error {
|
|
31
|
-
.error-flex {
|
|
32
|
-
padding-left: 30px !important;
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
/* 页面宽度小于1200px
|
|
38
|
-
------------------------------- */
|
|
39
|
-
@media screen and (max-width: $lg) {
|
|
40
|
-
.error {
|
|
41
|
-
.error-flex {
|
|
42
|
-
padding: 0 30px;
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
@import './index.scss';
|
|
2
|
-
|
|
3
|
-
/* 页面宽度小于576px
|
|
4
|
-
------------------------------- */
|
|
5
|
-
@media screen and (max-width: $xs) {
|
|
6
|
-
.el-form-item__label {
|
|
7
|
-
width: 100% !important;
|
|
8
|
-
text-align: left !important;
|
|
9
|
-
// 移动端 label 右对齐问题
|
|
10
|
-
justify-content: flex-start !important;
|
|
11
|
-
}
|
|
12
|
-
.el-form-item__content {
|
|
13
|
-
margin-left: 0 !important;
|
|
14
|
-
}
|
|
15
|
-
.el-form-item {
|
|
16
|
-
// 响应式表单时,登录页需要重新处理
|
|
17
|
-
display: unset !important;
|
|
18
|
-
}
|
|
19
|
-
// 表格演示中的表单筛选
|
|
20
|
-
.table-form-btn {
|
|
21
|
-
display: flex !important;
|
|
22
|
-
.el-form-item__label {
|
|
23
|
-
width: auto !important;
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
// 表格演示中的表单筛选最大高度,适配移动端
|
|
27
|
-
.table-search-container {
|
|
28
|
-
max-height: 160px;
|
|
29
|
-
overflow: auto;
|
|
30
|
-
}
|
|
31
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
@import './index.scss';
|
|
2
|
-
|
|
3
|
-
/* 页面宽度小于768px
|
|
4
|
-
------------------------------- */
|
|
5
|
-
@media screen and (max-width: $sm) {
|
|
6
|
-
.home-media,
|
|
7
|
-
.home-media-sm {
|
|
8
|
-
margin-top: 15px;
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
/* 页面宽度小于1200px
|
|
13
|
-
------------------------------- */
|
|
14
|
-
@media screen and (max-width: $lg) {
|
|
15
|
-
.home-media-lg {
|
|
16
|
-
margin-top: 15px;
|
|
17
|
-
}
|
|
18
|
-
.home-monitor {
|
|
19
|
-
.flex-warp-item {
|
|
20
|
-
width: 33.33% !important;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/* 栅格布局(媒体查询变量)
|
|
2
|
-
* https://developer.mozilla.org/zh-CN/docs/Learn/CSS/CSS_layout/Media_queries
|
|
3
|
-
* $us ≥376px 响应式栅格
|
|
4
|
-
* $xs ≥576px 响应式栅格
|
|
5
|
-
* $sm ≥768px 响应式栅格
|
|
6
|
-
* $md ≥992px 响应式栅格
|
|
7
|
-
* $lg ≥1200px 响应式栅格
|
|
8
|
-
* $xl ≥1920px 响应式栅格
|
|
9
|
-
------------------------------- */
|
|
10
|
-
$us: 376px;
|
|
11
|
-
$xs: 576px;
|
|
12
|
-
$sm: 768px;
|
|
13
|
-
$md: 992px;
|
|
14
|
-
$lg: 1200px;
|
|
15
|
-
$xl: 1920px;
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
@import './index.scss';
|
|
2
|
-
|
|
3
|
-
/* 页面宽度小于576px
|
|
4
|
-
------------------------------- */
|
|
5
|
-
@media screen and (max-width: $xs) {
|
|
6
|
-
// MessageBox 弹框
|
|
7
|
-
.el-message-box {
|
|
8
|
-
width: 80% !important;
|
|
9
|
-
}
|
|
10
|
-
// 锁屏页
|
|
11
|
-
.layout-lock-screen-date-top {
|
|
12
|
-
display: none;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
/* 页面宽度小于768px
|
|
17
|
-
------------------------------- */
|
|
18
|
-
@media screen and (max-width: $sm) {
|
|
19
|
-
// Breadcrumb 面包屑
|
|
20
|
-
.layout-navbars-breadcrumb-hide {
|
|
21
|
-
display: none;
|
|
22
|
-
}
|
|
23
|
-
// 外链视图
|
|
24
|
-
.layout-view-link {
|
|
25
|
-
a {
|
|
26
|
-
max-width: 80%;
|
|
27
|
-
text-align: center;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
// 菜单搜索
|
|
31
|
-
.layout-search-dialog {
|
|
32
|
-
.el-autocomplete {
|
|
33
|
-
width: 80% !important;
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
/* 页面宽度小于1000px
|
|
39
|
-
------------------------------- */
|
|
40
|
-
@media screen and (max-width: 1000px) {
|
|
41
|
-
// 布局配置
|
|
42
|
-
.layout-drawer-content-flex {
|
|
43
|
-
position: relative;
|
|
44
|
-
&::after {
|
|
45
|
-
content: '手机版不支持切换布局';
|
|
46
|
-
position: absolute;
|
|
47
|
-
top: 0;
|
|
48
|
-
right: 0;
|
|
49
|
-
bottom: 0;
|
|
50
|
-
left: 0;
|
|
51
|
-
z-index: 1;
|
|
52
|
-
text-align: center;
|
|
53
|
-
height: 140px;
|
|
54
|
-
line-height: 140px;
|
|
55
|
-
background: rgba(255, 255, 255, 0.9);
|
|
56
|
-
color: #666666;
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
// pagination 分页中的工具栏
|
|
60
|
-
.table-footer-tool {
|
|
61
|
-
display: none !important;
|
|
62
|
-
}
|
|
63
|
-
}
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
@import './index.scss';
|
|
2
|
-
|
|
3
|
-
/* 页面宽度小于1200px
|
|
4
|
-
------------------------------- */
|
|
5
|
-
@media screen and (max-width: $lg) and (min-width: $xs) {
|
|
6
|
-
.login-container {
|
|
7
|
-
.login-left {
|
|
8
|
-
.login-left-img {
|
|
9
|
-
top: 90% !important;
|
|
10
|
-
left: 12% !important;
|
|
11
|
-
width: 30% !important;
|
|
12
|
-
height: 18% !important;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
.login-right {
|
|
16
|
-
position: absolute;
|
|
17
|
-
top: 50%;
|
|
18
|
-
left: 50%;
|
|
19
|
-
transform: translate(-50%, -50%);
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
/* 页面宽度小于576px
|
|
25
|
-
------------------------------- */
|
|
26
|
-
@media screen and (max-width: $xs) {
|
|
27
|
-
.login-container {
|
|
28
|
-
.login-left {
|
|
29
|
-
display: none;
|
|
30
|
-
}
|
|
31
|
-
.login-right {
|
|
32
|
-
width: 100% !important;
|
|
33
|
-
.login-right-warp {
|
|
34
|
-
width: 100% !important;
|
|
35
|
-
height: 100% !important;
|
|
36
|
-
border: none !important;
|
|
37
|
-
.login-right-warp-mian {
|
|
38
|
-
.el-form-item {
|
|
39
|
-
display: flex !important;
|
|
40
|
-
}
|
|
41
|
-
.login-right-warp-main-title {
|
|
42
|
-
font-size: 20px !important;
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
.login-right-warp-one {
|
|
46
|
-
&::after {
|
|
47
|
-
right: 0 !important;
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
.login-right-warp-two {
|
|
51
|
-
&::before {
|
|
52
|
-
bottom: 1px !important;
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
/* 页面宽度小于375px
|
|
61
|
-
------------------------------- */
|
|
62
|
-
@media screen and (max-width: $us) {
|
|
63
|
-
.login-container {
|
|
64
|
-
.login-right {
|
|
65
|
-
.login-right-warp {
|
|
66
|
-
.login-right-warp-mian {
|
|
67
|
-
.login-right-warp-main-title {
|
|
68
|
-
font-size: 18px !important;
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
@import './login.scss';
|
|
2
|
-
@import './error.scss';
|
|
3
|
-
@import './layout.scss';
|
|
4
|
-
@import './personal.scss';
|
|
5
|
-
@import './tagsView.scss';
|
|
6
|
-
@import './home.scss';
|
|
7
|
-
@import './chart.scss';
|
|
8
|
-
@import './form.scss';
|
|
9
|
-
@import './scrollbar.scss';
|
|
10
|
-
@import './pagination.scss';
|
|
11
|
-
@import './dialog.scss';
|
|
12
|
-
@import './cityLinkage.scss';
|
|
13
|
-
@import './date.scss';
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
@import './index.scss';
|
|
2
|
-
|
|
3
|
-
/* 页面宽度小于576px
|
|
4
|
-
------------------------------- */
|
|
5
|
-
@media screen and (max-width: $xs) {
|
|
6
|
-
.el-pager,
|
|
7
|
-
.el-pagination__jump {
|
|
8
|
-
display: none !important;
|
|
9
|
-
}
|
|
10
|
-
// 默认居中对齐
|
|
11
|
-
.el-pagination,
|
|
12
|
-
.table-footer {
|
|
13
|
-
justify-content: center !important;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
@import './index.scss';
|
|
2
|
-
|
|
3
|
-
/* 页面宽度小于768px
|
|
4
|
-
------------------------------- */
|
|
5
|
-
@media screen and (max-width: $sm) {
|
|
6
|
-
.personal-info {
|
|
7
|
-
padding-left: 0 !important;
|
|
8
|
-
margin-top: 15px;
|
|
9
|
-
}
|
|
10
|
-
.personal-recommend-col {
|
|
11
|
-
margin-bottom: 15px;
|
|
12
|
-
&:last-of-type {
|
|
13
|
-
margin-bottom: 0;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
}
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
@import './index.scss';
|
|
2
|
-
|
|
3
|
-
/* 页面宽度小于768px
|
|
4
|
-
------------------------------- */
|
|
5
|
-
@media screen and (max-width: $sm) {
|
|
6
|
-
// 滚动条的宽度
|
|
7
|
-
::-webkit-scrollbar {
|
|
8
|
-
width: 3px !important;
|
|
9
|
-
height: 3px !important;
|
|
10
|
-
}
|
|
11
|
-
::-webkit-scrollbar-track-piece {
|
|
12
|
-
background-color: var(--next-bg-main-color);
|
|
13
|
-
}
|
|
14
|
-
// 滚动条的设置
|
|
15
|
-
::-webkit-scrollbar-thumb {
|
|
16
|
-
background-color: rgba(144, 147, 153, 0.3);
|
|
17
|
-
background-clip: padding-box;
|
|
18
|
-
min-height: 28px;
|
|
19
|
-
border-radius: 5px;
|
|
20
|
-
transition: 0.3s background-color;
|
|
21
|
-
}
|
|
22
|
-
::-webkit-scrollbar-thumb:hover {
|
|
23
|
-
background-color: rgba(144, 147, 153, 0.5);
|
|
24
|
-
}
|
|
25
|
-
// element plus scrollbar
|
|
26
|
-
.el-scrollbar__bar.is-vertical {
|
|
27
|
-
width: 2px !important;
|
|
28
|
-
}
|
|
29
|
-
.el-scrollbar__bar.is-horizontal {
|
|
30
|
-
height: 2px !important;
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
/* 页面宽度大于768px
|
|
35
|
-
------------------------------- */
|
|
36
|
-
@media screen and (min-width: 769px) {
|
|
37
|
-
// 滚动条的宽度
|
|
38
|
-
::-webkit-scrollbar {
|
|
39
|
-
width: 7px;
|
|
40
|
-
height: 7px;
|
|
41
|
-
}
|
|
42
|
-
::-webkit-scrollbar-track-piece {
|
|
43
|
-
background-color: var(--next-bg-main-color);
|
|
44
|
-
}
|
|
45
|
-
// 滚动条的设置
|
|
46
|
-
::-webkit-scrollbar-thumb {
|
|
47
|
-
background-color: rgba(144, 147, 153, 0.3);
|
|
48
|
-
background-clip: padding-box;
|
|
49
|
-
min-height: 28px;
|
|
50
|
-
border-radius: 5px;
|
|
51
|
-
transition: 0.3s background-color;
|
|
52
|
-
}
|
|
53
|
-
::-webkit-scrollbar-thumb:hover {
|
|
54
|
-
background-color: rgba(144, 147, 153, 0.5);
|
|
55
|
-
}
|
|
56
|
-
}
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
/* 第三方图标字体间距/大小设置
|
|
2
|
-
------------------------------- */
|
|
3
|
-
@mixin generalIcon {
|
|
4
|
-
font-size: 14px !important;
|
|
5
|
-
display: inline-block;
|
|
6
|
-
vertical-align: middle;
|
|
7
|
-
margin-right: 5px;
|
|
8
|
-
width: 24px;
|
|
9
|
-
text-align: center;
|
|
10
|
-
justify-content: center;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
/* 文本不换行
|
|
14
|
-
------------------------------- */
|
|
15
|
-
@mixin text-no-wrap() {
|
|
16
|
-
text-overflow: ellipsis;
|
|
17
|
-
overflow: hidden;
|
|
18
|
-
white-space: nowrap;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
/* 多行文本溢出
|
|
22
|
-
------------------------------- */
|
|
23
|
-
@mixin text-ellipsis($line: 2) {
|
|
24
|
-
overflow: hidden;
|
|
25
|
-
word-break: break-all;
|
|
26
|
-
text-overflow: ellipsis;
|
|
27
|
-
display: -webkit-box;
|
|
28
|
-
-webkit-line-clamp: $line;
|
|
29
|
-
-webkit-box-orient: vertical;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
/* 滚动条(页面未使用) div 中使用:
|
|
33
|
-
------------------------------- */
|
|
34
|
-
// .test {
|
|
35
|
-
// @include scrollBar;
|
|
36
|
-
// }
|
|
37
|
-
@mixin scrollBar {
|
|
38
|
-
// 滚动条凹槽的颜色,还可以设置边框属性
|
|
39
|
-
&::-webkit-scrollbar-track-piece {
|
|
40
|
-
background-color: #f8f8f8;
|
|
41
|
-
}
|
|
42
|
-
// 滚动条的宽度
|
|
43
|
-
&::-webkit-scrollbar {
|
|
44
|
-
width: 9px;
|
|
45
|
-
height: 9px;
|
|
46
|
-
}
|
|
47
|
-
// 滚动条的设置
|
|
48
|
-
&::-webkit-scrollbar-thumb {
|
|
49
|
-
background-color: #dddddd;
|
|
50
|
-
background-clip: padding-box;
|
|
51
|
-
min-height: 28px;
|
|
52
|
-
}
|
|
53
|
-
&::-webkit-scrollbar-thumb:hover {
|
|
54
|
-
background-color: #bbb;
|
|
55
|
-
}
|
|
56
|
-
}
|
package/src/theme/other.scss
DELETED
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
/* wangeditor 富文本编辑器
|
|
2
|
-
------------------------------- */
|
|
3
|
-
.editor-container {
|
|
4
|
-
z-index: 10; // 用于 wangeditor 点击全屏时
|
|
5
|
-
.w-e-toolbar {
|
|
6
|
-
border: 1px solid var(--el-border-color-light, #ebeef5) !important;
|
|
7
|
-
border-bottom: 1px solid var(--el-border-color-light, #ebeef5) !important;
|
|
8
|
-
border-top-left-radius: 3px;
|
|
9
|
-
border-top-right-radius: 3px;
|
|
10
|
-
z-index: 2 !important;
|
|
11
|
-
}
|
|
12
|
-
.w-e-text-container {
|
|
13
|
-
border: 1px solid var(--el-border-color-light, #ebeef5) !important;
|
|
14
|
-
border-top: none !important;
|
|
15
|
-
border-bottom-left-radius: 3px;
|
|
16
|
-
border-bottom-right-radius: 3px;
|
|
17
|
-
z-index: 1 !important;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
[data-theme='dark'] {
|
|
22
|
-
// textarea - css vars
|
|
23
|
-
--w-e-textarea-bg-color: var(--el-color-white) !important;
|
|
24
|
-
--w-e-textarea-color: var(--el-text-color-primary) !important;
|
|
25
|
-
|
|
26
|
-
// toolbar - css vars
|
|
27
|
-
--w-e-toolbar-color: var(--el-text-color-primary) !important;
|
|
28
|
-
--w-e-toolbar-bg-color: var(--el-color-white) !important;
|
|
29
|
-
--w-e-toolbar-active-color: var(--el-text-color-primary) !important;
|
|
30
|
-
--w-e-toolbar-active-bg-color: var(--next-color-menu-hover) !important;
|
|
31
|
-
--w-e-toolbar-border-color: var(--el-border-color-light, #ebeef5) !important;
|
|
32
|
-
|
|
33
|
-
// modal - css vars
|
|
34
|
-
--w-e-modal-button-bg-color: var(--el-color-primary) !important;
|
|
35
|
-
--w-e-modal-button-border-color: var(--el-color-primary) !important;
|
|
36
|
-
}
|
package/src/theme/tableTool.scss
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
.table-tool-popper {
|
|
2
|
-
padding: 0 !important;
|
|
3
|
-
.tool-box {
|
|
4
|
-
display: flex;
|
|
5
|
-
border-bottom: 1px solid var(--el-border-color-lighter);
|
|
6
|
-
box-sizing: border-box;
|
|
7
|
-
color: var(--el-text-color-primary);
|
|
8
|
-
height: 40px;
|
|
9
|
-
align-items: center;
|
|
10
|
-
}
|
|
11
|
-
.tool-sortable {
|
|
12
|
-
max-height: 303px;
|
|
13
|
-
.tool-sortable-item {
|
|
14
|
-
display: flex;
|
|
15
|
-
box-sizing: border-box;
|
|
16
|
-
color: var(--el-text-color-primary);
|
|
17
|
-
align-items: center;
|
|
18
|
-
padding: 0 12px;
|
|
19
|
-
&:hover {
|
|
20
|
-
background: var(--el-fill-color-lighter);
|
|
21
|
-
}
|
|
22
|
-
i {
|
|
23
|
-
opacity: 0.7;
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
}
|