Compare commits

..

No commits in common. "aa5f5f9bc66fa436e87c50a5421c60f49954adc1" and "a7ce5526fdfee292a7b44d5e02da2f2001b3fc22" have entirely different histories.

3 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@
<!-- 中心调研表 -->
{{ $t('trials:researchForm:title:question') }}
</h2>
<!-- <TopLang style="position: fixed;top: 40px;right: 40px" /> -->
<TopLang style="position: fixed;top: 40px;right: 40px" />
<div style="display: flex;justify-content: space-between;">
<div>{{ $t('trials:researchForm:title:researchSurveyStatus') }} <el-tag>{{ $fd('ResearchRecord', state) }}</el-tag></div>
<div>

View File

@ -4,7 +4,7 @@
<h2 style="text-align:center;">
<!-- 中心调研表 -->
{{ $t('trials:researchForm:title:question') }}
<!-- <TopLang style="position: fixed;top: 40px;right: 40px" /> -->
<TopLang style="position: fixed;top: 40px;right: 40px" />
</h2>
<el-card shadow="hover">
<el-form

View File

@ -1,14 +1,14 @@
<template>
<div v-loading="pageLoading" style="height:100%;display:flex;flex-direction: column;">
<div style="height:50px">
<!-- <div style="text-align:right;">
<div style="text-align:right;">
<el-switch
v-model="isEnglish"
active-text="EN"
inactive-text="中文"
style="margin-right:20px;"
/>
</div> -->
</div>
<div style="text-align:center;">
<h3>{{ title }}</h3>
</div>