diff --git a/src/components/BattleFooter.vue b/src/components/BattleFooter.vue
index 94ab5f8..f92493b 100644
--- a/src/components/BattleFooter.vue
+++ b/src/components/BattleFooter.vue
@@ -40,6 +40,9 @@ defineProps({
环
+
+
+
@@ -58,6 +61,9 @@ defineProps({
环
+
+
+
@@ -110,6 +116,7 @@ defineProps({
background-color: #692735;
}
.players > view > view {
+ min-height: 28px;
width: 85%;
padding: 5px 20px;
margin-bottom: 5px;
diff --git a/src/components/Container.vue b/src/components/Container.vue
index 58f9add..10591b5 100644
--- a/src/components/Container.vue
+++ b/src/components/Container.vue
@@ -1,5 +1,5 @@