修改文档拆分布局问题
This commit is contained in:
@@ -327,19 +327,6 @@
|
||||
height: 40px;
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
</style>
|
||||
<style lang='less'>
|
||||
.area-module {
|
||||
.ant-modal-wrap {
|
||||
.ant-modal {
|
||||
.ant-modal-content {
|
||||
.ant-modal-footer {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.page {
|
||||
display: flex;
|
||||
@@ -392,4 +379,17 @@
|
||||
.title-text-text {
|
||||
margin-top: 9px;
|
||||
}
|
||||
</style>
|
||||
<style lang='less'>
|
||||
.area-module {
|
||||
.ant-modal-wrap {
|
||||
.ant-modal {
|
||||
.ant-modal-content {
|
||||
.ant-modal-footer {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
@@ -287,7 +287,7 @@
|
||||
>
|
||||
<div class="title-wraper">
|
||||
<div class="title-top">
|
||||
<span class="title-flex title-text" :class="{'title-flex-active':selected=='TEXT'}" @click="selectTitle('TEXT')">{{$t('text')}}</span>
|
||||
<span class="title-flex title-text-flex" :class="{'title-flex-active':selected=='TEXT'}" @click="selectTitle('TEXT')">{{$t('text')}}</span>
|
||||
<span class="title-flex title-pic" :class="{'title-flex-active':selected=='IMG'}" @click="selectTitle('IMG')">{{$t('picture')}}</span>
|
||||
<span class="title-flex title-table" :class="{'title-flex-active':selected=='TABLE'}" @click="selectTitle('TABLE')">{{$t('table')}}</span>
|
||||
</div>
|
||||
|
||||
@@ -1385,9 +1385,9 @@
|
||||
margin-right: 20px !important;
|
||||
}
|
||||
|
||||
.title-text {
|
||||
min-width: 73px !important;
|
||||
}
|
||||
/*.title-text {*/
|
||||
/* min-width: 73px !important;*/
|
||||
/*}*/
|
||||
|
||||
/*.split-detail-wrap {*/
|
||||
/* height: 481px !important;*/
|
||||
|
||||
Reference in New Issue
Block a user