mirror of https://github.com/langgenius/dify.git
Fix invite member template (#22782)
This commit is contained in:
parent
a2048fd0f4
commit
366d42d9c0
|
|
@ -45,8 +45,7 @@
|
|||
line-height: 120%; /* 28.8px */
|
||||
}
|
||||
.button {
|
||||
display: inline-block;
|
||||
width: 480px;
|
||||
display: block;
|
||||
padding: 8px 12px;
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
}
|
||||
.container {
|
||||
width: 504px;
|
||||
height: 444px;
|
||||
min-height: 444px;
|
||||
margin: 40px auto;
|
||||
padding: 0 48px;
|
||||
background-color: #fcfcfd;
|
||||
|
|
@ -31,8 +31,7 @@
|
|||
height: auto;
|
||||
}
|
||||
.button {
|
||||
display: inline-block;
|
||||
width: 480px;
|
||||
display: block;
|
||||
padding: 8px 12px;
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
|
|
|
|||
|
|
@ -28,11 +28,10 @@
|
|||
|
||||
.header img {
|
||||
max-width: 63px;
|
||||
height: auto;
|
||||
min-height: auto;
|
||||
}
|
||||
.button {
|
||||
display: inline-block;
|
||||
width: 480px;
|
||||
display: block;
|
||||
padding: 8px 12px;
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
}
|
||||
.container {
|
||||
width: 504px;
|
||||
height: 444px;
|
||||
min-height: 444px;
|
||||
margin: 40px auto;
|
||||
padding: 0 48px;
|
||||
background-color: #fcfcfd;
|
||||
|
|
@ -31,8 +31,7 @@
|
|||
height: auto;
|
||||
}
|
||||
.button {
|
||||
display: inline-block;
|
||||
width: 480px;
|
||||
display: block;
|
||||
padding: 8px 12px;
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
}
|
||||
.container {
|
||||
width: 504px;
|
||||
height: 444px;
|
||||
min-height: 444px;
|
||||
margin: 40px auto;
|
||||
padding: 0 48px;
|
||||
background-color: #fcfcfd;
|
||||
|
|
@ -31,8 +31,7 @@
|
|||
height: auto;
|
||||
}
|
||||
.button {
|
||||
display: inline-block;
|
||||
width: 480px;
|
||||
display: block;
|
||||
padding: 8px 12px;
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
|
|
|
|||
Loading…
Reference in New Issue