mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
修改
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="search-item">
|
||||
<div style="margin-top:10px; display: flex;">
|
||||
<div style="margin-top:10px; display: flex;margin-bottom:24px;">
|
||||
<div style="line-height: 25px;padding-right: 10px;">
|
||||
<!-- <img class="orgaicon" :src="`${webBaseUrl}/images/orgaimg.png`" alt=""> -->
|
||||
<span class="item-title" >组织领域</span>
|
||||
@@ -890,10 +890,11 @@ export default {
|
||||
.field{
|
||||
display: flex;
|
||||
div{
|
||||
margin-right: 25px;
|
||||
font-size: 16px;
|
||||
padding: 0 15px;
|
||||
font-size: 14px;
|
||||
line-height: 25px;
|
||||
color: #333;
|
||||
color: #3d3d3d;
|
||||
font-weight: 500;
|
||||
}
|
||||
.fieldactive{
|
||||
color: #387DF7;
|
||||
@@ -1224,6 +1225,7 @@ export default {
|
||||
}
|
||||
.search-item {
|
||||
cursor: pointer;
|
||||
// margin-bottom: 10px;
|
||||
// padding: 10px 0;
|
||||
}
|
||||
// .search-item:not(:last-child) {
|
||||
|
||||
Reference in New Issue
Block a user