Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
tswj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2022-06-07 14:57:02 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b8417d2cf0fb127d5a9a62b31a81293f525a8d8a
b8417d2c
1 parent
872eae93
✨ feat: 多个幼儿园的标题高度保持一致
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
.eslintrc.js
src/views/client/chooseBook.vue
.eslintrc.js
View file @
b8417d2
...
...
@@ -2,7 +2,7 @@
* @Author: hookehuyr hookehuyr@gmail.com
* @Date: 2022-05-27 08:59:09
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-06-0
5 21:49:3
4
* @LastEditTime: 2022-06-0
7 14:54:1
4
* @FilePath: /tswj/.eslintrc.js
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
*/
...
...
@@ -27,5 +27,7 @@ module.exports = {
"vue/singleline-html-element-content-newline"
:
0
,
// 在单行元素的内容之前和之后需要换行符
"vue/first-attribute-linebreak"
:
0
,
// 强制第一个属性需要换行
"vue/multi-word-component-names"
:
0
,
// 要求组件名称始终为多字
"vue/html-indent"
:
0
,
// 执行一致的缩进
"vue/html-closing-bracket-newline"
:
0
,
// 在标签的右括号之前要求或禁止换行
}
}
...
...
src/views/client/chooseBook.vue
View file @
b8417d2
<template>
<div class="choose-book-page content-bg">
<div class="modify-top" />
<div v-if="kg_id" :class="[kgInfo.multi_name ? 'height6rem' : 'height3rem', 'belong-school']">
<!-- <div v-if="kg_id" :class="[kgInfo.multi_name ? 'height6rem' : 'height3rem', 'belong-school']"> -->
<div v-if="kg_id" :class="[kgInfo.multi_name ? 'height3rem' : 'height3rem', 'belong-school']">
<van-row align="center" justify="center" style="position: relative; top: 50%; transform: translateY(-50%)">
<van-col span="2">
<van-image
...
...
Please
register
or
login
to post a comment