fix: 修改缩放的联动

This commit is contained in:
MTrun
2022-01-21 17:55:35 +08:00
parent c57a4850b6
commit f9d533972f
8 changed files with 213 additions and 32 deletions
+7 -2
View File
@@ -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/#/ 还有很多
+4
View File
@@ -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
],
});