修改ui
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<!--
|
||||
* @Author: zhp
|
||||
* @Date: 2024-05-10 11:10:54
|
||||
* @LastEditTime: 2024-06-05 09:49:46
|
||||
* @LastEditTime: 2024-07-09 15:09:27
|
||||
* @LastEditors: zhp
|
||||
* @Description:
|
||||
-->
|
||||
@@ -20,12 +20,12 @@
|
||||
</left-container>
|
||||
</section>
|
||||
<section class="bottom flex">
|
||||
<right-container class="fto-involve" title="FTO投入">
|
||||
<bottom-right-container class="fto-involve" title="FTO投入">
|
||||
<fto-invest :period="period" :than="than" />
|
||||
</right-container>
|
||||
<left-container class="chip-involve" title="芯片投入" icon="chip">
|
||||
</bottom-right-container>
|
||||
<bottom-left-container class="chip-involve" title="芯片投入" icon="chip">
|
||||
<chip-invest :period="period" :than="than" />
|
||||
</left-container>
|
||||
</bottom-left-container>
|
||||
</section>
|
||||
</div>
|
||||
</template>
|
||||
@@ -34,7 +34,8 @@
|
||||
import twoContainer from "@/views/copilot/components/twoContainer.vue";
|
||||
import leftContainer from "@/views/copilot/components/leftContainer.vue";
|
||||
import rightContainer from "@/views/copilot/components/rightContainer.vue";
|
||||
|
||||
import bottomRightContainer from "@/views/copilot/components/bottomRightContainer.vue";
|
||||
import bottomLeftContainer from "@/views/copilot/components/bottomLeftContainer.vue";
|
||||
import StdOutput from "./components/StdOutput.vue";
|
||||
import ChipOutput from "./components/ChipOutput.vue";
|
||||
import FtoInvest from "./components/FtoInvest.vue";
|
||||
@@ -45,6 +46,8 @@ export default {
|
||||
name: "YieldCopilot",
|
||||
components: {
|
||||
DbContainer: twoContainer,
|
||||
bottomRightContainer,
|
||||
bottomLeftContainer,
|
||||
leftContainer,
|
||||
rightContainer,
|
||||
StdOutput,
|
||||
|
||||
Reference in New Issue
Block a user