fix: 按钮 距离底部间距不对
This commit is contained in:
parent
36de38b5db
commit
8891141983
@ -124,6 +124,8 @@ const templateInnerPreview = e => {
|
||||
.template-button {
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
padding-bottom: 8px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.bottom-area {
|
||||
@ -149,6 +151,11 @@ const templateInnerPreview = e => {
|
||||
color: deepskyblue;
|
||||
cursor: pointer;
|
||||
}
|
||||
.testcase-template:hover {
|
||||
.template-button {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
.create-area {
|
||||
bottom: -38px !important;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user