diff --git a/src/assets/1x/source13.png b/src/assets/1x/source13.png new file mode 100644 index 0000000..05933b7 Binary files /dev/null and b/src/assets/1x/source13.png differ diff --git a/src/views/IpoCalendar/index.vue b/src/views/IpoCalendar/index.vue index b1340a7..1ed9537 100644 --- a/src/views/IpoCalendar/index.vue +++ b/src/views/IpoCalendar/index.vue @@ -2,7 +2,8 @@
- + +

{{ $t(i18n.global.t('home.IPOcalendar')) }}

@@ -105,17 +106,27 @@ const setEventdata = (EventD: any) => { color: #ffffff; margin-left: 10px; } + .icon1{ + width: 25rem; + height: 25rem; + margin-left: 30rem; + } + .icon2{ + width: 25rem; + height: 25rem; + margin-left: 10rem; + } } .right-bottom { width: 100vw; background-color: #ffffff; height: 400px; - margin-top: 40px; + margin-top: 25px; // margin-left: 20px; // transform: translateX(-50rem); .month { - font-size: 28px; + font-size: 25rem; color: #000000; font-weight: bold; }