mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-12 18:15:07 +08:00
uView版本升级到2.0.34
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
// 此版本发布于2022-04-04
|
||||
const version = '2.0.30'
|
||||
// 此版本发布于2022-00-24
|
||||
const version = '2.0.34'
|
||||
|
||||
// 开发环境才提示,生产环境不会提示
|
||||
if (process.env.NODE_ENV === 'development') {
|
||||
console.log(`\n %c uView V${version} %c https://www.uviewui.com/ \n\n`, 'color: #ffffff; background: #3c9cff; padding:5px 0;', 'color: #3c9cff;background: #ffffff; padding:5px 0;');
|
||||
console.log(`\n %c uView V${version} %c https://uviewui.com/ \n\n`, 'color: #ffffff; background: #3c9cff; padding:5px 0; border-radius: 5px;');
|
||||
}
|
||||
|
||||
export default {
|
||||
|
@ -10,6 +10,7 @@
|
||||
export default {
|
||||
// codeInput 组件
|
||||
codeInput: {
|
||||
adjustPosition: true,
|
||||
maxlength: 6,
|
||||
dot: false,
|
||||
mode: 'box',
|
||||
|
@ -13,6 +13,7 @@ export default {
|
||||
label: '',
|
||||
prop: '',
|
||||
borderBottom: '',
|
||||
labelPosition: '',
|
||||
labelWidth: '',
|
||||
rightIcon: '',
|
||||
leftIcon: '',
|
||||
|
@ -17,6 +17,7 @@ export default {
|
||||
bgColor: '#ffffff',
|
||||
color: '#C8C8C8',
|
||||
fontSize: 19,
|
||||
iconSize: 28,
|
||||
loadingColor: '#C8C8C8'
|
||||
}
|
||||
}
|
||||
|
@ -14,6 +14,7 @@ export default {
|
||||
bgColor: 'transparent',
|
||||
icon: true,
|
||||
fontSize: 14,
|
||||
iconSize: 17,
|
||||
color: '#606266',
|
||||
loadingIcon: 'spinner',
|
||||
loadmoreText: '加载更多',
|
||||
@ -24,6 +25,8 @@ export default {
|
||||
marginTop: 10,
|
||||
marginBottom: 10,
|
||||
height: 'auto',
|
||||
line: false
|
||||
line: false,
|
||||
lineColor: '#E6E8EB',
|
||||
dashed: false,
|
||||
}
|
||||
}
|
||||
|
@ -20,7 +20,6 @@ export default {
|
||||
confirmText: '确定',
|
||||
cancelColor: '#909193',
|
||||
confirmColor: '#3c9cff',
|
||||
singleIndex: 0,
|
||||
visibleItemCount: 5,
|
||||
keyName: 'text',
|
||||
closeOnClickOverlay: false,
|
||||
|
@ -15,7 +15,7 @@ export default {
|
||||
placeholderClass: 'textarea-placeholder',
|
||||
placeholderStyle: 'color: #c0c4cc',
|
||||
height: 70,
|
||||
confirmType: '',
|
||||
confirmType: 'done',
|
||||
disabled: false,
|
||||
count: false,
|
||||
focus: false,
|
||||
|
Reference in New Issue
Block a user