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 中的第一个字符匹配
|
// 检查 parentId 的第一个字符是否与 menuName 中的第一个字符匹配
|
||||||
const firstChar = parentId.name.charAt(0);
|
const firstChar = parentId.name.charAt(0);
|
||||||
|
|
|
@ -931,8 +931,8 @@ const getData = () => {
|
||||||
position: relative;
|
position: relative;
|
||||||
span {
|
span {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 40px;
|
left: 36px;
|
||||||
top: 100px;
|
top: 34%;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 28px;
|
font-size: 28px;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
|
Loading…
Reference in New Issue