exploria-ui-mcp-server 2.0.0
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/LICENSE +194 -0
- package/README.md +242 -0
- package/dist/README.md +633 -0
- package/dist/components/advanced/e_parallax_scrolling/Document.vue +23 -0
- package/dist/components/advanced/e_parallax_scrolling/Using.vue +20 -0
- package/dist/components/advanced/e_parallax_scrolling/img.png +0 -0
- package/dist/components/advanced/e_parallax_scrolling/img_1.png +0 -0
- package/dist/components/advanced/e_parallax_scrolling//350/247/206/345/267/256/346/273/232/345/212/250 +0 -0
- package/dist/components/advanced/e_rolling_follow/Document.vue +21 -0
- package/dist/components/advanced/e_rolling_follow/Using.vue +54 -0
- package/dist/components/advanced/e_virtual_list/ComprehensiveCase.vue +209 -0
- package/dist/components/advanced/e_virtual_list/Document.vue +68 -0
- package/dist/components/advanced/e_virtual_list/DynamicData.vue +42 -0
- package/dist/components/advanced/e_virtual_list/Using.vue +32 -0
- package/dist/components/advanced/e_virtual_list/iconfont/iconfont.css +19 -0
- package/dist/components/advanced/e_virtual_list/iconfont/iconfont.ttf +0 -0
- package/dist/components/advanced/e_virtual_list/iconfont/iconfont.woff +0 -0
- package/dist/components/advanced/e_virtual_list/iconfont/iconfont.woff2 +0 -0
- package/dist/components/advanced/e_virtual_list/img.png +0 -0
- package/dist/components/advanced/e_watermark/AutoSize.vue +89 -0
- package/dist/components/advanced/e_watermark/BasicUsing.vue +9 -0
- package/dist/components/advanced/e_watermark/CustomFont.vue +73 -0
- package/dist/components/advanced/e_watermark/CustomStyle.vue +76 -0
- package/dist/components/advanced/e_watermark/Dense.vue +28 -0
- package/dist/components/advanced/e_watermark/Document.vue +197 -0
- package/dist/components/advanced/e_watermark/HighZIndex.vue +105 -0
- package/dist/components/advanced/e_watermark/ImageWatermark.vue +31 -0
- package/dist/components/advanced/e_watermark/MultiLine.vue +29 -0
- package/dist/components/advanced/e_watermark/OpacityWatermark.vue +73 -0
- package/dist/components/ai/typing_effect/Document.vue +47 -0
- package/dist/components/ai/typing_effect/Using1.vue +189 -0
- package/dist/components/ai/typing_effect/Using2.vue +167 -0
- package/dist/components/basic/e_badge/BasicBadge.vue +31 -0
- package/dist/components/basic/e_badge/Document.vue +137 -0
- package/dist/components/basic/e_badge/DotBadge.vue +35 -0
- package/dist/components/basic/e_badge/MaxBadge.vue +33 -0
- package/dist/components/basic/e_badge/ShowZeroBadge.vue +30 -0
- package/dist/components/basic/e_badge/SizeBadge.vue +29 -0
- package/dist/components/basic/e_badge/TypeBadge.vue +36 -0
- package/dist/components/basic/e_button/CircleButtons.vue +30 -0
- package/dist/components/basic/e_button/DisabledButtons.vue +30 -0
- package/dist/components/basic/e_button/Document.vue +171 -0
- package/dist/components/basic/e_button/LoadingButtons.vue +30 -0
- package/dist/components/basic/e_button/NormalButtons.vue +30 -0
- package/dist/components/basic/e_button/PlainButtons.vue +30 -0
- package/dist/components/basic/e_button/RoundButtons.vue +30 -0
- package/dist/components/basic/e_button/RoundedRectangleButtons.vue +35 -0
- package/dist/components/basic/e_button/SizeButtons.vue +19 -0
- package/dist/components/basic/e_button/Using.vue +89 -0
- package/dist/components/basic/e_card/BasicCard.vue +9 -0
- package/dist/components/basic/e_card/BorderlessCard.vue +8 -0
- package/dist/components/basic/e_card/ComplexContentCard.vue +92 -0
- package/dist/components/basic/e_card/CustomHeaderCard.vue +24 -0
- package/dist/components/basic/e_card/Document.vue +131 -0
- package/dist/components/basic/e_card/FooterCard.vue +12 -0
- package/dist/components/basic/e_card/ShadowCard.vue +30 -0
- package/dist/components/basic/e_card/SizesCard.vue +29 -0
- package/dist/components/basic/e_svg_icon/Document.vue +38 -0
- package/dist/components/basic/e_svg_icon/Using.vue +7 -0
- package/dist/components/basic/e_underline/BaseUsing.vue +13 -0
- package/dist/components/basic/e_underline/Document.vue +27 -0
- package/dist/components/basic/e_underline/ImgUsing.vue +36 -0
- package/dist/components/data/e_calendar/Document.vue +41 -0
- package/dist/components/data/e_calendar/Using.vue +9 -0
- package/dist/components/data/e_calendar//346/227/245/345/216/206 +0 -0
- package/dist/components/data/e_carousel/Document.vue +143 -0
- package/dist/components/data/e_carousel/Using.vue +20 -0
- package/dist/components/data/e_carousel/Using1.vue +23 -0
- package/dist/components/data/e_carousel/Using2.vue +17 -0
- package/dist/components/data/e_carousel/Using3.vue +17 -0
- package/dist/components/data/e_collapse/Document.vue +40 -0
- package/dist/components/data/e_collapse/Using.vue +9 -0
- package/dist/components/data/e_collapse//346/212/230/345/217/240/351/235/242/346/235/277 +0 -0
- package/dist/components/data/e_image/Document.vue +71 -0
- package/dist/components/data/e_image/Using.vue +21 -0
- package/dist/components/data/e_image/img.png +0 -0
- package/dist/components/data/e_list/BasicUsage.vue +18 -0
- package/dist/components/data/e_list/CustomCheckboxUsage.vue +22 -0
- package/dist/components/data/e_list/CustomEmptyDataUsage.vue +38 -0
- package/dist/components/data/e_list/CustomRowUsage.vue +64 -0
- package/dist/components/data/e_list/DividerUsage.vue +20 -0
- package/dist/components/data/e_list/Document.vue +261 -0
- package/dist/components/data/e_list/EmptyDataUsage.vue +3 -0
- package/dist/components/data/e_list/EventUsage.vue +23 -0
- package/dist/components/data/e_list/MultipleSelectUsage.vue +22 -0
- package/dist/components/data/e_list/SingleSelectUsage.vue +21 -0
- package/dist/components/data/e_list/SizeUsage.vue +35 -0
- package/dist/components/data/e_media_viewer/Document.vue +39 -0
- package/dist/components/data/e_media_viewer/Using.vue +30 -0
- package/dist/components/data/e_media_viewer/img.png +0 -0
- package/dist/components/data/e_progress/BasicProgress.vue +21 -0
- package/dist/components/data/e_progress/CircleProgress.vue +23 -0
- package/dist/components/data/e_progress/CustomColorProgress.vue +63 -0
- package/dist/components/data/e_progress/Document.vue +179 -0
- package/dist/components/data/e_progress/IndeterminateProgress.vue +49 -0
- package/dist/components/data/e_progress/ProgressSize.vue +50 -0
- package/dist/components/data/e_progress/ProgressStatus.vue +21 -0
- package/dist/components/data/e_progress/ProgressText.vue +52 -0
- package/dist/components/data/e_rolling_pagination/Document.vue +21 -0
- package/dist/components/data/e_rolling_pagination/Using.vue +33 -0
- package/dist/components/data/e_rolling_pagination//346/273/232/345/212/250/345/210/206/351/241/265 +0 -0
- package/dist/components/data/e_skeleton/Document.vue +26 -0
- package/dist/components/data/e_skeleton/Using.vue +18 -0
- package/dist/components/data/e_skeleton//351/252/250/346/236/266 +0 -0
- package/dist/components/data/e_table/Document.vue +85 -0
- package/dist/components/data/e_table/Using.vue +131 -0
- package/dist/components/data/e_timeline/Document.vue +90 -0
- package/dist/components/data/e_timeline/Using.vue +124 -0
- package/dist/components/feedback/e_dialog/AsyncUsing.vue +30 -0
- package/dist/components/feedback/e_dialog/BaseUsing.vue +15 -0
- package/dist/components/feedback/e_dialog/Document.vue +26 -0
- package/dist/components/feedback/e_drawer/BaseUsing.vue +35 -0
- package/dist/components/feedback/e_drawer/DirectionUsing.vue +93 -0
- package/dist/components/feedback/e_drawer/Document.vue +153 -0
- package/dist/components/feedback/e_drawer/LargeSizeDrawer.vue +29 -0
- package/dist/components/feedback/e_drawer/MediumSizeDrawer.vue +29 -0
- package/dist/components/feedback/e_drawer/SizeUsing.vue +67 -0
- package/dist/components/feedback/e_drawer/SmallSizeDrawer.vue +29 -0
- package/dist/components/feedback/e_message/Document.vue +18 -0
- package/dist/components/feedback/e_message/Using.vue +16 -0
- package/dist/components/feedback/e_message_box/BaseUsing.vue +11 -0
- package/dist/components/feedback/e_message_box/Document.vue +18 -0
- package/dist/components/feedback/e_message_box/intro.md +12 -0
- package/dist/components/feedback/e_notification/AllPositionsNotification.vue +35 -0
- package/dist/components/feedback/e_notification/BasicTypesNotification.vue +47 -0
- package/dist/components/feedback/e_notification/ClickableNotification.vue +18 -0
- package/dist/components/feedback/e_notification/Document.vue +147 -0
- package/dist/components/feedback/e_notification/ManualCloseNotification.vue +17 -0
- package/dist/components/feedback/e_notification/Using.vue +253 -0
- package/dist/components/feedback/e_popover/BasicUsage.vue +51 -0
- package/dist/components/feedback/e_popover/ContextmenuTrigger.vue +27 -0
- package/dist/components/feedback/e_popover/CustomContent.vue +43 -0
- package/dist/components/feedback/e_popover/CustomTrigger.vue +39 -0
- package/dist/components/feedback/e_popover/Document.vue +84 -0
- package/dist/components/feedback/e_popover/HoverTrigger.vue +29 -0
- package/dist/components/feedback/e_popover/SizeVariants.vue +36 -0
- package/dist/components/feedback/e_popover/Using.vue +177 -0
- package/dist/components/feedback/e_tooltip/Document.vue +42 -0
- package/dist/components/feedback/e_tooltip/SizeUsing.vue +28 -0
- package/dist/components/feedback/e_tooltip/Using.vue +44 -0
- package/dist/components/form/e_checkbox/Document.vue +88 -0
- package/dist/components/form/e_checkbox/Using.vue +10 -0
- package/dist/components/form/e_color_picker/Document.vue +55 -0
- package/dist/components/form/e_color_picker/Using.vue +10 -0
- package/dist/components/form/e_condition_group/Document.vue +52 -0
- package/dist/components/form/e_condition_group/Using.vue +165 -0
- package/dist/components/form/e_file_selector/Document.vue +50 -0
- package/dist/components/form/e_file_selector/Using.vue +44 -0
- package/dist/components/form/e_form/BaseUsage.vue +155 -0
- package/dist/components/form/e_form/Document.vue +93 -0
- package/dist/components/form/e_form/LoginForm.vue +150 -0
- package/dist/components/form/e_form/RegisterForm.vue +46 -0
- package/dist/components/form/e_form/iconfont/iconfont.css +67 -0
- package/dist/components/form/e_form/iconfont/iconfont.ttf +0 -0
- package/dist/components/form/e_form/iconfont/iconfont.woff +0 -0
- package/dist/components/form/e_form/iconfont/iconfont.woff2 +0 -0
- package/dist/components/form/e_input/BaseUsage.vue +16 -0
- package/dist/components/form/e_input/Clearable.vue +24 -0
- package/dist/components/form/e_input/Document.vue +111 -0
- package/dist/components/form/e_input/Number.vue +10 -0
- package/dist/components/form/e_input/Password.vue +52 -0
- package/dist/components/form/e_input/iconfont/iconfont.css +67 -0
- package/dist/components/form/e_input/iconfont/iconfont.ttf +0 -0
- package/dist/components/form/e_input/iconfont/iconfont.woff +0 -0
- package/dist/components/form/e_input/iconfont/iconfont.woff2 +0 -0
- package/dist/components/form/e_radio/Document.vue +88 -0
- package/dist/components/form/e_radio/Using.vue +14 -0
- package/dist/components/form/e_select/Document.vue +32 -0
- package/dist/components/form/e_select/Using.vue +24 -0
- package/dist/components/form/e_select//351/200/211/351/241/271/346/241/206 +0 -0
- package/dist/components/form/e_slider/BaseUsage.vue +10 -0
- package/dist/components/form/e_slider/CustomRange.vue +21 -0
- package/dist/components/form/e_slider/Disabled.vue +10 -0
- package/dist/components/form/e_slider/Document.vue +55 -0
- package/dist/components/form/e_slider/ShowValue.vue +10 -0
- package/dist/components/form/e_slider/Sizes.vue +47 -0
- package/dist/components/form/e_time_picker/Document.vue +58 -0
- package/dist/components/form/e_time_picker/Using.vue +13 -0
- package/dist/components/geometry/css_3d/Document.vue +17 -0
- package/dist/components/geometry/css_3d/Using.vue +9 -0
- package/dist/components/layout/e_scroll_x/Document.vue +39 -0
- package/dist/components/layout/e_scroll_x/Using.vue +38 -0
- package/dist/components/navigation/e_dropdown/BasicUsage.vue +64 -0
- package/dist/components/navigation/e_dropdown/Contextmenu.vue +41 -0
- package/dist/components/navigation/e_dropdown/Document.vue +72 -0
- package/dist/components/navigation/e_dropdown/HoverTrigger.vue +66 -0
- package/dist/components/navigation/e_dropdown/NestedDropdown.vue +143 -0
- package/dist/components/navigation/e_tabs/Document.vue +33 -0
- package/dist/components/navigation/e_tabs/Using.vue +40 -0
- package/dist/directives/e_uuid_util/Document.vue +15 -0
- package/dist/directives/e_uuid_util/Using.vue +13 -0
- package/dist/index.js +13708 -0
- package/dist/other/advanced/gsap/BasicUsing.vue +26 -0
- package/dist/other/advanced/gsap/Document.vue +45 -0
- package/dist/other/advanced/gsap/GSAP/345/212/250/347/224/273 +0 -0
- package/dist/other/advanced/gsap/ScrollTrigger.vue +195 -0
- package/dist/other/advanced/gsap/ScrollX.vue +81 -0
- package/dist/other/advanced/gsap/Timeline.vue +30 -0
- package/dist/other/advanced/lottie/BasicUsing.vue +33 -0
- package/dist/other/advanced/lottie/Document.vue +30 -0
- package/dist/other/advanced/lottie/Lottie /345/212/250/347/224/273 +0 -0
- package/dist/other/advanced/rich_text_editor/Document.vue +24 -0
- package/dist/other/advanced/rich_text_editor/RichTextEditor.vue +105 -0
- package/dist/other/advanced/rich_text_editor/wangeditor_style.css +684 -0
- package/dist/other/advanced/sortablejs/Document.vue +32 -0
- package/dist/other/advanced/sortablejs/ShuttleFrame.vue +181 -0
- package/dist/other/advanced/sortablejs/Using.vue +68 -0
- package/dist/other/advanced/sortablejs/iconfont/iconfont.ttf +0 -0
- package/dist/other/advanced/sortablejs/iconfont/iconfont.woff +0 -0
- package/dist/other/advanced/sortablejs/iconfont/iconfont.woff2 +0 -0
- package/dist/other/advanced/spelling/Document.vue +17 -0
- package/dist/other/advanced/spelling/Using.vue +104 -0
- package/dist/other/advanced/svg/BasicUsing.vue +12 -0
- package/dist/other/advanced/svg/Document.vue +24 -0
- package/dist/other/advanced/svg/FeDisplacementMap/FeDisplacementMap.vue +30 -0
- package/dist/other/advanced/svg/FeDisplacementMap/example/Image.vue +41 -0
- package/dist/other/advanced/svg/FeDisplacementMap/example//346/225/205/351/232/234/346/263/242/347/272/271/346/225/210/346/236/234 +0 -0
- package/dist/other/advanced/svg/FeDisplacementMap//344/275/215/347/275/256/346/233/277/346/215/242/346/273/244/351/225/234 +0 -0
- package/dist/other/advanced/svg/FeTurbulence/FeTurbulence.vue +28 -0
- package/dist/other/advanced/svg/FeTurbulence/example/Image.vue +41 -0
- package/dist/other/advanced/svg/FeTurbulence/example//346/225/205/351/232/234/346/263/242/347/272/271/346/225/210/346/236/234 +0 -0
- package/dist/other/advanced/svg/FeTurbulence//346/271/215/346/265/201/346/273/244/351/225/234 +0 -0
- package/dist/other/canvas/base/Document.vue +15 -0
- package/dist/other/canvas/base/Using.vue +125 -0
- package/dist/other/canvas/burrow/Clip.vue +66 -0
- package/dist/other/canvas/burrow/Document.vue +36 -0
- package/dist/other/canvas/burrow/Erase.vue +58 -0
- package/dist/other/canvas/burrow/NonZeroSurroundRule.vue +70 -0
- package/dist/other/canvas/clip/Clip.vue +58 -0
- package/dist/other/canvas/clip/Document.vue +26 -0
- package/dist/other/canvas/definition/Document.vue +26 -0
- package/dist/other/canvas/definition/Using.vue +60 -0
- package/dist/other/echarts/basic/Document.vue +36 -0
- package/dist/other/echarts/basic/Label.vue +98 -0
- package/dist/other/echarts/data_zoom/Document.vue +38 -0
- package/dist/other/echarts/data_zoom/Using.vue +119 -0
- package/dist/other/echarts/data_zoom/img.svg +33 -0
- package/dist/other/echarts/gauge/Document.vue +38 -0
- package/dist/other/echarts/gauge/Gauge.vue +340 -0
- package/dist/other/echarts/gauge//344/273/252/350/241/250/347/233/230 +0 -0
- package/dist/other/echarts/liquidfill/Document.vue +46 -0
- package/dist/other/echarts/liquidfill/Using.vue +239 -0
- package/dist/other/git/sample_set/Document.vue +43 -0
- package/dist/other/git/sample_set/img/img.png +0 -0
- package/dist/other/git/sample_set/img/img_1.png +0 -0
- package/dist/other/git/sample_set/img/img_2.png +0 -0
- package/dist/other/layout/flex/Advanced.vue +104 -0
- package/dist/other/layout/flex/Advanced2.vue +181 -0
- package/dist/other/layout/flex/Base.vue +48 -0
- package/dist/other/layout/flex/Document.vue +57 -0
- package/dist/other/layout/flex/Grid.vue +54 -0
- package/dist/other/layout/flex/Height100.vue +35 -0
- package/dist/other/layout/flex/intro.md +1 -0
- package/dist/other/layout/grid/Base.vue +29 -0
- package/dist/other/layout/grid/Document.vue +54 -0
- package/dist/other/layout/grid/Grid.vue +28 -0
- package/dist/other/layout/grid/Height100.vue +35 -0
- package/dist/other/layout/grid/intro.md +1 -0
- package/dist/other/navigation/new_tab_page/Document.vue +18 -0
- package/dist/other/navigation/new_tab_page/OpenNewTabPage.vue +7 -0
- package/dist/other/navigation/new_tab_page/new-tab-page-demo.html +450 -0
- package/dist/other/network/sse/Document.vue +21 -0
- package/dist/other/network/sse/Using.vue +24 -0
- package/dist/other/network/sse/server/app.ts +62 -0
- package/dist/other/network/sse/server/static/text.md +99 -0
- package/dist/other/network/sse/server/utils/sleep.ts +5 -0
- package/dist/other/observer/mutation_observer/Document.vue +15 -0
- package/dist/other/observer/mutation_observer/Using.vue +46 -0
- package/dist/other/optimize/Document.vue +19 -0
- package/dist/other/optimize/HeavyComp.vue +19 -0
- package/dist/other/optimize/Using.vue +14 -0
- package/dist/other/optimize/useDefer.ts +28 -0
- package/dist/other/svg/base/BasicUsing.vue +12 -0
- package/dist/other/svg/base/Document.vue +24 -0
- package/dist/other/svg/base/FeDisplacementMap/FeDisplacementMap.vue +30 -0
- package/dist/other/svg/base/FeDisplacementMap/example/Image.vue +41 -0
- package/dist/other/svg/base/FeDisplacementMap/example//346/225/205/351/232/234/346/263/242/347/272/271/346/225/210/346/236/234 +0 -0
- package/dist/other/svg/base/FeDisplacementMap//344/275/215/347/275/256/346/233/277/346/215/242/346/273/244/351/225/234 +0 -0
- package/dist/other/svg/base/FeTurbulence/FeTurbulence.vue +28 -0
- package/dist/other/svg/base/FeTurbulence/example/Image.vue +41 -0
- package/dist/other/svg/base/FeTurbulence/example//346/225/205/351/232/234/346/263/242/347/272/271/346/225/210/346/236/234 +0 -0
- package/dist/other/svg/base/FeTurbulence//346/271/215/346/265/201/346/273/244/351/225/234 +0 -0
- package/dist/other/threejs/base/Document.vue +17 -0
- package/dist/other/threejs/base/Using.vue +127 -0
- package/dist/other/threejs/controller_sync/Document.vue +15 -0
- package/dist/other/threejs/controller_sync/Using.vue +347 -0
- package/dist/other/threejs/controller_sync/bone//345/217/214/350/204/232/345/206/205/344/276/247/350/270/242/347/220/203.fbx +0 -0
- package/dist/other/threejs/controller_sync/motion//345/217/214/350/204/232/345/206/205/344/276/247/350/270/242/347/220/203.fbx +0 -0
- package/dist/other/threejs/controller_sync/scene/EnvMapTexture.jpg +0 -0
- package/dist/other/threejs/controller_sync/scene//347/257/256/347/220/203/345/234/272.glb +0 -0
- package/dist/other/threejs/controller_sync/scene//347/276/275/346/257/233/347/220/203/345/234/272.glb +0 -0
- package/dist/other/threejs/phoenix/Document.vue +17 -0
- package/dist/other/threejs/phoenix/Using.vue +79 -0
- package/dist/other/vue/life_cycle/Child.vue +43 -0
- package/dist/other/vue/life_cycle/Document.vue +15 -0
- package/dist/other/vue/life_cycle/Using.vue +16 -0
- package/dist/utils/e_echarts_util/Document.vue +14 -0
- package/dist/utils/e_echarts_util/Using.vue +81 -0
- package/dist/utils/e_image_util/Document.vue +15 -0
- package/dist/utils/e_image_util/Using.vue +24 -0
- package/dist/utils/e_image_util/author_avatar.png +0 -0
- package/dist/utils/e_uuid_util/Document.vue +15 -0
- package/dist/utils/e_uuid_util/Using.vue +13 -0
- package/dist/utils/type_utils/Document.vue +16 -0
- package/dist/utils/type_utils/TupleType.vue +16 -0
- package/package.json +33 -0
- package/public/README.md +633 -0
- package/public/components/advanced/e_parallax_scrolling/Document.vue +23 -0
- package/public/components/advanced/e_parallax_scrolling/Using.vue +20 -0
- package/public/components/advanced/e_parallax_scrolling/img.png +0 -0
- package/public/components/advanced/e_parallax_scrolling/img_1.png +0 -0
- package/public/components/advanced/e_parallax_scrolling//350/247/206/345/267/256/346/273/232/345/212/250 +0 -0
- package/public/components/advanced/e_rolling_follow/Document.vue +21 -0
- package/public/components/advanced/e_rolling_follow/Using.vue +54 -0
- package/public/components/advanced/e_virtual_list/ComprehensiveCase.vue +209 -0
- package/public/components/advanced/e_virtual_list/Document.vue +68 -0
- package/public/components/advanced/e_virtual_list/DynamicData.vue +42 -0
- package/public/components/advanced/e_virtual_list/Using.vue +32 -0
- package/public/components/advanced/e_virtual_list/iconfont/iconfont.css +19 -0
- package/public/components/advanced/e_virtual_list/iconfont/iconfont.ttf +0 -0
- package/public/components/advanced/e_virtual_list/iconfont/iconfont.woff +0 -0
- package/public/components/advanced/e_virtual_list/iconfont/iconfont.woff2 +0 -0
- package/public/components/advanced/e_virtual_list/img.png +0 -0
- package/public/components/advanced/e_watermark/AutoSize.vue +89 -0
- package/public/components/advanced/e_watermark/BasicUsing.vue +9 -0
- package/public/components/advanced/e_watermark/CustomFont.vue +73 -0
- package/public/components/advanced/e_watermark/CustomStyle.vue +76 -0
- package/public/components/advanced/e_watermark/Dense.vue +28 -0
- package/public/components/advanced/e_watermark/Document.vue +197 -0
- package/public/components/advanced/e_watermark/HighZIndex.vue +105 -0
- package/public/components/advanced/e_watermark/ImageWatermark.vue +31 -0
- package/public/components/advanced/e_watermark/MultiLine.vue +29 -0
- package/public/components/advanced/e_watermark/OpacityWatermark.vue +73 -0
- package/public/components/ai/typing_effect/Document.vue +47 -0
- package/public/components/ai/typing_effect/Using1.vue +189 -0
- package/public/components/ai/typing_effect/Using2.vue +167 -0
- package/public/components/basic/e_badge/BasicBadge.vue +31 -0
- package/public/components/basic/e_badge/Document.vue +137 -0
- package/public/components/basic/e_badge/DotBadge.vue +35 -0
- package/public/components/basic/e_badge/MaxBadge.vue +33 -0
- package/public/components/basic/e_badge/ShowZeroBadge.vue +30 -0
- package/public/components/basic/e_badge/SizeBadge.vue +29 -0
- package/public/components/basic/e_badge/TypeBadge.vue +36 -0
- package/public/components/basic/e_button/CircleButtons.vue +30 -0
- package/public/components/basic/e_button/DisabledButtons.vue +30 -0
- package/public/components/basic/e_button/Document.vue +171 -0
- package/public/components/basic/e_button/LoadingButtons.vue +30 -0
- package/public/components/basic/e_button/NormalButtons.vue +30 -0
- package/public/components/basic/e_button/PlainButtons.vue +30 -0
- package/public/components/basic/e_button/RoundButtons.vue +30 -0
- package/public/components/basic/e_button/RoundedRectangleButtons.vue +35 -0
- package/public/components/basic/e_button/SizeButtons.vue +19 -0
- package/public/components/basic/e_button/Using.vue +89 -0
- package/public/components/basic/e_card/BasicCard.vue +9 -0
- package/public/components/basic/e_card/BorderlessCard.vue +8 -0
- package/public/components/basic/e_card/ComplexContentCard.vue +92 -0
- package/public/components/basic/e_card/CustomHeaderCard.vue +24 -0
- package/public/components/basic/e_card/Document.vue +131 -0
- package/public/components/basic/e_card/FooterCard.vue +12 -0
- package/public/components/basic/e_card/ShadowCard.vue +30 -0
- package/public/components/basic/e_card/SizesCard.vue +29 -0
- package/public/components/basic/e_svg_icon/Document.vue +38 -0
- package/public/components/basic/e_svg_icon/Using.vue +7 -0
- package/public/components/basic/e_underline/BaseUsing.vue +13 -0
- package/public/components/basic/e_underline/Document.vue +27 -0
- package/public/components/basic/e_underline/ImgUsing.vue +36 -0
- package/public/components/data/e_calendar/Document.vue +41 -0
- package/public/components/data/e_calendar/Using.vue +9 -0
- package/public/components/data/e_calendar//346/227/245/345/216/206 +0 -0
- package/public/components/data/e_carousel/Document.vue +143 -0
- package/public/components/data/e_carousel/Using.vue +20 -0
- package/public/components/data/e_carousel/Using1.vue +23 -0
- package/public/components/data/e_carousel/Using2.vue +17 -0
- package/public/components/data/e_carousel/Using3.vue +17 -0
- package/public/components/data/e_collapse/Document.vue +40 -0
- package/public/components/data/e_collapse/Using.vue +9 -0
- package/public/components/data/e_collapse//346/212/230/345/217/240/351/235/242/346/235/277 +0 -0
- package/public/components/data/e_image/Document.vue +71 -0
- package/public/components/data/e_image/Using.vue +21 -0
- package/public/components/data/e_image/img.png +0 -0
- package/public/components/data/e_list/BasicUsage.vue +18 -0
- package/public/components/data/e_list/CustomCheckboxUsage.vue +22 -0
- package/public/components/data/e_list/CustomEmptyDataUsage.vue +38 -0
- package/public/components/data/e_list/CustomRowUsage.vue +64 -0
- package/public/components/data/e_list/DividerUsage.vue +20 -0
- package/public/components/data/e_list/Document.vue +261 -0
- package/public/components/data/e_list/EmptyDataUsage.vue +3 -0
- package/public/components/data/e_list/EventUsage.vue +23 -0
- package/public/components/data/e_list/MultipleSelectUsage.vue +22 -0
- package/public/components/data/e_list/SingleSelectUsage.vue +21 -0
- package/public/components/data/e_list/SizeUsage.vue +35 -0
- package/public/components/data/e_media_viewer/Document.vue +39 -0
- package/public/components/data/e_media_viewer/Using.vue +30 -0
- package/public/components/data/e_media_viewer/img.png +0 -0
- package/public/components/data/e_progress/BasicProgress.vue +21 -0
- package/public/components/data/e_progress/CircleProgress.vue +23 -0
- package/public/components/data/e_progress/CustomColorProgress.vue +63 -0
- package/public/components/data/e_progress/Document.vue +179 -0
- package/public/components/data/e_progress/IndeterminateProgress.vue +49 -0
- package/public/components/data/e_progress/ProgressSize.vue +50 -0
- package/public/components/data/e_progress/ProgressStatus.vue +21 -0
- package/public/components/data/e_progress/ProgressText.vue +52 -0
- package/public/components/data/e_rolling_pagination/Document.vue +21 -0
- package/public/components/data/e_rolling_pagination/Using.vue +33 -0
- package/public/components/data/e_rolling_pagination//346/273/232/345/212/250/345/210/206/351/241/265 +0 -0
- package/public/components/data/e_skeleton/Document.vue +26 -0
- package/public/components/data/e_skeleton/Using.vue +18 -0
- package/public/components/data/e_skeleton//351/252/250/346/236/266 +0 -0
- package/public/components/data/e_table/Document.vue +85 -0
- package/public/components/data/e_table/Using.vue +131 -0
- package/public/components/data/e_timeline/Document.vue +90 -0
- package/public/components/data/e_timeline/Using.vue +124 -0
- package/public/components/feedback/e_dialog/AsyncUsing.vue +30 -0
- package/public/components/feedback/e_dialog/BaseUsing.vue +15 -0
- package/public/components/feedback/e_dialog/Document.vue +26 -0
- package/public/components/feedback/e_drawer/BaseUsing.vue +35 -0
- package/public/components/feedback/e_drawer/DirectionUsing.vue +93 -0
- package/public/components/feedback/e_drawer/Document.vue +153 -0
- package/public/components/feedback/e_drawer/LargeSizeDrawer.vue +29 -0
- package/public/components/feedback/e_drawer/MediumSizeDrawer.vue +29 -0
- package/public/components/feedback/e_drawer/SizeUsing.vue +67 -0
- package/public/components/feedback/e_drawer/SmallSizeDrawer.vue +29 -0
- package/public/components/feedback/e_message/Document.vue +18 -0
- package/public/components/feedback/e_message/Using.vue +16 -0
- package/public/components/feedback/e_message_box/BaseUsing.vue +11 -0
- package/public/components/feedback/e_message_box/Document.vue +18 -0
- package/public/components/feedback/e_message_box/intro.md +12 -0
- package/public/components/feedback/e_notification/AllPositionsNotification.vue +35 -0
- package/public/components/feedback/e_notification/BasicTypesNotification.vue +47 -0
- package/public/components/feedback/e_notification/ClickableNotification.vue +18 -0
- package/public/components/feedback/e_notification/Document.vue +147 -0
- package/public/components/feedback/e_notification/ManualCloseNotification.vue +17 -0
- package/public/components/feedback/e_notification/Using.vue +253 -0
- package/public/components/feedback/e_popover/BasicUsage.vue +51 -0
- package/public/components/feedback/e_popover/ContextmenuTrigger.vue +27 -0
- package/public/components/feedback/e_popover/CustomContent.vue +43 -0
- package/public/components/feedback/e_popover/CustomTrigger.vue +39 -0
- package/public/components/feedback/e_popover/Document.vue +84 -0
- package/public/components/feedback/e_popover/HoverTrigger.vue +29 -0
- package/public/components/feedback/e_popover/SizeVariants.vue +36 -0
- package/public/components/feedback/e_popover/Using.vue +177 -0
- package/public/components/feedback/e_tooltip/Document.vue +42 -0
- package/public/components/feedback/e_tooltip/SizeUsing.vue +28 -0
- package/public/components/feedback/e_tooltip/Using.vue +44 -0
- package/public/components/form/e_checkbox/Document.vue +88 -0
- package/public/components/form/e_checkbox/Using.vue +10 -0
- package/public/components/form/e_color_picker/Document.vue +55 -0
- package/public/components/form/e_color_picker/Using.vue +10 -0
- package/public/components/form/e_condition_group/Document.vue +52 -0
- package/public/components/form/e_condition_group/Using.vue +165 -0
- package/public/components/form/e_file_selector/Document.vue +50 -0
- package/public/components/form/e_file_selector/Using.vue +44 -0
- package/public/components/form/e_form/BaseUsage.vue +155 -0
- package/public/components/form/e_form/Document.vue +93 -0
- package/public/components/form/e_form/LoginForm.vue +150 -0
- package/public/components/form/e_form/RegisterForm.vue +46 -0
- package/public/components/form/e_form/iconfont/iconfont.css +67 -0
- package/public/components/form/e_form/iconfont/iconfont.ttf +0 -0
- package/public/components/form/e_form/iconfont/iconfont.woff +0 -0
- package/public/components/form/e_form/iconfont/iconfont.woff2 +0 -0
- package/public/components/form/e_input/BaseUsage.vue +16 -0
- package/public/components/form/e_input/Clearable.vue +24 -0
- package/public/components/form/e_input/Document.vue +111 -0
- package/public/components/form/e_input/Number.vue +10 -0
- package/public/components/form/e_input/Password.vue +52 -0
- package/public/components/form/e_input/iconfont/iconfont.css +67 -0
- package/public/components/form/e_input/iconfont/iconfont.ttf +0 -0
- package/public/components/form/e_input/iconfont/iconfont.woff +0 -0
- package/public/components/form/e_input/iconfont/iconfont.woff2 +0 -0
- package/public/components/form/e_radio/Document.vue +88 -0
- package/public/components/form/e_radio/Using.vue +14 -0
- package/public/components/form/e_select/Document.vue +32 -0
- package/public/components/form/e_select/Using.vue +24 -0
- package/public/components/form/e_select//351/200/211/351/241/271/346/241/206 +0 -0
- package/public/components/form/e_slider/BaseUsage.vue +10 -0
- package/public/components/form/e_slider/CustomRange.vue +21 -0
- package/public/components/form/e_slider/Disabled.vue +10 -0
- package/public/components/form/e_slider/Document.vue +55 -0
- package/public/components/form/e_slider/ShowValue.vue +10 -0
- package/public/components/form/e_slider/Sizes.vue +47 -0
- package/public/components/form/e_time_picker/Document.vue +58 -0
- package/public/components/form/e_time_picker/Using.vue +13 -0
- package/public/components/geometry/css_3d/Document.vue +17 -0
- package/public/components/geometry/css_3d/Using.vue +9 -0
- package/public/components/layout/e_scroll_x/Document.vue +39 -0
- package/public/components/layout/e_scroll_x/Using.vue +38 -0
- package/public/components/navigation/e_dropdown/BasicUsage.vue +64 -0
- package/public/components/navigation/e_dropdown/Contextmenu.vue +41 -0
- package/public/components/navigation/e_dropdown/Document.vue +72 -0
- package/public/components/navigation/e_dropdown/HoverTrigger.vue +66 -0
- package/public/components/navigation/e_dropdown/NestedDropdown.vue +143 -0
- package/public/components/navigation/e_tabs/Document.vue +33 -0
- package/public/components/navigation/e_tabs/Using.vue +40 -0
- package/public/directives/e_uuid_util/Document.vue +15 -0
- package/public/directives/e_uuid_util/Using.vue +13 -0
- package/public/other/advanced/gsap/BasicUsing.vue +26 -0
- package/public/other/advanced/gsap/Document.vue +45 -0
- package/public/other/advanced/gsap/GSAP/345/212/250/347/224/273 +0 -0
- package/public/other/advanced/gsap/ScrollTrigger.vue +195 -0
- package/public/other/advanced/gsap/ScrollX.vue +81 -0
- package/public/other/advanced/gsap/Timeline.vue +30 -0
- package/public/other/advanced/lottie/BasicUsing.vue +33 -0
- package/public/other/advanced/lottie/Document.vue +30 -0
- package/public/other/advanced/lottie/Lottie /345/212/250/347/224/273 +0 -0
- package/public/other/advanced/rich_text_editor/Document.vue +24 -0
- package/public/other/advanced/rich_text_editor/RichTextEditor.vue +105 -0
- package/public/other/advanced/rich_text_editor/wangeditor_style.css +684 -0
- package/public/other/advanced/sortablejs/Document.vue +32 -0
- package/public/other/advanced/sortablejs/ShuttleFrame.vue +181 -0
- package/public/other/advanced/sortablejs/Using.vue +68 -0
- package/public/other/advanced/sortablejs/iconfont/iconfont.ttf +0 -0
- package/public/other/advanced/sortablejs/iconfont/iconfont.woff +0 -0
- package/public/other/advanced/sortablejs/iconfont/iconfont.woff2 +0 -0
- package/public/other/advanced/spelling/Document.vue +17 -0
- package/public/other/advanced/spelling/Using.vue +104 -0
- package/public/other/advanced/svg/BasicUsing.vue +12 -0
- package/public/other/advanced/svg/Document.vue +24 -0
- package/public/other/advanced/svg/FeDisplacementMap/FeDisplacementMap.vue +30 -0
- package/public/other/advanced/svg/FeDisplacementMap/example/Image.vue +41 -0
- package/public/other/advanced/svg/FeDisplacementMap/example//346/225/205/351/232/234/346/263/242/347/272/271/346/225/210/346/236/234 +0 -0
- package/public/other/advanced/svg/FeDisplacementMap//344/275/215/347/275/256/346/233/277/346/215/242/346/273/244/351/225/234 +0 -0
- package/public/other/advanced/svg/FeTurbulence/FeTurbulence.vue +28 -0
- package/public/other/advanced/svg/FeTurbulence/example/Image.vue +41 -0
- package/public/other/advanced/svg/FeTurbulence/example//346/225/205/351/232/234/346/263/242/347/272/271/346/225/210/346/236/234 +0 -0
- package/public/other/advanced/svg/FeTurbulence//346/271/215/346/265/201/346/273/244/351/225/234 +0 -0
- package/public/other/canvas/base/Document.vue +15 -0
- package/public/other/canvas/base/Using.vue +125 -0
- package/public/other/canvas/burrow/Clip.vue +66 -0
- package/public/other/canvas/burrow/Document.vue +36 -0
- package/public/other/canvas/burrow/Erase.vue +58 -0
- package/public/other/canvas/burrow/NonZeroSurroundRule.vue +70 -0
- package/public/other/canvas/clip/Clip.vue +58 -0
- package/public/other/canvas/clip/Document.vue +26 -0
- package/public/other/canvas/definition/Document.vue +26 -0
- package/public/other/canvas/definition/Using.vue +60 -0
- package/public/other/echarts/basic/Document.vue +36 -0
- package/public/other/echarts/basic/Label.vue +98 -0
- package/public/other/echarts/data_zoom/Document.vue +38 -0
- package/public/other/echarts/data_zoom/Using.vue +119 -0
- package/public/other/echarts/data_zoom/img.svg +33 -0
- package/public/other/echarts/gauge/Document.vue +38 -0
- package/public/other/echarts/gauge/Gauge.vue +340 -0
- package/public/other/echarts/gauge//344/273/252/350/241/250/347/233/230 +0 -0
- package/public/other/echarts/liquidfill/Document.vue +46 -0
- package/public/other/echarts/liquidfill/Using.vue +239 -0
- package/public/other/git/sample_set/Document.vue +43 -0
- package/public/other/git/sample_set/img/img.png +0 -0
- package/public/other/git/sample_set/img/img_1.png +0 -0
- package/public/other/git/sample_set/img/img_2.png +0 -0
- package/public/other/layout/flex/Advanced.vue +104 -0
- package/public/other/layout/flex/Advanced2.vue +181 -0
- package/public/other/layout/flex/Base.vue +48 -0
- package/public/other/layout/flex/Document.vue +57 -0
- package/public/other/layout/flex/Grid.vue +54 -0
- package/public/other/layout/flex/Height100.vue +35 -0
- package/public/other/layout/flex/intro.md +1 -0
- package/public/other/layout/grid/Base.vue +29 -0
- package/public/other/layout/grid/Document.vue +54 -0
- package/public/other/layout/grid/Grid.vue +28 -0
- package/public/other/layout/grid/Height100.vue +35 -0
- package/public/other/layout/grid/intro.md +1 -0
- package/public/other/navigation/new_tab_page/Document.vue +18 -0
- package/public/other/navigation/new_tab_page/OpenNewTabPage.vue +7 -0
- package/public/other/navigation/new_tab_page/new-tab-page-demo.html +450 -0
- package/public/other/network/sse/Document.vue +21 -0
- package/public/other/network/sse/Using.vue +24 -0
- package/public/other/network/sse/server/app.ts +62 -0
- package/public/other/network/sse/server/static/text.md +99 -0
- package/public/other/network/sse/server/utils/sleep.ts +5 -0
- package/public/other/observer/mutation_observer/Document.vue +15 -0
- package/public/other/observer/mutation_observer/Using.vue +46 -0
- package/public/other/optimize/Document.vue +19 -0
- package/public/other/optimize/HeavyComp.vue +19 -0
- package/public/other/optimize/Using.vue +14 -0
- package/public/other/optimize/useDefer.ts +28 -0
- package/public/other/svg/base/BasicUsing.vue +12 -0
- package/public/other/svg/base/Document.vue +24 -0
- package/public/other/svg/base/FeDisplacementMap/FeDisplacementMap.vue +30 -0
- package/public/other/svg/base/FeDisplacementMap/example/Image.vue +41 -0
- package/public/other/svg/base/FeDisplacementMap/example//346/225/205/351/232/234/346/263/242/347/272/271/346/225/210/346/236/234 +0 -0
- package/public/other/svg/base/FeDisplacementMap//344/275/215/347/275/256/346/233/277/346/215/242/346/273/244/351/225/234 +0 -0
- package/public/other/svg/base/FeTurbulence/FeTurbulence.vue +28 -0
- package/public/other/svg/base/FeTurbulence/example/Image.vue +41 -0
- package/public/other/svg/base/FeTurbulence/example//346/225/205/351/232/234/346/263/242/347/272/271/346/225/210/346/236/234 +0 -0
- package/public/other/svg/base/FeTurbulence//346/271/215/346/265/201/346/273/244/351/225/234 +0 -0
- package/public/other/threejs/base/Document.vue +17 -0
- package/public/other/threejs/base/Using.vue +127 -0
- package/public/other/threejs/controller_sync/Document.vue +15 -0
- package/public/other/threejs/controller_sync/Using.vue +347 -0
- package/public/other/threejs/controller_sync/bone//345/217/214/350/204/232/345/206/205/344/276/247/350/270/242/347/220/203.fbx +0 -0
- package/public/other/threejs/controller_sync/motion//345/217/214/350/204/232/345/206/205/344/276/247/350/270/242/347/220/203.fbx +0 -0
- package/public/other/threejs/controller_sync/scene/EnvMapTexture.jpg +0 -0
- package/public/other/threejs/controller_sync/scene//347/257/256/347/220/203/345/234/272.glb +0 -0
- package/public/other/threejs/controller_sync/scene//347/276/275/346/257/233/347/220/203/345/234/272.glb +0 -0
- package/public/other/threejs/phoenix/Document.vue +17 -0
- package/public/other/threejs/phoenix/Using.vue +79 -0
- package/public/other/vue/life_cycle/Child.vue +43 -0
- package/public/other/vue/life_cycle/Document.vue +15 -0
- package/public/other/vue/life_cycle/Using.vue +16 -0
- package/public/utils/e_echarts_util/Document.vue +14 -0
- package/public/utils/e_echarts_util/Using.vue +81 -0
- package/public/utils/e_image_util/Document.vue +15 -0
- package/public/utils/e_image_util/Using.vue +24 -0
- package/public/utils/e_image_util/author_avatar.png +0 -0
- package/public/utils/e_uuid_util/Document.vue +15 -0
- package/public/utils/e_uuid_util/Using.vue +13 -0
- package/public/utils/type_utils/Document.vue +16 -0
- package/public/utils/type_utils/TupleType.vue +16 -0
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
import { EPopover, EButton } from 'exploria-ui';
|
|
3
|
+
import { ref } from 'vue';
|
|
4
|
+
|
|
5
|
+
const customOpen = ref(false);
|
|
6
|
+
</script>
|
|
7
|
+
|
|
8
|
+
<template>
|
|
9
|
+
<div class="using-container">
|
|
10
|
+
<h3>基本用法</h3>
|
|
11
|
+
<div class="demo-row">
|
|
12
|
+
<EPopover placement="top" trigger="click">
|
|
13
|
+
<EButton type="primary">点击显示(上)</EButton>
|
|
14
|
+
<template #content>
|
|
15
|
+
<div>这是顶部弹出框的内容</div>
|
|
16
|
+
</template>
|
|
17
|
+
</EPopover>
|
|
18
|
+
|
|
19
|
+
<EPopover placement="bottom" trigger="click">
|
|
20
|
+
<EButton type="primary">点击显示(下)</EButton>
|
|
21
|
+
<template #content>
|
|
22
|
+
<div>这是底部弹出框的内容</div>
|
|
23
|
+
</template>
|
|
24
|
+
</EPopover>
|
|
25
|
+
|
|
26
|
+
<EPopover placement="left" trigger="click">
|
|
27
|
+
<EButton type="primary">点击显示(左)</EButton>
|
|
28
|
+
<template #content>
|
|
29
|
+
<div>这是左侧弹出框的内容</div>
|
|
30
|
+
</template>
|
|
31
|
+
</EPopover>
|
|
32
|
+
|
|
33
|
+
<EPopover placement="right" trigger="click">
|
|
34
|
+
<EButton type="primary">点击显示(右)</EButton>
|
|
35
|
+
<template #content>
|
|
36
|
+
<div>这是右侧弹出框的内容</div>
|
|
37
|
+
</template>
|
|
38
|
+
</EPopover>
|
|
39
|
+
</div>
|
|
40
|
+
|
|
41
|
+
<h3>Hover 触发</h3>
|
|
42
|
+
<div class="demo-row">
|
|
43
|
+
<EPopover placement="top" trigger="hover">
|
|
44
|
+
<EButton type="info">悬停显示(上)</EButton>
|
|
45
|
+
<template #content>
|
|
46
|
+
<div>这是顶部弹出框的内容</div>
|
|
47
|
+
</template>
|
|
48
|
+
</EPopover>
|
|
49
|
+
|
|
50
|
+
<EPopover placement="bottom" trigger="hover">
|
|
51
|
+
<EButton type="info">悬停显示(下)</EButton>
|
|
52
|
+
<template #content>
|
|
53
|
+
<div>这是底部弹出框的内容</div>
|
|
54
|
+
</template>
|
|
55
|
+
</EPopover>
|
|
56
|
+
</div>
|
|
57
|
+
|
|
58
|
+
<h3>不同尺寸</h3>
|
|
59
|
+
<div class="demo-row">
|
|
60
|
+
<EPopover placement="top" trigger="click" size="small">
|
|
61
|
+
<EButton type="success">小尺寸</EButton>
|
|
62
|
+
<template #content>
|
|
63
|
+
<div>这是小尺寸弹出框的内容</div>
|
|
64
|
+
</template>
|
|
65
|
+
</EPopover>
|
|
66
|
+
|
|
67
|
+
<EPopover placement="top" trigger="click" size="medium">
|
|
68
|
+
<EButton type="success">默认尺寸</EButton>
|
|
69
|
+
<template #content>
|
|
70
|
+
<div>这是默认尺寸弹出框的内容</div>
|
|
71
|
+
</template>
|
|
72
|
+
</EPopover>
|
|
73
|
+
|
|
74
|
+
<EPopover placement="top" trigger="click" size="large">
|
|
75
|
+
<EButton type="success">大尺寸</EButton>
|
|
76
|
+
<template #content>
|
|
77
|
+
<div>这是大尺寸弹出框的内容</div>
|
|
78
|
+
</template>
|
|
79
|
+
</EPopover>
|
|
80
|
+
</div>
|
|
81
|
+
|
|
82
|
+
<h3>自定义内容</h3>
|
|
83
|
+
<div class="demo-row">
|
|
84
|
+
<EPopover placement="top" trigger="click">
|
|
85
|
+
<EButton type="warning">自定义内容</EButton>
|
|
86
|
+
<template #content>
|
|
87
|
+
<div class="custom-content">
|
|
88
|
+
<h4>自定义标题</h4>
|
|
89
|
+
<p>这是一段自定义的内容,可以包含任意 HTML 元素。</p>
|
|
90
|
+
<EButton type="primary" size="small">按钮</EButton>
|
|
91
|
+
</div>
|
|
92
|
+
</template>
|
|
93
|
+
</EPopover>
|
|
94
|
+
</div>
|
|
95
|
+
|
|
96
|
+
<h3>Contextmenu 触发</h3>
|
|
97
|
+
<div class="demo-row">
|
|
98
|
+
<EPopover placement="bottom" trigger="contextmenu">
|
|
99
|
+
<EButton type="danger">右键显示</EButton>
|
|
100
|
+
<template #content>
|
|
101
|
+
<div>
|
|
102
|
+
<div style="padding: 5px 0; cursor: pointer">
|
|
103
|
+
菜单项 1
|
|
104
|
+
</div>
|
|
105
|
+
<div style="padding: 5px 0; cursor: pointer">
|
|
106
|
+
菜单项 2
|
|
107
|
+
</div>
|
|
108
|
+
<div style="padding: 5px 0; cursor: pointer">
|
|
109
|
+
菜单项 3
|
|
110
|
+
</div>
|
|
111
|
+
</div>
|
|
112
|
+
</template>
|
|
113
|
+
</EPopover>
|
|
114
|
+
</div>
|
|
115
|
+
|
|
116
|
+
<h3>Custom 触发</h3>
|
|
117
|
+
<div class="demo-row">
|
|
118
|
+
<EPopover
|
|
119
|
+
placement="top"
|
|
120
|
+
:open="customOpen"
|
|
121
|
+
@update:open="customOpen = $event"
|
|
122
|
+
>
|
|
123
|
+
<EButton type="primary" @click="customOpen = !customOpen"
|
|
124
|
+
>手动控制</EButton
|
|
125
|
+
>
|
|
126
|
+
<template #content>
|
|
127
|
+
<div>这是手动控制的弹出框</div>
|
|
128
|
+
</template>
|
|
129
|
+
</EPopover>
|
|
130
|
+
<EButton
|
|
131
|
+
type="info"
|
|
132
|
+
@click="customOpen = !customOpen"
|
|
133
|
+
style="margin-left: 10px"
|
|
134
|
+
>
|
|
135
|
+
{{ customOpen ? '关闭' : '打开' }}
|
|
136
|
+
</EButton>
|
|
137
|
+
</div>
|
|
138
|
+
</div>
|
|
139
|
+
</template>
|
|
140
|
+
|
|
141
|
+
<style scoped>
|
|
142
|
+
.using-container {
|
|
143
|
+
max-width: 800px;
|
|
144
|
+
margin: 0 auto;
|
|
145
|
+
padding: 20px;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
h3 {
|
|
149
|
+
margin-top: 30px;
|
|
150
|
+
margin-bottom: 15px;
|
|
151
|
+
font-size: 18px;
|
|
152
|
+
font-weight: bold;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.demo-row {
|
|
156
|
+
display: flex;
|
|
157
|
+
gap: 10px;
|
|
158
|
+
flex-wrap: wrap;
|
|
159
|
+
margin-bottom: 20px;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
.custom-content {
|
|
163
|
+
min-width: 200px;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
.custom-content h4 {
|
|
167
|
+
margin-top: 0;
|
|
168
|
+
margin-bottom: 10px;
|
|
169
|
+
font-size: 16px;
|
|
170
|
+
font-weight: bold;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.custom-content p {
|
|
174
|
+
margin-bottom: 10px;
|
|
175
|
+
line-height: 1.5;
|
|
176
|
+
}
|
|
177
|
+
</style>
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
import DemoBox from '@/components/DemoBox/DemoBox.vue';
|
|
3
|
+
import PageLayout from '@/components/PageLayout.vue';
|
|
4
|
+
import Using from './Using.vue';
|
|
5
|
+
import SizeUsing from './SizeUsing.vue';
|
|
6
|
+
import code from './Using.vue?raw';
|
|
7
|
+
import sizeCode from './SizeUsing.vue?raw';
|
|
8
|
+
</script>
|
|
9
|
+
<template>
|
|
10
|
+
<PageLayout>
|
|
11
|
+
<DemoBox title="介绍">
|
|
12
|
+
<p>
|
|
13
|
+
ETooltip
|
|
14
|
+
是一个用于显示简短提示信息的组件,当鼠标悬停在元素上时触发。
|
|
15
|
+
</p>
|
|
16
|
+
<p><strong>与 EPopover 的区别:</strong></p>
|
|
17
|
+
<ul>
|
|
18
|
+
<li>
|
|
19
|
+
<strong>触发方式:</strong>ETooltip 仅支持 hover
|
|
20
|
+
触发,用于鼠标悬停显示简短提示;EPopover 支持
|
|
21
|
+
hover、click、contextmenu、custom 多种触发方式。
|
|
22
|
+
</li>
|
|
23
|
+
<li>
|
|
24
|
+
<strong>用途:</strong>ETooltip
|
|
25
|
+
主要用于显示简单文本提示;EPopover
|
|
26
|
+
用于展示复杂内容,可以包含自定义组件和交互元素。
|
|
27
|
+
</li>
|
|
28
|
+
<li>
|
|
29
|
+
<strong>功能复杂度:</strong>ETooltip
|
|
30
|
+
功能相对简单,专注于提示展示;EPopover
|
|
31
|
+
功能更丰富,支持手动控制、多种尺寸和位置等。
|
|
32
|
+
</li>
|
|
33
|
+
</ul>
|
|
34
|
+
</DemoBox>
|
|
35
|
+
<DemoBox title="不同位置" :code="code">
|
|
36
|
+
<Using />
|
|
37
|
+
</DemoBox>
|
|
38
|
+
<DemoBox title="不同尺寸" :code="sizeCode">
|
|
39
|
+
<SizeUsing />
|
|
40
|
+
</DemoBox>
|
|
41
|
+
</PageLayout>
|
|
42
|
+
</template>
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
import { ETooltip, EButton } from 'exploria-ui';
|
|
3
|
+
|
|
4
|
+
type ESize = 'large' | 'medium' | 'small';
|
|
5
|
+
const sizeList: ESize[] = ['large', 'medium', 'small'];
|
|
6
|
+
</script>
|
|
7
|
+
|
|
8
|
+
<template>
|
|
9
|
+
<div class="size-using">
|
|
10
|
+
<ETooltip
|
|
11
|
+
v-for="size in sizeList"
|
|
12
|
+
:key="size"
|
|
13
|
+
content="基于 Rust 的极速构建引擎,TypeScript 全量类型支持,为现代 Web 应用提供最高效的 UI 开发体验"
|
|
14
|
+
placement="top"
|
|
15
|
+
:size="size"
|
|
16
|
+
>
|
|
17
|
+
<EButton>{{ size }}</EButton>
|
|
18
|
+
</ETooltip>
|
|
19
|
+
</div>
|
|
20
|
+
</template>
|
|
21
|
+
|
|
22
|
+
<style lang="scss" scoped>
|
|
23
|
+
.size-using {
|
|
24
|
+
display: flex;
|
|
25
|
+
display: flex;
|
|
26
|
+
gap: 20px;
|
|
27
|
+
}
|
|
28
|
+
</style>
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
import { ETooltip, EButton } from 'exploria-ui';
|
|
3
|
+
|
|
4
|
+
type EPlacement = InstanceType<typeof ETooltip>['placement'];
|
|
5
|
+
const placementList = [
|
|
6
|
+
['', 'top-start', 'top', 'top-end', ''],
|
|
7
|
+
['left-start', '', '', '', 'right-start'],
|
|
8
|
+
['left', '', '', '', 'right'],
|
|
9
|
+
['left-end', '', '', '', 'right-end'],
|
|
10
|
+
['', 'bottom-start', 'bottom', 'bottom-end', ''],
|
|
11
|
+
] as const;
|
|
12
|
+
</script>
|
|
13
|
+
|
|
14
|
+
<template>
|
|
15
|
+
<div class="using">
|
|
16
|
+
<div class="row" v-for="(row, index) of placementList" :key="index">
|
|
17
|
+
<template v-for="placement of row">
|
|
18
|
+
<ETooltip
|
|
19
|
+
v-if="placement.length"
|
|
20
|
+
content="基于 Rust 的极速构建引擎,TypeScript 全量类型支持,为现代 Web 应用提供最高效的 UI 开发体验"
|
|
21
|
+
:placement="placement as EPlacement"
|
|
22
|
+
:key="placement"
|
|
23
|
+
>
|
|
24
|
+
<EButton>{{ placement }}</EButton>
|
|
25
|
+
</ETooltip>
|
|
26
|
+
<div v-else />
|
|
27
|
+
</template>
|
|
28
|
+
</div>
|
|
29
|
+
</div>
|
|
30
|
+
</template>
|
|
31
|
+
|
|
32
|
+
<style lang="scss" scoped>
|
|
33
|
+
.using {
|
|
34
|
+
display: flex;
|
|
35
|
+
flex-direction: column;
|
|
36
|
+
gap: 10px;
|
|
37
|
+
|
|
38
|
+
.row {
|
|
39
|
+
display: flex;
|
|
40
|
+
gap: 10px;
|
|
41
|
+
justify-content: space-between;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
</style>
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
import DemoBox from '@/components/DemoBox/DemoBox.vue';
|
|
3
|
+
import src from './Using.vue?raw';
|
|
4
|
+
import Using from './Using.vue';
|
|
5
|
+
import PageLayout from '@/components/PageLayout.vue';
|
|
6
|
+
import APITable from '@/components/APITable.vue';
|
|
7
|
+
</script>
|
|
8
|
+
|
|
9
|
+
<template>
|
|
10
|
+
<PageLayout>
|
|
11
|
+
<DemoBox title="介绍">
|
|
12
|
+
<h2>ECheckbox 多选框</h2>
|
|
13
|
+
<p>多选框组件,用于表单中的多项选择,支持自定义尺寸和绑定值。</p>
|
|
14
|
+
</DemoBox>
|
|
15
|
+
<DemoBox :code="src" title="基本用法" anchor="基本用法">
|
|
16
|
+
<Using />
|
|
17
|
+
<template #description>
|
|
18
|
+
基础的多选框用法,通过 v-model 绑定选中状态。
|
|
19
|
+
</template>
|
|
20
|
+
</DemoBox>
|
|
21
|
+
|
|
22
|
+
<APITable
|
|
23
|
+
:data="[
|
|
24
|
+
{
|
|
25
|
+
subTitle: 'ECheckbox Props',
|
|
26
|
+
list: [
|
|
27
|
+
{
|
|
28
|
+
name: 'model-value',
|
|
29
|
+
description: '绑定值',
|
|
30
|
+
type: 'boolean',
|
|
31
|
+
required: true,
|
|
32
|
+
defaultValue: 'false',
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
name: 'label',
|
|
36
|
+
description: '标签文本',
|
|
37
|
+
type: 'string',
|
|
38
|
+
required: false,
|
|
39
|
+
defaultValue: '',
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
name: 'disabled',
|
|
43
|
+
description: '是否禁用',
|
|
44
|
+
type: 'boolean',
|
|
45
|
+
required: false,
|
|
46
|
+
defaultValue: 'false',
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
name: 'checked',
|
|
50
|
+
description: '是否选中',
|
|
51
|
+
type: 'boolean',
|
|
52
|
+
required: false,
|
|
53
|
+
defaultValue: 'false',
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
name: 'indeterminate',
|
|
57
|
+
description: '是否为 indeterminate 状态',
|
|
58
|
+
type: 'boolean',
|
|
59
|
+
required: false,
|
|
60
|
+
defaultValue: 'false',
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
name: 'trueValue',
|
|
64
|
+
description: '选中时的值',
|
|
65
|
+
type: 'any',
|
|
66
|
+
required: false,
|
|
67
|
+
defaultValue: 'true',
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
name: 'falseValue',
|
|
71
|
+
description: '未选中时的值',
|
|
72
|
+
type: 'any',
|
|
73
|
+
required: false,
|
|
74
|
+
defaultValue: 'false',
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
name: 'name',
|
|
78
|
+
description: '原生 name 属性',
|
|
79
|
+
type: 'string',
|
|
80
|
+
required: false,
|
|
81
|
+
defaultValue: '',
|
|
82
|
+
},
|
|
83
|
+
],
|
|
84
|
+
},
|
|
85
|
+
]"
|
|
86
|
+
/>
|
|
87
|
+
</PageLayout>
|
|
88
|
+
</template>
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
import DemoBox from '@/components/DemoBox/DemoBox.vue';
|
|
3
|
+
import src from './Using.vue?raw';
|
|
4
|
+
import Using from './Using.vue';
|
|
5
|
+
import PageLayout from '@/components/PageLayout.vue';
|
|
6
|
+
import APITable from '@/components/APITable.vue';
|
|
7
|
+
</script>
|
|
8
|
+
|
|
9
|
+
<template>
|
|
10
|
+
<PageLayout>
|
|
11
|
+
<DemoBox title="介绍">
|
|
12
|
+
<h2>EColorPicker 颜色选择器</h2>
|
|
13
|
+
<p>
|
|
14
|
+
颜色选择器组件,用于表单中的颜色选择,支持自定义尺寸和透明度调节。
|
|
15
|
+
</p>
|
|
16
|
+
</DemoBox>
|
|
17
|
+
<DemoBox :code="src" title="基本用法" anchor="基本用法">
|
|
18
|
+
<Using />
|
|
19
|
+
<template #description>
|
|
20
|
+
基础的颜色选择器用法,通过 v-model 绑定选中颜色值。
|
|
21
|
+
</template>
|
|
22
|
+
</DemoBox>
|
|
23
|
+
|
|
24
|
+
<APITable
|
|
25
|
+
:data="[
|
|
26
|
+
{
|
|
27
|
+
subTitle: 'EColorPicker Props',
|
|
28
|
+
list: [
|
|
29
|
+
{
|
|
30
|
+
name: 'model-value',
|
|
31
|
+
description: '绑定值',
|
|
32
|
+
type: 'string',
|
|
33
|
+
required: true,
|
|
34
|
+
defaultValue: '#ff0000',
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
name: 'size',
|
|
38
|
+
description: '尺寸',
|
|
39
|
+
type: 'string',
|
|
40
|
+
required: false,
|
|
41
|
+
defaultValue: 'medium',
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
name: 'show-arrow',
|
|
45
|
+
description: '是否显示箭头',
|
|
46
|
+
type: 'boolean',
|
|
47
|
+
required: false,
|
|
48
|
+
defaultValue: 'true',
|
|
49
|
+
},
|
|
50
|
+
],
|
|
51
|
+
},
|
|
52
|
+
]"
|
|
53
|
+
/>
|
|
54
|
+
</PageLayout>
|
|
55
|
+
</template>
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
import DemoBox from '@/components/DemoBox/DemoBox.vue';
|
|
3
|
+
import src from './Using.vue?raw';
|
|
4
|
+
import Using from './Using.vue';
|
|
5
|
+
import PageLayout from '@/components/PageLayout.vue';
|
|
6
|
+
import APITable from '@/components/APITable.vue';
|
|
7
|
+
</script>
|
|
8
|
+
|
|
9
|
+
<template>
|
|
10
|
+
<PageLayout>
|
|
11
|
+
<DemoBox title="介绍">
|
|
12
|
+
<h2>EConditionGroup 条件组</h2>
|
|
13
|
+
<p>
|
|
14
|
+
条件组组件用于在表单中展示多个条件,用户可以根据条件进行筛选。
|
|
15
|
+
</p>
|
|
16
|
+
</DemoBox>
|
|
17
|
+
<DemoBox :code="src" title="基本用法">
|
|
18
|
+
<Using />
|
|
19
|
+
<template #description>
|
|
20
|
+
按钮有五种类型:主按钮、次按钮、虚线按钮、文本按钮和链接按钮。主按钮在同一个操作区域最多出现一次。
|
|
21
|
+
</template>
|
|
22
|
+
</DemoBox>
|
|
23
|
+
<APITable
|
|
24
|
+
:data="[
|
|
25
|
+
{
|
|
26
|
+
subTitle: 'EFileSelector Props',
|
|
27
|
+
list: [
|
|
28
|
+
{
|
|
29
|
+
name: 'access-file-types',
|
|
30
|
+
description: '允许的文件类型',
|
|
31
|
+
type: 'string[]',
|
|
32
|
+
defaultValue: '--',
|
|
33
|
+
required: true,
|
|
34
|
+
},
|
|
35
|
+
],
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
subTitle: 'EFileSelector Events',
|
|
39
|
+
list: [
|
|
40
|
+
{
|
|
41
|
+
name: 'change',
|
|
42
|
+
description: '文件选择改变时触发',
|
|
43
|
+
type: 'function (files: File[])',
|
|
44
|
+
defaultValue: '--',
|
|
45
|
+
required: false,
|
|
46
|
+
},
|
|
47
|
+
],
|
|
48
|
+
},
|
|
49
|
+
]"
|
|
50
|
+
/>
|
|
51
|
+
</PageLayout>
|
|
52
|
+
</template>
|
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
import { ref } from 'vue';
|
|
3
|
+
import { EConditionGroup, ESelect } from 'exploria-ui';
|
|
4
|
+
// 条件列表
|
|
5
|
+
const conditions = ref<Record<string, any>[][]>([
|
|
6
|
+
[
|
|
7
|
+
{
|
|
8
|
+
field: 'threatLevel',
|
|
9
|
+
operator: 'equal',
|
|
10
|
+
value: 'high',
|
|
11
|
+
matchType: 'match',
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
field: 'attackType',
|
|
15
|
+
operator: 'include',
|
|
16
|
+
value: 'malware',
|
|
17
|
+
matchType: 'match',
|
|
18
|
+
},
|
|
19
|
+
],
|
|
20
|
+
]);
|
|
21
|
+
</script>
|
|
22
|
+
|
|
23
|
+
<template>
|
|
24
|
+
<div class="using">
|
|
25
|
+
<EConditionGroup
|
|
26
|
+
v-model:condition-group="conditions"
|
|
27
|
+
:default-value-map="{
|
|
28
|
+
field: 'threatLevel',
|
|
29
|
+
operator: 'equal',
|
|
30
|
+
value: 'high',
|
|
31
|
+
matchType: 'match',
|
|
32
|
+
}"
|
|
33
|
+
#default="{ groupIndex, rowIndex, row }"
|
|
34
|
+
>
|
|
35
|
+
<!-- 自定义条件项 -->
|
|
36
|
+
<ESelect
|
|
37
|
+
:items="[
|
|
38
|
+
{ label: '威胁等级', value: 'threatLevel' },
|
|
39
|
+
{ label: '攻击类型', value: 'attackType' },
|
|
40
|
+
{ label: '源IP', value: 'sourceIp' },
|
|
41
|
+
{ label: '目标IP', value: 'targetIp' },
|
|
42
|
+
{ label: '事件时间', value: 'eventTime' },
|
|
43
|
+
]"
|
|
44
|
+
:model-value="row.field"
|
|
45
|
+
@update:model-value="
|
|
46
|
+
(value) => {
|
|
47
|
+
conditions[groupIndex][rowIndex].field = value;
|
|
48
|
+
}
|
|
49
|
+
"
|
|
50
|
+
>
|
|
51
|
+
</ESelect>
|
|
52
|
+
|
|
53
|
+
<ESelect
|
|
54
|
+
:items="[
|
|
55
|
+
{ label: '等于', value: 'equal' },
|
|
56
|
+
{ label: '不等于', value: 'notEqual' },
|
|
57
|
+
{ label: '包含', value: 'include' },
|
|
58
|
+
{ label: '不包含', value: 'notInclude' },
|
|
59
|
+
{ label: '大于', value: 'greater' },
|
|
60
|
+
{ label: '小于', value: 'less' },
|
|
61
|
+
{ label: '大于等于', value: 'greaterEqual' },
|
|
62
|
+
{ label: '小于等于', value: 'lessEqual' },
|
|
63
|
+
]"
|
|
64
|
+
:model-value="row.operator"
|
|
65
|
+
@update:model-value="
|
|
66
|
+
(value) => {
|
|
67
|
+
conditions[groupIndex][rowIndex].operator = value;
|
|
68
|
+
}
|
|
69
|
+
"
|
|
70
|
+
>
|
|
71
|
+
</ESelect>
|
|
72
|
+
|
|
73
|
+
<EInput
|
|
74
|
+
type="text"
|
|
75
|
+
:model-value="row.value"
|
|
76
|
+
@update:model-value="
|
|
77
|
+
(value: string) => {
|
|
78
|
+
conditions[groupIndex][rowIndex].value = value;
|
|
79
|
+
}
|
|
80
|
+
"
|
|
81
|
+
/>
|
|
82
|
+
|
|
83
|
+
<ESelect
|
|
84
|
+
:items="[
|
|
85
|
+
{ label: '匹配', value: 'match' },
|
|
86
|
+
{ label: '不匹配', value: 'notMatch' },
|
|
87
|
+
]"
|
|
88
|
+
placement="start"
|
|
89
|
+
:model-value="row.matchType"
|
|
90
|
+
@update:model-value="
|
|
91
|
+
(value) => {
|
|
92
|
+
conditions[groupIndex][rowIndex].matchType = value;
|
|
93
|
+
}
|
|
94
|
+
"
|
|
95
|
+
>
|
|
96
|
+
</ESelect>
|
|
97
|
+
</EConditionGroup>
|
|
98
|
+
|
|
99
|
+
<h3>当前条件配置</h3>
|
|
100
|
+
<pre>{{ JSON.stringify(conditions, null, 2) }}</pre>
|
|
101
|
+
</div>
|
|
102
|
+
</template>
|
|
103
|
+
|
|
104
|
+
<style scoped>
|
|
105
|
+
.using {
|
|
106
|
+
max-width: 1000px;
|
|
107
|
+
margin: 0 auto;
|
|
108
|
+
padding: 20px;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.using__demo {
|
|
112
|
+
margin: 20px 0;
|
|
113
|
+
padding: 20px;
|
|
114
|
+
border: 1px solid #ebeef5;
|
|
115
|
+
border-radius: 8px;
|
|
116
|
+
background-color: #fafafa;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.using__actions {
|
|
120
|
+
margin: 20px 0;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.using__actions button {
|
|
124
|
+
padding: 8px 16px;
|
|
125
|
+
background-color: #409eff;
|
|
126
|
+
color: #fff;
|
|
127
|
+
border: none;
|
|
128
|
+
border-radius: 4px;
|
|
129
|
+
cursor: pointer;
|
|
130
|
+
font-size: 14px;
|
|
131
|
+
transition: all 0.3s;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.using__actions button:hover {
|
|
135
|
+
background-color: #66b1ff;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.using__result {
|
|
139
|
+
margin: 20px 0;
|
|
140
|
+
padding: 20px;
|
|
141
|
+
border: 1px solid #ebeef5;
|
|
142
|
+
border-radius: 8px;
|
|
143
|
+
background-color: #fafafa;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.using__result h3 {
|
|
147
|
+
margin-top: 0;
|
|
148
|
+
margin-bottom: 16px;
|
|
149
|
+
font-size: 16px;
|
|
150
|
+
color: #303133;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.using__result pre {
|
|
154
|
+
margin: 0;
|
|
155
|
+
padding: 16px;
|
|
156
|
+
background-color: #fff;
|
|
157
|
+
border: 1px solid #ebeef5;
|
|
158
|
+
border-radius: 4px;
|
|
159
|
+
font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
|
|
160
|
+
font-size: 14px;
|
|
161
|
+
line-height: 1.5;
|
|
162
|
+
color: #303133;
|
|
163
|
+
overflow-x: auto;
|
|
164
|
+
}
|
|
165
|
+
</style>
|