各模块样式等布局优化,运行分析接口联调

This commit is contained in:
ym1026
2025-09-12 16:27:06 +08:00
parent 1a66c87a5a
commit 52f016d3ea
28 changed files with 442 additions and 526 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="onLine">
<div class="operationlInfo">
<div class="content">
<div v-for="item in list" :key="item.key" :class="`item ${item.class}`">
<a-image :preview="false" :src="item.iconPath" :width="50" class="left"> </a-image>
@@ -101,7 +101,7 @@ export default {
</script>
<style lang="scss" scoped>
.onLine {
.operationlInfo {
height: calc(100% - 45px);
display: flex;
justify-content: center;
@@ -112,7 +112,7 @@ export default {
.content {
flex-wrap: wrap;
width: 100%;
width: 90%;
display: flex;
align-items: center;
justify-content: space-around;