update at 2026-02-14 15:49:09
This commit is contained in:
1
dist/assets/index-B1z2IdMq.css
vendored
Normal file
1
dist/assets/index-B1z2IdMq.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/assets/index-DYmJNXML.css
vendored
1
dist/assets/index-DYmJNXML.css
vendored
File diff suppressed because one or more lines are too long
4
dist/index.html
vendored
4
dist/index.html
vendored
@@ -7,8 +7,8 @@
|
|||||||
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
||||||
<link rel="apple-touch-icon-precomposed" href="/apple-touch-icon.png" />
|
<link rel="apple-touch-icon-precomposed" href="/apple-touch-icon.png" />
|
||||||
<title>星程桑基图</title>
|
<title>星程桑基图</title>
|
||||||
<script type="module" crossorigin src="/assets/index-DIUEMw3N.js"></script>
|
<script type="module" crossorigin src="/assets/index-B_uNEf-M.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-DYmJNXML.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-B1z2IdMq.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
|
|||||||
@@ -285,14 +285,14 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.weixin-popover {
|
.weixin-popover {
|
||||||
position: absolute;
|
position: fixed;
|
||||||
top: calc(100% + 12px);
|
top: 70px;
|
||||||
right: 0;
|
right: 16px;
|
||||||
width: 180px;
|
width: 180px;
|
||||||
border: 1px solid var(--primary-7);
|
border: 1px solid var(--primary-7);
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
z-index: 10;
|
z-index: 100;
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
|
||||||
@@ -821,6 +821,16 @@ body {
|
|||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.weixin-popover {
|
||||||
|
top: 120px;
|
||||||
|
right: 50%;
|
||||||
|
transform: translateX(50%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.weixin-popover::before {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|||||||
Reference in New Issue
Block a user