Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
mycard
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
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
syntax_j
mycard
Commits
e02a90ba
Commit
e02a90ba
authored
Aug 22, 2021
by
神楽坂玲奈
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
0c968264
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
app/ygopro.component.css
app/ygopro.component.css
+10
-0
app/ygopro.component.html
app/ygopro.component.html
+2
-2
No files found.
app/ygopro.component.css
View file @
e02a90ba
...
...
@@ -67,6 +67,16 @@
padding-left
:
0px
;
}
.small-gutters
>
.col-sm-4
{
flex
:
0
0
40%
;
max-width
:
40%
;
}
.small-gutters
>
.col-sm-8
{
flex
:
0
0
60%
;
max-width
:
60%
;
}
dl
{
margin-bottom
:
0
;
}
...
...
app/ygopro.component.html
View file @
e02a90ba
...
...
@@ -18,13 +18,13 @@
</div>
<div
class=
"row small-gutters"
>
<div
class=
"col-sm-
5
input-group input-group-sm"
>
<div
class=
"col-sm-
4
input-group input-group-sm"
>
<label
i18n
class=
"input-group-addon"
id=
"server-label"
>
环境
</label>
<select
class=
"form-control form-control-sm"
id=
"selectServer"
name=
"server"
[disabled]=
"!appsService.allReady(app)"
[(ngModel)]=
"currentServer"
>
<option
*ngFor=
"let server of selectableServers"
[ngValue]=
"server"
>
{{server.name}}
</option>
</select>
</div>
<div
class=
"col-sm-
7
input-group input-group-sm"
>
<div
class=
"col-sm-
8
input-group input-group-sm"
>
<label
i18n
class=
"input-group-addon"
id=
"basic-addon1"
>
卡组
</label>
<select
class=
"form-control form-control-sm"
id=
"exampleSelect1"
name=
"deck"
[(ngModel)]=
"current_deck"
>
<option
*ngFor=
"let deck of decks"
[ngValue]=
"deck"
>
{{deck}}
</option>
...
...
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