Browse Source

代码格式整理

zxm
zhangxiaomeng 1 year ago
parent
commit
7f71c7bda1
  1. 7
      kcui/src/view/TWInfoXq.vue
  2. 5
      src/main/java/com/main/woka/Web/Controller/KcInfoController.java

7
kcui/src/view/TWInfoXq.vue

@ -24,7 +24,8 @@
<img src="../assets/img/twCircle.png" <img src="../assets/img/twCircle.png"
style="width: 0.9vw;height:0.9vw;object-fit: contain;float: right;margin-top: 7%;"> style="width: 0.9vw;height:0.9vw;object-fit: contain;float: right;margin-top: 7%;">
<div style="width: 55%;text-align: center;"> <div style="width: 55%;text-align: center;">
{{ item.name }}</div> {{ item.name }}
</div>
<img src="../assets/img/jiantou.png" <img src="../assets/img/jiantou.png"
style="width: 0.9vw;height:0.9vw;object-fit: contain;float: right;margin-top: 8%;"> style="width: 0.9vw;height:0.9vw;object-fit: contain;float: right;margin-top: 8%;">
</div> </div>
@ -42,7 +43,6 @@
</div> </div>
<div style="width: 100%;height: 3%;position: fixed;bottom: 0px;z-index: 100"> <div style="width: 100%;height: 3%;position: fixed;bottom: 0px;z-index: 100">
<foot></foot> <foot></foot>
</div> </div>
@ -54,6 +54,7 @@
import headInfo from "@/components/Head.vue"; import headInfo from "@/components/Head.vue";
import Foot from "@/components/Foot.vue"; import Foot from "@/components/Foot.vue";
import {getInfo} from "@/api/kcInfo"; import {getInfo} from "@/api/kcInfo";
export default { export default {
// eslint-disable-next-line vue/multi-word-component-names // eslint-disable-next-line vue/multi-word-component-names
name: 'TWInfoXq', name: 'TWInfoXq',
@ -193,6 +194,7 @@ export default {
margin-top: 7%; margin-top: 7%;
border-radius: 1vw; border-radius: 1vw;
} }
.contentTitle { .contentTitle {
width: 100%; width: 100%;
height: 8%; height: 8%;
@ -205,6 +207,7 @@ export default {
} }
.contentText { .contentText {
width: 96%; width: 96%;
height: 89%; height: 89%;

5
src/main/java/com/main/woka/Web/Controller/KcInfoController.java

@ -200,11 +200,6 @@ public class KcInfoController extends BaseController {
return AjaxResult.error(); return AjaxResult.error();
} }

Loading…
Cancel
Save