Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
schbrain-archetype-initializer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tools
schbrain-archetype-initializer
Commits
c88197bd
Commit
c88197bd
authored
Mar 20, 2022
by
liaozan
🏀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update stylesheet
parent
770a7258
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
7 deletions
+16
-7
initializer-ui/src/components/BackendStarter.vue
initializer-ui/src/components/BackendStarter.vue
+16
-7
No files found.
initializer-ui/src/components/BackendStarter.vue
View file @
c88197bd
<
template
>
<div
class=
"form"
>
<p
class=
"form-title"
>
项目初始代码生成
</p>
<div
class=
"form-div "
>
<label
class=
"form-label"
for=
"input-packageName"
>
GitlabUrl
</label>
<input
id=
"input-gitlabUrl"
v-model=
"form.gitlabUrl"
class=
"form-input"
type=
"text"
>
...
...
@@ -81,17 +84,21 @@ export default {
text-align
:
center
;
margin-left
:
auto
;
margin-right
:
auto
;
margin-top
:
50px
;
max-width
:
500px
;
background
:
#FFF
;
padding
:
30px
30px
20px
30px
;
box-shadow
:
rgba
(
187
,
187
,
187
,
1
)
0
0
20px
-1px
;
-webkit-box-shadow
:
rgba
(
187
,
187
,
187
,
1
)
0
0
20px
-1px
;
font
:
12px
Arial
,
Helvetica
,
sans-serif
;
color
:
#666
;
font
:
14px
Arial
,
Helvetica
,
sans-serif
;
border-radius
:
10px
;
-webkit-border-radius
:
10px
;
}
.form-title
{
font-size
:
20px
;
}
.form-div
{
display
:
flex
;
align-items
:
center
;
...
...
@@ -99,7 +106,6 @@ export default {
}
.form-label
{
alignment
:
left
;
width
:
150px
;
}
...
...
@@ -107,17 +113,20 @@ export default {
color
:
#555
;
width
:
100%
;
padding
:
3px
0
3px
5px
;
margin-top
:
2
px
;
margin-top
:
10
px
;
margin-right
:
6px
;
margin-bottom
:
1
6
px
;
border
:
1px
solid
#
e5e5e5
;
margin-bottom
:
1
0
px
;
border
:
1px
solid
#
9a9191
;
background
:
transparent
;
height
:
25px
;
line-height
:
15px
;
outline
:
0
;
border-radius
:
10px
;
-webkit-border-radius
:
10px
;
}
.form-submit
{
margin-top
:
10px
;
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#ff5bb0
),
color-stop
(
1
,
#ef027d
));
border-radius
:
9px
;
-webkit-border-radius
:
9px
;
...
...
@@ -131,7 +140,7 @@ export default {
line-height
:
30px
;
width
:
100px
;
text-decoration
:
none
;
text-align
:
center
;
text-shadow
:
1px
1px
0
#c70067
;
cursor
:
pointer
;
}
</
style
>
\ No newline at end of file
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