diff --git a/public/static/css/main.css b/public/static/css/main.css index f3466b4e..30df5463 100644 --- a/public/static/css/main.css +++ b/public/static/css/main.css @@ -4483,7 +4483,7 @@ button:focus { background-color: #f0f0f0; } .bottomBloder{ - border-bottom: 1px solid rgb(204,205,215); + border-bottom: 0.5px solid rgb(204,205,215); } .yiyun_Headtitle_center{ margin:0 24px; @@ -7410,7 +7410,7 @@ button.yiyuntitle.nowFolderName{ /* box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2); */ text-align: center; line-height: 37px; - padding: 0 16px; + padding: 0 10px; border: 0; font-weight: 400; font-family: PingFang SC; @@ -7418,6 +7418,7 @@ button.yiyuntitle.nowFolderName{ margin-right: 11px; position: relative; top: 2px; + left: 8px; } .shadowbtn{ box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2); diff --git a/src/views/main_web/watchall/components/EchartLineItem.vue b/src/views/main_web/watchall/components/EchartLineItem.vue index 03ae325e..7bbf1726 100644 --- a/src/views/main_web/watchall/components/EchartLineItem.vue +++ b/src/views/main_web/watchall/components/EchartLineItem.vue @@ -2,7 +2,7 @@