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

zpc

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