diff --git a/public/css/pingfang.css b/public/css/pingfang.css index 79c2f32a..46adbdd0 100644 --- a/public/css/pingfang.css +++ b/public/css/pingfang.css @@ -13,6 +13,11 @@ font-weight: normal; src: url('pingfang/pingfang-regular.ttf') format('truetype'); } +@font-face { + font-family: 'pingfang_heavy'; + font-weight: normal; + src: url('pingfang/pingfang-heavy.ttf') format('truetype'); +} @font-face { font-family: 'satoshi_light'; font-weight: normal; diff --git a/public/css/pingfang/pingfang-heavy.ttf b/public/css/pingfang/pingfang-heavy.ttf new file mode 100644 index 00000000..f4cf7884 Binary files /dev/null and b/public/css/pingfang/pingfang-heavy.ttf differ diff --git a/src/views/HomeMain.vue b/src/views/HomeMain.vue index 319fe42b..3889dfc0 100644 --- a/src/views/HomeMain.vue +++ b/src/views/HomeMain.vue @@ -2132,7 +2132,7 @@ export default defineComponent({ } > .routerView { position: relative; - overflow: hidden; + overflow-y: hidden; flex: 1; display: flex; > .router { diff --git a/src/views/SellerDashboard/MyListings/main/content.vue b/src/views/SellerDashboard/MyListings/main/content.vue new file mode 100644 index 00000000..5be60fc2 --- /dev/null +++ b/src/views/SellerDashboard/MyListings/main/content.vue @@ -0,0 +1,226 @@ + + + \ No newline at end of file diff --git a/src/views/SellerDashboard/MyListings/main/index.vue b/src/views/SellerDashboard/MyListings/main/index.vue index 36df7118..4ba8f289 100644 --- a/src/views/SellerDashboard/MyListings/main/index.vue +++ b/src/views/SellerDashboard/MyListings/main/index.vue @@ -1,6 +1,7 @@