|
|
|
@ -155,9 +155,10 @@ $--base-super-radius: 24px; |
|
|
|
|
/* 页面 选项卡 */ |
|
|
|
|
.v-tabs { |
|
|
|
|
padding: 0 $--base-medium-space; |
|
|
|
|
margin-left:$--base-super-space; |
|
|
|
|
margin-right:$--base-super-space; |
|
|
|
|
margin-left: $--base-super-space; |
|
|
|
|
margin-right: $--base-super-space; |
|
|
|
|
background-color: $--color-bg; |
|
|
|
|
|
|
|
|
|
.el-tabs__item { |
|
|
|
|
height: 36px |
|
|
|
|
} |
|
|
|
@ -515,9 +516,33 @@ body { |
|
|
|
|
|
|
|
|
|
.ai-edit-left { |
|
|
|
|
position: relative; |
|
|
|
|
height: calc(100vh - 90px); |
|
|
|
|
z-index: 1; |
|
|
|
|
background-color: #fff; |
|
|
|
|
border: 1px solid $--border-color-light |
|
|
|
|
border-radius: $--base-small-radius; |
|
|
|
|
border: 1px solid $--border-color-light; |
|
|
|
|
|
|
|
|
|
.ai-show-btn { |
|
|
|
|
position: absolute; |
|
|
|
|
right: 0; |
|
|
|
|
top: 50%; |
|
|
|
|
z-index: 99; |
|
|
|
|
transform: translate(0, -50%); |
|
|
|
|
width: 15px; |
|
|
|
|
height: 40px; |
|
|
|
|
line-height: 40px; |
|
|
|
|
text-align: center; |
|
|
|
|
background: $--color-primary; |
|
|
|
|
cursor: pointer; |
|
|
|
|
|
|
|
|
|
.el-icon-arrow-right { |
|
|
|
|
color: #fff |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
&.show { |
|
|
|
|
border-radius: 4px 0 0 4px |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.ai-edit-right { |
|
|
|
@ -525,10 +550,17 @@ body { |
|
|
|
|
z-index: 1; |
|
|
|
|
width: 350px; |
|
|
|
|
height: 100%; |
|
|
|
|
transition: all .4s; |
|
|
|
|
|
|
|
|
|
&.types { |
|
|
|
|
width: 480px; |
|
|
|
|
} |
|
|
|
|
&.hide.types { |
|
|
|
|
margin-right: -480px; opacity: 0; |
|
|
|
|
} |
|
|
|
|
&.hide { |
|
|
|
|
margin-right: -350px; opacity: 0; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -673,9 +705,11 @@ body { |
|
|
|
|
margin-bottom: $--base-nomal-space; |
|
|
|
|
overflow: hidden; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.item-content { |
|
|
|
|
padding-top: $--base-small-space; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.title { |
|
|
|
|
padding: 0 $--base-nomal-space; |
|
|
|
|
font-size: $--base-nomal-font; |
|
|
|
@ -771,9 +805,11 @@ body { |
|
|
|
|
margin-left: $--base-medium-space; |
|
|
|
|
height: 50px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.item-content { |
|
|
|
|
padding-top: $--base-small-space; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.title { |
|
|
|
|
position: relative; |
|
|
|
|
z-index: 9; |
|
|
|
@ -1012,7 +1048,11 @@ body { |
|
|
|
|
.el-upload { |
|
|
|
|
display: block; |
|
|
|
|
} |
|
|
|
|
&.large { height: 200px;} |
|
|
|
|
|
|
|
|
|
&.large { |
|
|
|
|
height: 200px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.el-upload-dragger { |
|
|
|
|
display: block; |
|
|
|
|
padding: $--base-super-space 0; |
|
|
|
@ -1269,5 +1309,59 @@ body { |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* 编辑页面 生成 */ |
|
|
|
|
/* 编辑页面 对话列表 */ |
|
|
|
|
.ai-dialog-list { |
|
|
|
|
width: 1040px; |
|
|
|
|
padding: $--base-large-space $--base-large-space; |
|
|
|
|
|
|
|
|
|
.ai-dialog-list-item { |
|
|
|
|
margin-bottom: $--base-large-space; |
|
|
|
|
|
|
|
|
|
.item-title { |
|
|
|
|
margin-bottom: $--base-mimi-space; |
|
|
|
|
font-size: $--base-nomal-font; |
|
|
|
|
font-weight: bold; |
|
|
|
|
|
|
|
|
|
.icon { |
|
|
|
|
width: 20px; |
|
|
|
|
height: 20px; |
|
|
|
|
line-height: 16px; |
|
|
|
|
margin-right: $--base-mini-space; |
|
|
|
|
border-radius: 20px; |
|
|
|
|
background: linear-gradient(30deg, #1060FF 0%, #B179F2 100%); |
|
|
|
|
text-align: center; |
|
|
|
|
|
|
|
|
|
.iconfont:before { |
|
|
|
|
font-size: 10px; |
|
|
|
|
color: #fff; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.name { |
|
|
|
|
margin-right: $--base-small-space |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.tag { |
|
|
|
|
.el-tag { |
|
|
|
|
margin-right: $--base-mini-space; |
|
|
|
|
font-weight: normal; |
|
|
|
|
background-color: #F2F3F8; |
|
|
|
|
color: #585C66; |
|
|
|
|
border-color: #F2F3F8; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.item-describe { |
|
|
|
|
font-size: $--base-small-font; |
|
|
|
|
margin-bottom: $--base-small-space; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.item-image-list { |
|
|
|
|
.el-image__inner { |
|
|
|
|
border-radius: $--base-small-radius; |
|
|
|
|
border: 1px solid $--border-color-light |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|