diff --git a/src/pages/demo/components/icon/components/d2-icon-cell.vue b/src/pages/demo/components/icon/components/d2-icon-cell.vue index 9ccaa589..b4a13f63 100644 --- a/src/pages/demo/components/icon/components/d2-icon-cell.vue +++ b/src/pages/demo/components/icon/components/d2-icon-cell.vue @@ -28,10 +28,10 @@ - + - {{icon}} + {{icon}} @@ -74,4 +74,9 @@ export default { text-align: center; font-size: 200px; } +.icon-tag { + width: 32px; + text-align: center; + margin-right: 5px; +}