add show list methods
This commit is contained in:
parent
4f9a2237a1
commit
27369c00b3
5 changed files with 320 additions and 681 deletions
|
@ -14,15 +14,22 @@
|
|||
font-weight: normal;
|
||||
font-family: 'Open Sans', sans-serif !important;
|
||||
}
|
||||
.min-methods .list .compact-method .access{}
|
||||
.min-methods .list .compact-method .access{
|
||||
padding-right: 10px;
|
||||
}
|
||||
.min-methods .list .compact-method .name{
|
||||
color: #0137ff;
|
||||
font-size: 24px;
|
||||
font-weight: normal;
|
||||
display: inline-block;
|
||||
min-width: 70px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.min-methods .list .compact-method .params {
|
||||
}
|
||||
|
||||
.min-methods .list .compact-method .param {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -34,12 +41,14 @@
|
|||
.min-methods .list .compact-method .param .type .left-quad-bracket{}
|
||||
.min-methods .list .compact-method .param .type .name{
|
||||
color: #3d7700;
|
||||
font-size: 20px;
|
||||
font-size: 19px;
|
||||
min-width: initial;
|
||||
}
|
||||
.min-methods .list .compact-method .param .type .right-quad-bracket{}
|
||||
.min-methods .list .compact-method .param .name{
|
||||
color: #383838;
|
||||
font-size: 20px;
|
||||
min-width: initial;
|
||||
}
|
||||
|
||||
.min-methods .list .compact-method .returns{}
|
||||
|
@ -50,4 +59,5 @@
|
|||
color: #5aa30e;
|
||||
font-size: 20px;
|
||||
font-weight: normal;
|
||||
min-width: initial;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue