Skip to content

Commit baf0e17

Browse files
committed
add icon
Signed-off-by: zhangtianli2006 <49156174+zhangtianli2006@users.noreply.github.com>
1 parent 45d9089 commit baf0e17

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/assets/css/theme.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,7 @@ a:hover {
6969
font-family: "Fira Code";
7070
color: #cc6666;
7171
}
72+
73+
.el-card {
74+
color: #606266;
75+
}

src/components/problem/content.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
</div>
5050
<div id="info">
5151
<el-card shadow="never">
52-
Information
52+
<div><i class="el-icon-info" /> Information </div>
5353
<el-divider class="divider">Name</el-divider>
5454
<div class="tool-content">{{title}}</div>
5555
<el-divider class="divider">PID</el-divider>
@@ -158,6 +158,7 @@ export default {
158158
}
159159
160160
#tools {
161+
width: 200px;
161162
padding: 20px;
162163
border: 1px solid #e4e7ed;
163164
}

0 commit comments

Comments
 (0)