云生成
This commit is contained in:
@@ -384,12 +384,12 @@ export default defineComponent({
|
||||
<style lang="less" scoped>
|
||||
.molepositon{
|
||||
width: 30rem;
|
||||
height: 65rem;
|
||||
height: 66rem;
|
||||
// height: 80rem;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
// margin: auto 0;
|
||||
padding-top: 3rem;
|
||||
// padding-top: 3rem;
|
||||
position: relative;
|
||||
display: none;
|
||||
&.active{
|
||||
@@ -409,9 +409,9 @@ export default defineComponent({
|
||||
z-index: 2;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: contain;
|
||||
object-fit: contain;
|
||||
height: auto;
|
||||
// height: 100%;
|
||||
// object-fit: contain;
|
||||
}
|
||||
>div{
|
||||
position: absolute;
|
||||
@@ -422,8 +422,10 @@ export default defineComponent({
|
||||
height: 100%;
|
||||
|
||||
img{
|
||||
// width: 100%;
|
||||
// height: 100%;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
height: auto;
|
||||
float: left;
|
||||
user-select:none;
|
||||
-webkit-user-drag: none;
|
||||
|
||||
Reference in New Issue
Block a user