#4107 V20230425.patch 垂直社区合入

Merged
ychao_1983 merged 9 commits from V20230425.patch into V20230517 1 year ago
  1. BIN
      public/img/ros-hmci/mbz612.png
  2. +5
    -6
      web_src/vuepages/pages/ros-hmci/views/CommunitySource.vue
  3. +1
    -1
      web_src/vuepages/pages/ros-hmci/views/HomePage.vue
  4. +1
    -1
      web_src/vuepages/pages/ros-hmci/views/OSSystem.vue
  5. +1
    -1
      web_src/vuepages/pages/ros-hmci/views/OpenApp.vue
  6. +5
    -1
      web_src/vuepages/pages/ros-hmci/views/OpenDataset.vue
  7. +1
    -0
      web_src/vuepages/pages/ros-hmci/views/OpenModel.vue

BIN
public/img/ros-hmci/mbz612.png View File

Before After
Width: 3840  |  Height: 1498  |  Size: 369 KiB Width: 3840  |  Height: 1498  |  Size: 606 KiB

+ 5
- 6
web_src/vuepages/pages/ros-hmci/views/CommunitySource.vue View File

@@ -820,7 +820,7 @@ export default {
}

.group_4 {
width: 483px;
width: 676px;
}

.text-wrapper_2 {
@@ -831,10 +831,10 @@ export default {
}

.text_15 {
border: solid 1px #caced8;
border: 1px solid #caced8;
padding: 7px 15px;
border-radius: 4px;
width: 442px;
border-radius: 4px 0 0 4px;
width: 602px;
background-color: #f6f9fb;
color: #757c8d;
}
@@ -842,13 +842,12 @@ export default {
.image_11 {
border-radius: 0 4px 4px 0;
width: 70px;
height: 34px;
height: 36px;
}

.pos_4 {
position: absolute;
right: 0;
bottom: 0;
}

.space-x-28>*:not(:first-child) {


+ 1
- 1
web_src/vuepages/pages/ros-hmci/views/HomePage.vue View File

@@ -2205,7 +2205,7 @@ export default {
color: #4d4d4d;
font-size: 13px;
font-family: Alibaba PuHuiTi;
font-weight: 300;
font-weight: 400;
line-height: 16px;
}



+ 1
- 1
web_src/vuepages/pages/ros-hmci/views/OSSystem.vue View File

@@ -587,7 +587,7 @@ export default {

async fetchRepos() {
try {
const apiUrl = '/explore/repos/search?q=ros-hmci-os&topic=&sort=mostpopular&pageSize=15&page=1';
const apiUrl = '/explore/repos/search?q=&topic=ros-hmci-os-xjykd&sort=mostpopular&pageSize=15&page=1';
const response = await axios.get(apiUrl);

// 如果返回值的Code为0,表示请求成功,将Repos数据赋值给data属性repos


+ 1
- 1
web_src/vuepages/pages/ros-hmci/views/OpenApp.vue View File

@@ -114,7 +114,7 @@ export default {
},
mounted() {
this.$nextTick(() => {
this.$refs.reposFiltersRef.setDefaultFilter(this.reposListSortType);
// this.$refs.reposFiltersRef.setDefaultFilter(this.reposListSortType);
this.$refs.searchBarRef.setDefaultSearch({
q: this.reposListQurey,
topic: this.reposListTopic,


+ 5
- 1
web_src/vuepages/pages/ros-hmci/views/OpenDataset.vue View File

@@ -5,7 +5,7 @@
<div class="ui container">
<div class="ui two column centered grid">
<div class="fourteen wide mobile ten wide tablet ten wide computer column ui form ignore-dirty">
<div class="ui fluid action input">
<div class="ui fluid action input datasetSearchInput">
<input name="q" value="" placeholder="搜索数据集" autofocus v-model="searchValue"
@keyup.enter="searchFlag = !searchFlag" />
<button class="ui green button" @click="searchFlag = !searchFlag">
@@ -249,6 +249,10 @@ export default {
padding: 20px 0 30px;
background-color: #f5f5f6;
}

.datasetSearch .datasetSearchInput input{
background-color: rgba(0, 0, 0, 0);
}
.mg-b-1 {
margin-bottom: 1rem;
}


+ 1
- 0
web_src/vuepages/pages/ros-hmci/views/OpenModel.vue View File

@@ -108,6 +108,7 @@ export default {
border-width: 1px;
border-style: solid;
border-radius: 5px 0px 0px 5px;
background-color: rgba(0,0,0,0);

&:focus {
border-color: #85b7d9;


Loading…
Cancel
Save