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