Update index.vue

pull/927/head
花裤衩 2018-08-01 10:38:28 +08:00 committed by GitHub
parent 07c7e161b6
commit c05c57d931
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -142,7 +142,9 @@ export default {
</script>
<style rel="stylesheet/scss" lang="scss">
/*修复input 背景不协调 和光标变色*/
/* 修复input 背景不协调 和光标变色 */
/* Detail see https://github.com/PanJiaChen/vue-element-admin/pull/927 */
$bg:#283443;
$light_gray:#eee;
$cursor: #fff;