fix
This commit is contained in:
@@ -70,8 +70,8 @@ const handleClick = () => {
|
||||
<style scoped>
|
||||
.tool-btn {
|
||||
position: relative;
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
width: 3.5rem;
|
||||
height: 3.5rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
@@ -79,7 +79,7 @@ const handleClick = () => {
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
font-size: 16px;
|
||||
font-size: 1.6rem;
|
||||
color: #333;
|
||||
transition: all 0.2s ease;
|
||||
}
|
||||
@@ -110,11 +110,11 @@ const handleClick = () => {
|
||||
transform: translateY(-50%);
|
||||
background-color: rgba(0, 0, 0, 0.7);
|
||||
color: white;
|
||||
padding: 4px 8px;
|
||||
border-radius: 4px;
|
||||
margin-left: 8px;
|
||||
padding: .4rem .8rem;
|
||||
border-radius: .4rem;
|
||||
margin-left: .8rem;
|
||||
white-space: nowrap;
|
||||
font-size: 12px;
|
||||
font-size: 1.2rem;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
@@ -123,8 +123,8 @@ const handleClick = () => {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 100%;
|
||||
margin-top: -5px;
|
||||
border-width: 5px;
|
||||
margin-top: -.5rem;
|
||||
border-width: .5rem;
|
||||
border-style: solid;
|
||||
border-color: transparent rgba(0, 0, 0, 0.7) transparent transparent;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user