Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
buildbank-replica
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
姚珂
buildbank-replica
Commits
38986e5d
Commit
38986e5d
authored
May 06, 2026
by
何波
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式整改
parent
64f6f433
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
account.html
account.html
+8
-0
calendar.css
calendar-plugin/calendar.css
+2
-0
No files found.
account.html
View file @
38986e5d
...
...
@@ -1345,12 +1345,20 @@ function openFilter(element) {
rightType
.
style
.
display
=
'none'
;
rightTypes
.
style
.
display
=
'inline-block'
;
conditionTB
.
style
.
display
=
'inline-block'
;
sendHeight
(
826
);
}
else
{
rightType
.
style
.
display
=
'inline-block'
;
rightTypes
.
style
.
display
=
'none'
;
conditionTB
.
style
.
display
=
'none'
;
sendHeight
(
581
);
}
}
function
sendHeight
(
h
)
{
window
.
parent
.
postMessage
({
type
:
'STATUS_HEIGHT'
,
value
:
h
},
'*'
);
}
function
searchOne
(
checkboxElement
)
{
if
(
checkboxElement
)
{
checkboxElement
.
checked
=
false
;
...
...
calendar-plugin/calendar.css
View file @
38986e5d
...
...
@@ -28,11 +28,13 @@
width
:
230px
;
font-family
:
system-ui
,
sans-serif
;
opacity
:
0
;
display
:
none
;
visibility
:
hidden
;
transition
:
opacity
0.15s
ease
,
visibility
0.15s
;
pointer-events
:
none
;
}
.calendar-plugin-popup.open
{
display
:
block
;
opacity
:
1
;
visibility
:
visible
;
pointer-events
:
auto
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment