diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2019-08-23 11:33:22 +0800 |
---|---|---|
committer | cyuamber <xuranyjy@chinamobile.com> | 2019-08-23 11:33:40 +0800 |
commit | 5d9b41e5bf84926b2896231f17d3408fee0bf918 (patch) | |
tree | f47de0760d0d66657963d3d68662a7e703a4abc8 /usecaseui-portal/src/app/views/home/home.component.less | |
parent | bda50f637b486e1177e95309914d964ecc91a402 (diff) |
feat: home page code optimization
Change-Id: I9b8d91cad2ce1a558a561fe48aeec6da52e7563c
Issue-ID: USECASEUI-307
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/views/home/home.component.less')
-rw-r--r-- | usecaseui-portal/src/app/views/home/home.component.less | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/usecaseui-portal/src/app/views/home/home.component.less b/usecaseui-portal/src/app/views/home/home.component.less index 9e768cf7..affe4765 100644 --- a/usecaseui-portal/src/app/views/home/home.component.less +++ b/usecaseui-portal/src/app/views/home/home.component.less @@ -13,17 +13,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -// .title { -// font: 700 18px/18px "思源黑体"; -// color: #4c5e70; -// margin-bottom: 18px; -// } -// hr { -// border: none; -// height: 2px; -// background-color: #dce1e7; -// margin-bottom: 20px; -// } + .content { padding: 20px 20px; overflow: hidden; @@ -254,7 +244,7 @@ right: 12px; } } - //下拉框中的样式在style.less中,下拉框是在body中额外临时生成的 + //The style in the drop-down box is in style.less, and the drop-down box is extra temporary generated in the body. } #pfVmChartLine { width: 100%; |