From e79fe08cd5cebecebe51758e0d21d8358e3084fd Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Fri, 08 Nov 2024 09:49:15 +0800
Subject: [PATCH] 样式优化
---
src/views/companyInfo/components/centerContainer.vue | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/views/companyInfo/components/centerContainer.vue b/src/views/companyInfo/components/centerContainer.vue
index ce6265d..57fc426 100644
--- a/src/views/companyInfo/components/centerContainer.vue
+++ b/src/views/companyInfo/components/centerContainer.vue
@@ -32,7 +32,7 @@
}
</script>
-
+
<template>
<div class="center-container">
<div class="center-container-title">
@@ -56,10 +56,11 @@
</div>
</div>
</template>
-
+
<style lang="scss" scoped >
.center-container {
margin: 10px auto;
+ margin-top: -30px;
color: #fff;
pointer-events: auto;
}
@@ -69,7 +70,7 @@
.center-name {
font-size: 30px;
margin: 10px 0;
- text-align: center;
+ margin-left: 15px;
font-family: YouSheBiaoTiHei;
}
--
Gitblit v1.9.3