UI调整
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user