fix: ui功能优化修复。
This commit is contained in:
@@ -231,8 +231,8 @@ function dictStr(val, arr) {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
page {
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
// height: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.search-view {
|
||||
|
||||
@@ -425,7 +425,7 @@ function selectAccountType(item) {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
page {
|
||||
height: 100%;
|
||||
// height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
.btnAdd {
|
||||
|
||||
@@ -331,7 +331,7 @@ function selectType(item) {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
page {
|
||||
height: 100%;
|
||||
// height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
.btnAdd {
|
||||
|
||||
@@ -274,7 +274,7 @@ function formatCardCode(code) {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
page {
|
||||
height: 100%;
|
||||
// height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
@@ -281,7 +281,7 @@ function selectStatus(item) {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
page {
|
||||
height: 100%;
|
||||
// height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
@@ -224,7 +224,7 @@ function dictStr(val, arr) {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
page {
|
||||
height: 100%;
|
||||
// height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
@@ -224,7 +224,7 @@ function dictStr(val, arr) {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
page {
|
||||
height: 100%;
|
||||
// height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
@@ -249,7 +249,7 @@ function selectType(value) {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
page {
|
||||
height: 100%;
|
||||
// height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
@@ -247,7 +247,7 @@ function dictStr(val, arr) {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
page {
|
||||
height: 100%;
|
||||
// height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
@@ -213,7 +213,7 @@ function dictStr(val, arr) {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
page {
|
||||
height: 100%;
|
||||
// height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user