@@ -139,6 +139,7 @@ onMounted(() => {
</el-form-item>
</el-form>
</div>
+ <p class="bot-tips">期货投资咨询业务批准文号:证监许可【2011】1446号</p>
</template>
@@ -163,7 +164,17 @@ onMounted(() => {
flex: 1;
padding-left: 20px;
padding-right: 20px;
- padding-bottom: 200px;
+ padding-top: 200px;
+ height: 100%;
+ position: relative;
+ .bot-tips{
+ position: absolute;
+ bottom: 30px;
+ left: 50%;
+ transform: translateX(-50%);
+ color: #C0C4CC;
+ font-size: 15px;
+ }
.form-content{
width: 600px;
margin: 0 auto;