|
|
|
@ -100,7 +100,17 @@ $--base-super-radius: 24px; |
|
|
|
|
.font-small { |
|
|
|
|
font-size: $--base-small-font |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.v-button-small { |
|
|
|
|
&.el-button--small { |
|
|
|
|
font-size: 14px; |
|
|
|
|
color: #000; |
|
|
|
|
&:hover,&:focus{ |
|
|
|
|
background-color: rgba($--color-primary,.05); |
|
|
|
|
border-color: rgba($--color-primary,.2); |
|
|
|
|
color: $--color-primary; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.el-button--primary { |
|
|
|
|
background-color: $--color-primary !important; |
|
|
|
|
border-color: $--color-primary !important; |
|
|
|
@ -110,6 +120,7 @@ $--base-super-radius: 24px; |
|
|
|
|
/* 页面 表格 */ |
|
|
|
|
.v-ecode-form { |
|
|
|
|
height: calc(100vh - 130px); |
|
|
|
|
|
|
|
|
|
.el-form-item { |
|
|
|
|
position: relative |
|
|
|
|
} |
|
|
|
@ -300,6 +311,44 @@ $--base-super-radius: 24px; |
|
|
|
|
color: $--color-primary; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.el-radio-button.is-active { |
|
|
|
|
&.type0 .el-radio-button__inner:before { |
|
|
|
|
background: url("~@/assets/ai-images/image-size-1-1-a.svg"); |
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
background-size: contain; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
&.type1 .el-radio-button__inner:before { |
|
|
|
|
background: url("~@/assets/ai-images/image-size-1-2-a.svg"); |
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
background-size: contain; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
&.type2 .el-radio-button__inner:before { |
|
|
|
|
background: url("~@/assets/ai-images/image-size-3-2-a.svg"); |
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
background-size: contain; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
&.type3 .el-radio-button__inner:before { |
|
|
|
|
background: url("~@/assets/ai-images/image-size-3-4-a.svg"); |
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
background-size: contain; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
&.type4 .el-radio-button__inner:before { |
|
|
|
|
background: url("~@/assets/ai-images/image-size-9-16-a.svg"); |
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
background-size: contain; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
&.type5 .el-radio-button__inner:before { |
|
|
|
|
background: url("~@/assets/ai-images/image-size-16-9-a.svg"); |
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
background-size: contain; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* 页面 选择 行内 */ |
|
|
|
@ -352,6 +401,23 @@ $--base-super-radius: 24px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.v-popover-popper { |
|
|
|
|
margin-bottom: $--base-small-space !important; |
|
|
|
|
padding-left: $--base-mini-space; |
|
|
|
|
padding-right: $--base-mini-space; |
|
|
|
|
.el-popover__title{padding-left:$--base-small-space; font-weight: bold; color: rgba(0, 0, 0, .45)} |
|
|
|
|
.popper__arrow { |
|
|
|
|
display: none |
|
|
|
|
} |
|
|
|
|
&.ratio { |
|
|
|
|
width: 220px !important; |
|
|
|
|
} |
|
|
|
|
&.style { |
|
|
|
|
&.style{height: 320px;} |
|
|
|
|
width: 180px !important; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* 页面 滑块 */ |
|
|
|
|
.v-slide { |
|
|
|
|
.el-slider__input { |
|
|
|
@ -364,7 +430,11 @@ $--base-super-radius: 24px; |
|
|
|
|
.el-input-number--small .el-input__inner { |
|
|
|
|
padding: 0; |
|
|
|
|
border-color: $--border-color-light !important; |
|
|
|
|
}.el-slider__button-wrapper{margin-left: 10px} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.el-slider__button-wrapper { |
|
|
|
|
margin-left: 10px |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.el-input-number__decrease, .el-input-number__increase { |
|
|
|
|
display: none |
|
|
|
@ -550,17 +620,21 @@ body { |
|
|
|
|
position: relative; |
|
|
|
|
z-index: 1; |
|
|
|
|
width: 350px; |
|
|
|
|
height:100%; |
|
|
|
|
height: 100%; |
|
|
|
|
transition: all .4s; |
|
|
|
|
|
|
|
|
|
&.types { |
|
|
|
|
width: 480px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
&.hide.types { |
|
|
|
|
margin-right: -480px; opacity: 0; |
|
|
|
|
margin-right: -480px; |
|
|
|
|
opacity: 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
&.hide { |
|
|
|
|
margin-right: -350px; opacity: 0; |
|
|
|
|
margin-right: -350px; |
|
|
|
|
opacity: 0; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
@ -1365,3 +1439,80 @@ body { |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.ai-popover-list { |
|
|
|
|
|
|
|
|
|
.ai-popover-list-item { |
|
|
|
|
padding: $--base-mini-space $--base-small-space; |
|
|
|
|
|
|
|
|
|
border-radius: $--base-small-radius; |
|
|
|
|
cursor: pointer; |
|
|
|
|
|
|
|
|
|
&:hover { |
|
|
|
|
background-color: rgba(0, 0, 0, .04) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.label { |
|
|
|
|
margin-left: $--base-mini-space; |
|
|
|
|
color: #000; |
|
|
|
|
font-size: $--base-small-font |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.img { |
|
|
|
|
border-radius: $--base-small-radius; |
|
|
|
|
overflow: hidden; |
|
|
|
|
|
|
|
|
|
img { |
|
|
|
|
width: 42px; |
|
|
|
|
height: 42px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.icon { |
|
|
|
|
width: 30px; |
|
|
|
|
height: 30px; |
|
|
|
|
|
|
|
|
|
&.type-1 { |
|
|
|
|
background: url("~@/assets/ai-images/image-size-1-1.svg"); |
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
background-position: center; |
|
|
|
|
background-size: 60%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
&.type-2 { |
|
|
|
|
background: url("~@/assets/ai-images/image-size-1-2.svg"); |
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
background-position: center; |
|
|
|
|
background-size: 60%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
&.type-3 { |
|
|
|
|
background: url("~@/assets/ai-images/image-size-3-2.svg"); |
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
background-position: center; |
|
|
|
|
background-size: 60%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
&.type-4 { |
|
|
|
|
background: url("~@/assets/ai-images/image-size-3-4.svg"); |
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
background-position: center; |
|
|
|
|
background-size: 60%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
&.type-5 { |
|
|
|
|
background: url("~@/assets/ai-images/image-size-9-16.svg"); |
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
background-position: center; |
|
|
|
|
background-size: 60%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
&.type-6 { |
|
|
|
|
background: url("~@/assets/ai-images/image-size-16-9.svg"); |
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
background-position: center; |
|
|
|
|
background-size: 60%; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|