提交 c3e6bdc2 编写于 作者: zhangpingchuan's avatar zhangpingchuan

zpc

上级 2ed39f9c
...@@ -34,18 +34,6 @@ TARGET=PSSYSAPP ...@@ -34,18 +34,6 @@ TARGET=PSSYSAPP
</a-layout-content> </a-layout-content>
</a-layout> </a-layout>
</a-layout> </a-layout>
<div class="app-setting">
<a-icon type="setting" @click="showModal" />
</div>
<a-modal :title="$t('moresetting')" v-model="visible" @ok="handleOk">
<div class="current-langue">
<span>{{$t('changelanguage')}}</span>
<a-radio-group v-model="curLangue" @change="handleChange">
<a-radio-button value="zh">{{$t('chinese')}}</a-radio-button>
<a-radio-button value="en">{{$t('english')}}</a-radio-button>
</a-radio-group>
</div>
</a-modal>
</div> </div>
</a-locale-provider> </a-locale-provider>
</template> </template>
...@@ -139,16 +127,4 @@ export default { ...@@ -139,16 +127,4 @@ export default {
text-align: center; text-align: center;
margin: 16px; margin: 16px;
} }
.app-setting {
position: fixed;
top: 30%;
right: 8px;
font-size: 24px;
cursor: pointer;
}
.current-langue {
display: flex;
justify-content: space-between;
align-items: center;
}
</style> </style>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册