From 26319c123b948d4867986c3f899d9ebc8af90662 Mon Sep 17 00:00:00 2001 From: liyang <1711467488@qq.com> Date: Sat, 21 Jul 2018 16:42:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: cdadd26b920a9c61a58154523ce5860b1884e820 [formerly 2330074a2b56c20276eba5e9f819979e2396dd75] [formerly cdadd26b920a9c61a58154523ce5860b1884e820 [formerly 2330074a2b56c20276eba5e9f819979e2396dd75] [formerly cdadd26b920a9c61a58154523ce5860b1884e820 [formerly 2330074a2b56c20276eba5e9f819979e2396dd75] [formerly 2330074a2b56c20276eba5e9f819979e2396dd75 [formerly 4cc09a03e8e098da9e2716301ef7aa4814364c18 [formerly 40798e59169e0e7ad83145a8d4a448c3fb6b8887]]]]] Former-commit-id: 2b6e5f4a82183e880ff12d923dc1b0119b9b6cb2 Former-commit-id: a6fd81e3ac57bfab14df0877d984a9c80ac36c3a Former-commit-id: b0b6540cbc9dbc57f60c523aeea0e5281fe828da [formerly 791c596a70981efad811758c7cf4d0b0efae6fff] Former-commit-id: 3e4ff59f9206166f2509ac73d89534f5c63551cc Former-commit-id: d62b1c528a14b188593e7ac6c53e504ec0eac97e Former-commit-id: 140e61e6d443da02e77d4a7943305204ebccbbc8 Former-commit-id: 681488454ca6e4a38ec76a52ad6310e8921d6e7d Former-commit-id: c002c3cb680a70d2c24bfffe276d43cda8613d82 --- .../demo/components/icon/components/d2-icon-cell.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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; +}