From e5373722e30a8d33070a8ea9c304836673893d93 Mon Sep 17 00:00:00 2001 From: guochuyicmri Date: Wed, 3 Apr 2019 18:13:54 +0800 Subject: Modify the overall code lincence and comments Change-Id: I821814d97f9e8b8b683d0a2850ea73a104118fd9 Issue-ID: USECASEUI-212 Signed-off-by: guochuyicmri --- usecaseui-portal/src/styles.less | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'usecaseui-portal/src/styles.less') diff --git a/usecaseui-portal/src/styles.less b/usecaseui-portal/src/styles.less index 2dfe224d..7c17ab29 100644 --- a/usecaseui-portal/src/styles.less +++ b/usecaseui-portal/src/styles.less @@ -1,5 +1,5 @@ /* You can add global styles to this file, and also import other style files */ -// 下拉框背景hover状态颜色 +// Drop-down box background hover status color .ant-dropdown-menu { .ant-dropdown-menu-item:hover, .ant-dropdown-menu-submenu-title:hover { background-color: #3fa8eb; @@ -8,10 +8,10 @@ } } } -// 表格每页条数选项单位置 +// Table per page number of menu positions nz-table { .ant-table-thead > tr > th { - color: rgba(60, 79, 140, 0.5); //标题字体颜色 + color: rgba(60, 79, 140, 0.5); //Title font color background-color: #F7F8FC; border-bottom: 0px solid #e8e8e8; } @@ -68,7 +68,7 @@ nz-table { } } -// 详情页迷你表格样式 +// Detail page mini table style .detailInformatioin { nz-table { .ant-table-small { @@ -98,14 +98,14 @@ nz-table { } } -// 日期选择插件背景颜色 +// Date selection plugin background color .ant-calendar-picker { .ant-input { background-color: #eceff4; border-color: #9fa9ab; } } -// 分页每页条数选项单位置 +// Pages per page number of menu positions nz-pagination { ul { .ant-pagination-options { @@ -195,7 +195,7 @@ body { } } -// D版本更改背景颜色修改 +// D Version change background color modification nz-layout { .ant-layout { background:#F7F8FC; @@ -205,8 +205,8 @@ nz-layout { padding: 0px !important; } } -// onboard-vnf-vm页面调整 -// 头部导航 +// onboard-vnf-vm Page adjustment +// Head navigation .ant-tabs-bar { box-shadow: 0 2px 23px 0 rgba(0, 0, 0, 0.1), 0 2px 49px 0 rgba(0, 0, 0, 0.06); border-bottom:none !important; @@ -219,7 +219,7 @@ nz-layout { .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-nav-container { height: 55px !important; } -// 头部导航按钮 +// Head navigation button .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab { background-color: #fff !important; border: 1px solid #fff !important; @@ -267,7 +267,7 @@ nz-range-picker { //2019.01.21 add services-list.component.html -//creat框 +//creat nz-modal { .ant-modal { height: 628px; -- cgit 1.2.3-korg