From 66e40557505521f11ab251203ca98e843d87b9f8 Mon Sep 17 00:00:00 2001 From: Fine Date: Fri, 19 Aug 2022 17:46:24 +0800 Subject: [PATCH] update time range --- .../dashboard/related/network-profiling/Content.vue | 6 +++--- .../network-profiling/components/Schedules.vue | 11 +++++++++-- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/src/views/dashboard/related/network-profiling/Content.vue b/src/views/dashboard/related/network-profiling/Content.vue index 693a726d..026fae12 100644 --- a/src/views/dashboard/related/network-profiling/Content.vue +++ b/src/views/dashboard/related/network-profiling/Content.vue @@ -48,14 +48,14 @@ const networkProfilingStore = useNetworkProfilingStore(); .item { width: 100%; - height: calc(100% - 210px); + height: calc(100% - 50px); // background-color: #333840; position: relative; } .schedules { - height: 200px; + height: 40px; border-bottom: 1px solid #ccc; - padding-right: 10px; + padding: 8px; } diff --git a/src/views/dashboard/related/network-profiling/components/Schedules.vue b/src/views/dashboard/related/network-profiling/components/Schedules.vue index 6b6e7cae..67f76615 100644 --- a/src/views/dashboard/related/network-profiling/components/Schedules.vue +++ b/src/views/dashboard/related/network-profiling/components/Schedules.vue @@ -13,10 +13,17 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -->