Commit 347674db authored by zhengke's avatar zhengke

修改

parent b499a60a
...@@ -155,6 +155,22 @@ ...@@ -155,6 +155,22 @@
padding: 5px 10px; padding: 5px 10px;
align-items: center; align-items: center;
} }
.stics {
padding: 10px 20px;
background: #DDDEE0;
border-radius: 4px;
font-size: 13px;
color: #000000;
font-weight: bold
}
.stics .stics-name {
color: #2D2D2D;
font-weight: 600;
margin-right: 10px
}
</style> </style>
<template> <template>
<div class="page-body stuList"> <div class="page-body stuList">
......
...@@ -24,6 +24,22 @@ ...@@ -24,6 +24,22 @@
height: 40px; height: 40px;
background-color: rgb(238, 238, 239); background-color: rgb(238, 238, 239);
} }
.stics {
padding: 10px 20px;
background: #DDDEE0;
border-radius: 4px;
font-size: 13px;
color: #000000;
font-weight: bold
}
.stics .stics-name {
color: #2D2D2D;
font-weight: 600;
margin-right: 10px
}
</style> </style>
<template> <template>
<div class="page-body"> <div class="page-body">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment