Skip to content

Commit 61b4de8

Browse files
committed
perf: 优化服务监控和缓存监控页面,页边距保持一致
1 parent cd3d7c8 commit 61b4de8

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

ruoyi-fastapi-frontend/src/assets/styles/ruoyi.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,6 @@
194194
}
195195

196196
.card-box {
197-
padding-right: 15px;
198-
padding-left: 15px;
199197
margin-bottom: 10px;
200198
}
201199

ruoyi-fastapi-frontend/src/views/monitor/cache/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div class="app-container">
3-
<el-row>
3+
<el-row :gutter="10">
44
<el-col :span="24" class="card-box">
55
<el-card>
66
<div slot="header"><span><i class="el-icon-monitor"></i> 基本信息</span></div>

ruoyi-fastapi-frontend/src/views/monitor/server/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div class="app-container">
3-
<el-row>
3+
<el-row :gutter="10">
44
<el-col :span="12" class="card-box">
55
<el-card>
66
<div slot="header"><span><i class="el-icon-cpu"></i> CPU</span></div>

0 commit comments

Comments
 (0)