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-precomposed" href="/apple-touch-icon.png" />
|
||||
<title>星程桑基图</title>
|
||||
<script type="module" crossorigin src="/assets/index-DIUEMw3N.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-DYmJNXML.css">
|
||||
<script type="module" crossorigin src="/assets/index-B_uNEf-M.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-B1z2IdMq.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
||||
@@ -285,14 +285,14 @@ body {
|
||||
}
|
||||
|
||||
.weixin-popover {
|
||||
position: absolute;
|
||||
top: calc(100% + 12px);
|
||||
right: 0;
|
||||
position: fixed;
|
||||
top: 70px;
|
||||
right: 16px;
|
||||
width: 180px;
|
||||
border: 1px solid var(--primary-7);
|
||||
border-radius: 12px;
|
||||
background: #fff;
|
||||
z-index: 10;
|
||||
z-index: 100;
|
||||
padding: 12px;
|
||||
text-align: center;
|
||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
|
||||
@@ -821,6 +821,16 @@ body {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.weixin-popover {
|
||||
top: 120px;
|
||||
right: 50%;
|
||||
transform: translateX(50%);
|
||||
}
|
||||
|
||||
.weixin-popover::before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user