|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
<template>
|
|
|
<div class="diy-page">
|
|
<div class="diy-page">
|
|
|
- <div class="i-layout-page-header header_top">
|
|
|
|
|
- <div class="i-layout-page-header fl_header">
|
|
|
|
|
|
|
+ <div class="i-layout-page-header header-title">
|
|
|
|
|
+ <div class="fl_header">
|
|
|
<router-link :to="{ path: $routeProStr + '/setting/pages/devise' }"
|
|
<router-link :to="{ path: $routeProStr + '/setting/pages/devise' }"
|
|
|
><Button icon="ios-arrow-back" size="small" type="text">返回</Button></router-link
|
|
><Button icon="ios-arrow-back" size="small" type="text">返回</Button></router-link
|
|
|
>
|
|
>
|
|
@@ -19,7 +19,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<Card :bordered="false" dis-hover class="ivu-mt" style="margin: 0 10px">
|
|
<Card :bordered="false" dis-hover class="ivu-mt" style="margin: 0 10px">
|
|
|
- <div class="diy-wrapper" :style="'height:' + (clientHeight - 150) + 'px;'">
|
|
|
|
|
|
|
+ <div class="diy-wrapper">
|
|
|
<!-- 左侧 -->
|
|
<!-- 左侧 -->
|
|
|
<div class="left">
|
|
<div class="left">
|
|
|
<div class="title-bar">
|
|
<div class="title-bar">
|
|
@@ -33,7 +33,7 @@
|
|
|
{{ item.title }}
|
|
{{ item.title }}
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
- <div class="wrapper" :style="'height:' + (clientHeight - 150) + 'px;'" v-if="tabCur == 0">
|
|
|
|
|
|
|
+ <div class="wrapper" v-if="tabCur == 0">
|
|
|
<div v-for="(item, index) in leftMenu" :key="index">
|
|
<div v-for="(item, index) in leftMenu" :key="index">
|
|
|
<div class="tips" @click="item.isOpen = !item.isOpen">
|
|
<div class="tips" @click="item.isOpen = !item.isOpen">
|
|
|
{{ item.title }}
|
|
{{ item.title }}
|
|
@@ -120,9 +120,7 @@
|
|
|
(colorTxt ? colorPickerTxt : '') +
|
|
(colorTxt ? colorPickerTxt : '') +
|
|
|
';background-image: url(' +
|
|
';background-image: url(' +
|
|
|
(picTxt ? picUrlTxt : '') +
|
|
(picTxt ? picUrlTxt : '') +
|
|
|
- ');height:' +
|
|
|
|
|
- rollHeight +
|
|
|
|
|
- 'px;'
|
|
|
|
|
|
|
+ ');height:calc(100vh - 200px)'
|
|
|
"
|
|
"
|
|
|
ref="imgContainer"
|
|
ref="imgContainer"
|
|
|
>
|
|
>
|
|
@@ -902,7 +900,9 @@ export default {
|
|
|
.wrapper-con {
|
|
.wrapper-con {
|
|
|
/* min-width 700px; */
|
|
/* min-width 700px; */
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+.main .content-wrapper{
|
|
|
|
|
+ padding: 0 !important;
|
|
|
|
|
+}
|
|
|
.defaultData {
|
|
.defaultData {
|
|
|
/* margin-left 20px; */
|
|
/* margin-left 20px; */
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
@@ -988,6 +988,7 @@ export default {
|
|
|
.ivu-mt {
|
|
.ivu-mt {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
|
|
|
+ margin-bottom: 10px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.iconfont-diy {
|
|
.iconfont-diy {
|
|
@@ -1000,9 +1001,7 @@ export default {
|
|
|
min-width: 1100px;
|
|
min-width: 1100px;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
|
- margin-bottom: 20px;
|
|
|
|
|
-
|
|
|
|
|
- /* height: 84.5vh; */
|
|
|
|
|
|
|
+ height: 100%;
|
|
|
.left {
|
|
.left {
|
|
|
min-width: 300px;
|
|
min-width: 300px;
|
|
|
max-width: 300px;
|
|
max-width: 300px;
|
|
@@ -1363,6 +1362,9 @@ export default {
|
|
|
|
|
|
|
|
/deep/ .ivu-card-body {
|
|
/deep/ .ivu-card-body {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
|
|
+ padding:0;
|
|
|
|
|
+ height: calc(100vh - 73px);
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.rbtn {
|
|
.rbtn {
|