!990 优化服务监控和缓存监控页面,页边距保持一致

Merge pull request !990 from NewYoung208/master
pull/991/head
若依 2025-03-04 11:18:04 +00:00 committed by Gitee
commit 89ab3bd058
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 355 additions and 357 deletions

View File

@ -194,8 +194,6 @@
}
.card-box {
padding-right: 15px;
padding-left: 15px;
margin-bottom: 10px;
}

View File

@ -1,6 +1,6 @@
<template>
<div class="app-container">
<el-row>
<el-row :gutter="10">
<el-col :span="24" class="card-box">
<el-card>
<div slot="header"><span><i class="el-icon-monitor"></i> 基本信息</span></div>

View File

@ -1,6 +1,6 @@
<template>
<div class="app-container">
<el-row>
<el-row :gutter="10">
<el-col :span="12" class="card-box">
<el-card>
<div slot="header"><span><i class="el-icon-cpu"></i> CPU</span></div>