Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CFFP-HB
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chao Sun
CFFP-HB
Commits
e00d955a
Commit
e00d955a
authored
Jul 14, 2025
by
Sweet Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
发出邀请样式适配
parent
259e4f4b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
4 deletions
+7
-4
components/eSignature/eSignature.vue
+1
-1
package-lock.json
+0
-0
package.json
+3
-1
pages/inviteJoin/inviteJoin.vue
+3
-2
No files found.
components/eSignature/eSignature.vue
View file @
e00d955a
...
@@ -450,7 +450,7 @@
...
@@ -450,7 +450,7 @@
};
};
</
script
>
</
script
>
<
style
lang=
"
le
ss"
scoped
>
<
style
lang=
"
sc
ss"
scoped
>
.signature-box
{
.signature-box
{
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
...
...
package-lock.json
View file @
e00d955a
This diff is collapsed.
Click to expand it.
package.json
View file @
e00d955a
...
@@ -19,7 +19,9 @@
...
@@ -19,7 +19,9 @@
"
dayjs
"
:
"^1.11.13"
,
"
dayjs
"
:
"^1.11.13"
,
"
echarts
"
:
"^5.4.1"
,
"
echarts
"
:
"^5.4.1"
,
"
js-sha256
"
:
"^0.11.1"
,
"
js-sha256
"
:
"^0.11.1"
,
"
less
"
:
"^4.3.0"
,
"
nanoid
"
:
"^4.0.0"
"
nanoid
"
:
"^4.0.0"
},
"devDependencies"
:
{
"
less
"
:
"^4.3.0"
}
}
}
}
pages/inviteJoin/inviteJoin.vue
View file @
e00d955a
...
@@ -535,9 +535,10 @@
...
@@ -535,9 +535,10 @@
.sendInvite
{
.sendInvite
{
position
:
absolute
;
position
:
absolute
;
left
:
20vw
;
left
:
0
;
top
:
80%
;
top
:
80%
;
width
:
60vw
;
width
:
60%
;
transform
:
translateX
(
30%
);
border-radius
:
80
rpx
;
border-radius
:
80
rpx
;
background-color
:
#20269B
;
background-color
:
#20269B
;
color
:
#fff
;
color
:
#fff
;
...
...
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