|
@@ -1,6 +1,7 @@
|
|
<template>
|
|
<template>
|
|
<div class="sassPlatform">
|
|
<div class="sassPlatform">
|
|
- <backPage v-if="gotype" tit="表单管理"></backPage>
|
|
|
|
|
|
+ <backPage tit="表单管理"></backPage>
|
|
|
|
+ <!-- v-if="gotype" -->
|
|
<div class="sp_header">
|
|
<div class="sp_header">
|
|
<div class="sp_h_tagArea">
|
|
<div class="sp_h_tagArea">
|
|
<span :class="{tagActive:tagIndex==0}" style="margin-left: 10px;" @click="tagIndex = 0">应用中心</span>
|
|
<span :class="{tagActive:tagIndex==0}" style="margin-left: 10px;" @click="tagIndex = 0">应用中心</span>
|
|
@@ -242,7 +243,7 @@ export default {
|
|
|
|
|
|
.sp_bottom{
|
|
.sp_bottom{
|
|
width: 100%;
|
|
width: 100%;
|
|
- height: calc(100% - 70px);
|
|
|
|
|
|
+ /* height: calc(100% - 70px); */
|
|
display: flex;
|
|
display: flex;
|
|
}
|
|
}
|
|
|
|
|