|
|
@@ -44,7 +44,7 @@ |
|
|
|
showBackBtn |
|
|
|
backBtnTitle="修改项目名称" |
|
|
|
:onBackBtnClick="enterProjNameInput" |
|
|
|
title="选择项目名称" |
|
|
|
title="选择项目模板" |
|
|
|
ref="projdesc" |
|
|
|
:class="{'header-bottom-shadow': isProjDescScroll}" |
|
|
|
> |
|
|
@@ -430,7 +430,8 @@ export default { |
|
|
|
.projModule{ |
|
|
|
background-color: white; |
|
|
|
width: 50%; |
|
|
|
min-width: 660px; |
|
|
|
position: relative; |
|
|
|
// min-width: 660px; |
|
|
|
height: 100%; |
|
|
|
right: 0px; |
|
|
|
position: absolute; |
|
|
@@ -459,7 +460,7 @@ export default { |
|
|
|
cursor: pointer; |
|
|
|
} |
|
|
|
.slot_btn{ |
|
|
|
position: relative; |
|
|
|
position: relative; |
|
|
|
left: 24px; |
|
|
|
cursor: pointer; |
|
|
|
padding: 0 16px; |
|
|
@@ -519,7 +520,7 @@ export default { |
|
|
|
margin: 0 auto; |
|
|
|
} |
|
|
|
.set_position{ |
|
|
|
position: relative; |
|
|
|
position: relative !important; |
|
|
|
} |
|
|
|
.template_select{ |
|
|
|
height:calc(100% - 50px); |
|
|
|