feat:模板库自适应

This commit is contained in:
dongwug
2022-10-22 09:17:30 +08:00
parent e26dc49e56
commit 21884aace3
2 changed files with 150 additions and 74 deletions

View File

@@ -203,22 +203,31 @@ export default defineComponent({
width:100%;
.tmpl_header{
display:flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 32px;
margin-bottom: 32px;
margin-left: 32px;
margin-right: 32px;
.tmplh_inp{
.inpbox{
display: flex;
margin-top: 32px;
.inpbox1{
display:flex;
justify-content: center;
align-items: center;
margin-right: 24px;
span{
white-space: nowrap;
}
}
}
}
.tmplh_btn{
display: flex;
margin-left: 38px;
margin-top: 32px;
.btn {
padding: 0px 26px 0px 26px;
height: 38px;
@@ -295,6 +304,7 @@ export default defineComponent({
display: flex;
.jc {
margin-left: 20px;
white-space: nowrap;
cursor: pointer;
}
}