diff --git a/src/icons/svg/web.svg b/src/icons/svg/web.svg new file mode 100644 index 0000000..9c57415 --- /dev/null +++ b/src/icons/svg/web.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/views/components/IconSelect.vue b/src/views/components/IconSelect.vue index 88e1102..b4e5cb0 100644 --- a/src/views/components/IconSelect.vue +++ b/src/views/components/IconSelect.vue @@ -49,10 +49,10 @@ export default { margin: 0 auto; } .icon-item { - margin: 20px; + margin: 16px; height: 110px; text-align: center; - width: 110px; + width: 100px; float: left; font-size: 30px; color: #24292e;