Skip to content

Commit

Permalink
fix css crash.
Browse files Browse the repository at this point in the history
  • Loading branch information
625781186 committed Jan 29, 2020
1 parent fb29e9b commit b4bb9c9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ github 备忘录 : 管理github的star过的项目.
#### 缺陷:

<h3 style="color:red">需要翻墙!!!</h3>

1. 部分vuetify 样式 与github冲突 ;
2. 需要用额外的插件来禁止chrome的CSP以达到可以使用firebase ;

Expand All @@ -21,7 +20,7 @@ github 备忘录 : 管理github的star过的项目.

5. 增加watching页面 ;

6. 增加快速跳转到watching界面的按钮 ;
6. 为更多的网站增加备注支持 ;

...

Expand Down
7 changes: 2 additions & 5 deletions components/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
position : fixed;
top : 64px;
left: 0;

backgroundColor : "#232322"; '>
'>
<v-layout column align-center style="width: 160px">
<v-btn @click="to_watching">to watching</v-btn>
<v-checkbox v-model="remark_state" label="need remark" class="ma-0"></v-checkbox>
Expand Down Expand Up @@ -34,7 +33,6 @@
</TabPane>
<TabPane label="Tab 2" name="name2">You can customize the extension.</TabPane>
</Tabs>

</v-app>
</template>
<!--JS-->
Expand Down Expand Up @@ -89,7 +87,6 @@
that.__clear_QUERY_FIELD_LIST()
});


var _wr = function (type) {
var orig = history[type];
return function () {
Expand Down Expand Up @@ -241,7 +238,7 @@
}

.v-input__slot {
margin-bottom: 0px;
margin-bottom: 0;
}

.v-messages {
Expand Down
8 changes: 4 additions & 4 deletions dist/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/vuetify_style.js

Large diffs are not rendered by default.

0 comments on commit b4bb9c9

Please sign in to comment.