diff --git a/src/components/func/loading.vue b/src/components/func/loading.vue index ab4bcf8d..8abda130 100644 --- a/src/components/func/loading.vue +++ b/src/components/func/loading.vue @@ -125,8 +125,9 @@ defineExpose({ displayBox }); .loading-container { display: flex; - min-width: 800px; + width: 800px; min-height: 300px; + box-sizing: border-box; padding: 15px; border-radius: 15px; background: rgb(255 255 255 / 5%); @@ -136,7 +137,7 @@ defineExpose({ displayBox }); .loading-box { display: flex; width: 100%; - box-sizing: content-box; + box-sizing: border-box; flex-direction: column; align-items: center; justify-content: center; diff --git a/src/components/viewPost/tp-emoticon.vue b/src/components/viewPost/tp-emoticon.vue index 9943d2c1..1b6f8a35 100644 --- a/src/components/viewPost/tp-emoticon.vue +++ b/src/components/viewPost/tp-emoticon.vue @@ -1,16 +1,11 @@