Merge branch 'main' of https://git.cityme.com.cn/xiangshan/ggfwjsc
This commit is contained in:
commit
e9c3003092
File diff suppressed because it is too large
Load Diff
|
@ -542,6 +542,7 @@ const tapshow = (parentId, childId) => {
|
|||
"老有康养",
|
||||
"住有宜居",
|
||||
"弱有众扶",
|
||||
// "体有所健",
|
||||
];
|
||||
// 检查 parentId 的第一个字符是否与 menuName 中的第一个字符匹配
|
||||
const firstChar = parentId.name.charAt(0);
|
||||
|
|
|
@ -931,8 +931,8 @@ const getData = () => {
|
|||
position: relative;
|
||||
span {
|
||||
position: absolute;
|
||||
left: 40px;
|
||||
top: 100px;
|
||||
left: 36px;
|
||||
top: 34%;
|
||||
font-weight: bold;
|
||||
font-size: 28px;
|
||||
color: #ffffff;
|
||||
|
|
Loading…
Reference in New Issue