添加靶子缩放功能
This commit is contained in:
@@ -195,6 +195,7 @@ onMounted(() => {
|
||||
display: grid;
|
||||
column-gap: 1vw;
|
||||
grid-template-columns: repeat(6, 1fr);
|
||||
position: relative;
|
||||
}
|
||||
.bow-arrows > view,
|
||||
.bow-rings > view {
|
||||
@@ -252,6 +253,7 @@ onMounted(() => {
|
||||
justify-content: space-between;
|
||||
font-size: 13px;
|
||||
margin: 0 15px;
|
||||
position: relative;
|
||||
}
|
||||
.title-bar > view:first-child {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user