This commit is contained in:
kron
2025-08-22 11:51:52 +08:00
parent 17e463a884
commit 3be6a5ef04
8 changed files with 140 additions and 75 deletions

View File

@@ -205,13 +205,14 @@ onMounted(() => {
<style scoped>
.container {
width: calc(100% - 30px);
width: calc(100vw - 30px);
height: calc(100vw - 30px);
padding: 0px 15px;
position: relative;
}
.target {
position: relative;
margin: 10px;
padding: 10px;
}
.e-value {
position: absolute;
@@ -254,7 +255,7 @@ onMounted(() => {
border: 1px solid #fff;
z-index: 1;
color: #fff;
font-size: 2.2vw;
font-size: 2.1vw;
box-sizing: border-box;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
display: flex;