Browse Source

fix issue

tags/v1.21.12.1
zhoupzh 4 years ago
parent
commit
87750b91fc
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      web_src/js/components/EditAboutInfo.vue
  2. +1
    -1
      web_src/less/openi.less

+ 1
- 1
web_src/js/components/EditAboutInfo.vue View File

@@ -70,7 +70,7 @@ export default {
this.info.desc = el;
},
getWeb() {
const el = $('a.link').text();
const el = $('a.link.edit-link').text();
this.info.index_web = el;
},
getRepoName() {


+ 1
- 1
web_src/less/openi.less View File

@@ -256,7 +256,7 @@ display: block;
display: none;
position: absolute;
background-color: #ffffff;
min-width: 160px;
min-width: 180px;
z-index: 999;
border: 1px solid transparent;
border-color: #d4d4d5;


Loading…
Cancel
Save