mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 修改缩放的联动
This commit is contained in:
+7
-2
@@ -22,6 +22,7 @@ import {
|
||||
PersonOutline as PersonOutlineIcon,
|
||||
LogOutOutline as LogOutOutlineIcon,
|
||||
ChatboxEllipses as ChatboxEllipsesIcon,
|
||||
LockOpenOutline as LockOpenOutlineIcon,
|
||||
LockClosedOutline as LockClosedOutlineIcon,
|
||||
HelpCircleOutline as HelpOutlineIcon,
|
||||
CodeSlash as CodeSlashIcon,
|
||||
@@ -46,7 +47,8 @@ import {
|
||||
GraphicalDataFlow as GraphicalDataFlowIcon,
|
||||
Store as StoreIcon,
|
||||
Devices as DevicesIcon,
|
||||
ObjectStorage as ObjectStorageIcon
|
||||
ObjectStorage as ObjectStorageIcon,
|
||||
DicomOverlay as DicomOverlayIcon
|
||||
} from '@vicons/carbon'
|
||||
|
||||
const ionicons5 = {
|
||||
@@ -61,6 +63,7 @@ const ionicons5 = {
|
||||
// 退出
|
||||
LogOutOutlineIcon,
|
||||
// 锁
|
||||
LockOpenOutlineIcon,
|
||||
LockClosedOutlineIcon,
|
||||
// 人
|
||||
PersonIcon,
|
||||
@@ -142,7 +145,9 @@ const carbon = {
|
||||
// 模板市场
|
||||
StoreIcon,
|
||||
// 我的模板
|
||||
ObjectStorageIcon
|
||||
ObjectStorageIcon,
|
||||
// 键盘
|
||||
DicomOverlayIcon
|
||||
}
|
||||
|
||||
// https://www.xicons.org/#/ 还有很多
|
||||
|
||||
@@ -59,6 +59,7 @@ import {
|
||||
NPopover,
|
||||
NPagination,
|
||||
NSelect,
|
||||
NSlider,
|
||||
NRadioGroup,
|
||||
NRadio,
|
||||
NSteps,
|
||||
@@ -79,6 +80,7 @@ import {
|
||||
NSkeleton,
|
||||
NCarousel,
|
||||
NScrollbar,
|
||||
NPopselect,
|
||||
NCollapseTransition
|
||||
} from 'naive-ui';
|
||||
|
||||
@@ -141,6 +143,7 @@ const naive = create({
|
||||
NDataTable,
|
||||
NPopover,
|
||||
NPagination,
|
||||
NSlider,
|
||||
NSelect,
|
||||
NRadioGroup,
|
||||
NRadio,
|
||||
@@ -162,6 +165,7 @@ const naive = create({
|
||||
NSkeleton,
|
||||
NCarousel,
|
||||
NScrollbar,
|
||||
NPopselect,
|
||||
NCollapseTransition
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user