* Adjust tabbar style of devops module.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#accountCreateForm .form-row {max-width: 500px;}
|
||||
|
||||
#mainNavbar .nav {justify-content: left;}
|
||||
#mainNavbar>.container {padding-top: 8px}
|
||||
#mainNavbar .nav {justify-content: left; position: relative; left: -12px; top: -4px;}
|
||||
#mainNavbar {background: none;}
|
||||
#mainNavbar .nav-item>a {padding-right: 0.5rem}
|
||||
#mainNavbar .nav-item>.active {color: unset; font-weight: 700;}
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
#status {flex-direction: row;}
|
||||
#hostCreateForm .form-row:last-child {width: 66%;}
|
||||
|
||||
#mainNavbar .nav {justify-content: left;}
|
||||
#mainNavbar>.container {padding-top: 8px}
|
||||
#mainNavbar .nav {justify-content: left; position: relative; left: -12px; top: -4px;}
|
||||
#mainNavbar {background: none;}
|
||||
#mainNavbar .nav-item>a {padding-right: 0.5rem}
|
||||
#mainNavbar .nav-item>.active {color: unset; font-weight: 700;}
|
||||
|
||||
@@ -55,7 +55,7 @@ detailHeader(
|
||||
);
|
||||
div
|
||||
(
|
||||
setClass('flex flex-normal gap-x-5'),
|
||||
setClass('flex flex-normal gap-x-5 justify-center'),
|
||||
div
|
||||
(
|
||||
setClass('basis-2/3'),
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
#monacoTabs .tab-nav-item .icon {line-height: inherit;}
|
||||
#monacoTabs {overflow: hidden; padding-bottom: 10px; position: relative; height: 100%;}
|
||||
#monacoTabs > .nav-tabs {position: absolute; display: flex; padding-right: 20px;}
|
||||
#fileTabs .arrow-left, #fileTabs .arrow-right {line-height: 26px; padding: 6px; width: 26px; background: #efefef; cursor: pointer;}
|
||||
#fileTabs .arrow-left, #fileTabs .arrow-right {line-height: 27px; padding: 6px; width: 26px; background: #efefef; cursor: pointer;}
|
||||
#fileTabs .arrow-right {right: 40px; cursor: pointer;}
|
||||
#monacoTabs ul {min-width: 100%; padding-left: 25px; z-index: 1;}
|
||||
#monacoTabs .tab-content {margin-top: 40px;}
|
||||
|
||||
@@ -4,7 +4,7 @@ $lang->mr->common = "合并请求";
|
||||
$lang->mr->server = "服务器";
|
||||
$lang->mr->view = "概况";
|
||||
$lang->mr->viewAction = "{$lang->mr->common}详情";
|
||||
$lang->mr->create = "提{$lang->mr->common}";
|
||||
$lang->mr->create = "创建{$lang->mr->common}";
|
||||
$lang->mr->apiCreate = "接口:创建{$lang->mr->common}";
|
||||
$lang->mr->browse = "浏览{$lang->mr->common}";
|
||||
$lang->mr->browseAction = "{$lang->mr->common}列表";
|
||||
|
||||
@@ -7,8 +7,10 @@
|
||||
.osOpsList>a.active:hover, .osOpsList>a:hover {color: #fff; background-color: #2e7fff;}
|
||||
.ops-ml-0 {margin-left: 0!important;}
|
||||
|
||||
#mainNavbar .nav {justify-content: left;}
|
||||
#mainNavbar>.container {padding-top: 8px}
|
||||
#mainNavbar .nav {justify-content: left; position: relative; left: -12px; top: -4px;}
|
||||
#mainNavbar {background: none;}
|
||||
#mainNavbar .nav-item>a {padding-right: 0.5rem}
|
||||
#mainNavbar .nav-item>.active {color: unset; font-weight: 700;}
|
||||
#mainNavbar .nav-item>a.active:after {position: absolute; content: ''; border-bottom: 2px solid #2e7fff; inset: 0 6px 0 15px;}
|
||||
.panel-form{max-width: inherit;}
|
||||
@@ -532,7 +532,7 @@ class repo extends control
|
||||
* @access public
|
||||
* @return void
|
||||
*/
|
||||
public function browse($repoID = 0, $branchID = '', $objectID = 0, $path = '', $revision = 'HEAD', $refresh = 0, $branchOrTag = 'branch', $type = 'dir', $recTotal = 0, $recPerPage = 10, $pageID = 1)
|
||||
public function browse($repoID = 0, $branchID = '', $objectID = 0, $path = '', $revision = 'HEAD', $refresh = 0, $branchOrTag = 'branch', $type = 'dir', $recTotal = 0, $recPerPage = 20, $pageID = 1)
|
||||
{
|
||||
$repoID = $this->repo->saveState($repoID, $objectID);
|
||||
$originBranchID = $branchID;
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
#monacoTabs .tab-nav-item .icon {line-height: inherit;}
|
||||
#monacoTabs {overflow: hidden; position: relative; height: 100%;}
|
||||
#monacoTabs > .nav-tabs {position: absolute; display: flex; padding-right: 20px;}
|
||||
#fileTabs .arrow-left, #fileTabs .arrow-right {line-height: 26px; padding: 6px; width: 26px; background: #efefef; cursor: pointer;}
|
||||
#fileTabs .arrow-left, #fileTabs .arrow-right {line-height: 27px; padding: 6px; width: 26px; background: #efefef; cursor: pointer;}
|
||||
#fileTabs .arrow-right {right: 40px; cursor: pointer;}
|
||||
#monacoTabs ul {min-width: 100%; padding-left: 25px; z-index: 1;}
|
||||
#monacoTabs .tab-content {margin-top: 40px;}
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#serverroomCreateForm .form-row {width: 600px;}
|
||||
|
||||
#mainNavbar .nav {justify-content: left;}
|
||||
#mainNavbar>.container {padding-top: 8px}
|
||||
#mainNavbar .nav {justify-content: left; position: relative; left: -12px; top: -4px;}
|
||||
#mainNavbar {background: none;}
|
||||
#mainNavbar .nav-item>a {padding-right: 0.5rem}
|
||||
#mainNavbar .nav-item>.active {color: unset; font-weight: 700;}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#mainNavbar .nav {justify-content: left;}
|
||||
#mainNavbar>.container {padding-top: 8px}
|
||||
#mainNavbar .nav {justify-content: left; position: relative; left: -12px; top: -4px;}
|
||||
#mainNavbar {background: none;}
|
||||
#mainNavbar .nav-item>a {padding-right: 0.5rem}
|
||||
#mainNavbar .nav-item>.active {color: unset; font-weight: 700;}
|
||||
|
||||
Reference in New Issue
Block a user