提交 87131d47 编写于 作者: zhujiamin's avatar zhujiamin

表单页面样式调整 --fix1

上级 44f060c6
...@@ -18,4 +18,9 @@ ...@@ -18,4 +18,9 @@
margin-right: 2px; margin-right: 2px;
} }
} }
>ion-item-divider {
--background: #f5f4f9;
--color: #111111;
font-size: large;
}
} }
\ No newline at end of file
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
} }
.app-form-item.item-has-value { .app-form-item.item-has-value {
>ion-label { >ion-label {
color: #888888; color: #afafaf;
font-size: 15px; font-size: 15px;
} }
} }
...@@ -60,4 +60,10 @@ ...@@ -60,4 +60,10 @@
-webkit-opacity: 1 !important; -webkit-opacity: 1 !important;
-webkit-text-fill-color: #000; -webkit-text-fill-color: #000;
} }
}
ion-item {
--border-color: #f3f2f2;
--background: #fcfcfc;
font-family: -apple-system, "Microsoft Yahei",
} }
\ No newline at end of file
...@@ -10,10 +10,12 @@ ...@@ -10,10 +10,12 @@
width: 100%; width: 100%;
max-width: 100%; max-width: 100%;
padding-left: 0; padding-left: 0;
padding-right: 28px; padding-right: 10px;
text-align: right;
color: #969696 !important;
} }
ion-select::part(icon) { ion-select::part(icon) {
display: none; display: none !important;
} }
.ion-select-icon{ .ion-select-icon{
right: 17px; right: 17px;
......
...@@ -2,8 +2,9 @@ ...@@ -2,8 +2,9 @@
width: 100%; width: 100%;
text-align: right; text-align: right;
ion-datetime{ ion-datetime{
--padding-end: 28px; --padding-end: 5px;
padding-left: 0; padding-left: 0;
color: #969696 !important;
} }
ion-icon{ ion-icon{
position: absolute; position: absolute;
......
...@@ -22,12 +22,19 @@ ...@@ -22,12 +22,19 @@
font-size: 14px; font-size: 14px;
--inner-border-width: 0; --inner-border-width: 0;
height: 38px; height: 38px;
--padding-end: 0px !important;
--inner-padding-end: 0px !important;
text-align: right;
} }
ion-row{ ion-row{
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;
padding-right: 11px; padding-right: 0px;
}
ion-icon {
font-size: 20px !important;
color: #969696 !important;
padding-right: 3px;
} }
} }
\ No newline at end of file
ion-input {
--padding-end: 5px !important;
text-align: right;
--color: #969696 !important;
}
\ No newline at end of file
...@@ -45,5 +45,5 @@ export default class AppInput extends Vue { ...@@ -45,5 +45,5 @@ export default class AppInput extends Vue {
} }
</script> </script>
<style lang="less"> <style lang="less">
@import './app-mob-input.less';
</style> </style>
\ No newline at end of file
...@@ -4,7 +4,8 @@ ...@@ -4,7 +4,8 @@
.open-picker { .open-picker {
position: absolute; position: absolute;
right: 5px; right: 5px;
top: 10px; top: 50%;
transform: translateY(-50%);
z-index: 3; z-index: 3;
} }
>ion-input { >ion-input {
......
...@@ -3,10 +3,8 @@ ...@@ -3,10 +3,8 @@
<ion-input :disabled="disabled" :value="(curValue.length > 0 ? 'hasValue' : '')" readonly> <ion-input :disabled="disabled" :value="(curValue.length > 0 ? 'hasValue' : '')" readonly>
<div> <div>
<template v-for="(item,index) in curValue"> <template v-for="(item,index) in curValue">
<ion-chip :key="index">
{{item.text}} {{item.text}}
<ion-icon name="close-circle" @click="remove(index)"></ion-icon> <span v-if="index < curValue.length-1">,</span>
</ion-chip>
</template> </template>
</div> </div>
</ion-input> </ion-input>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
width: 100%; width: 100%;
position: relative; position: relative;
.ibz-input{ .ibz-input{
padding-right: 18px !important; padding-right: 20px !important;
} }
.open-picker { .open-picker {
position: absolute; position: absolute;
...@@ -13,7 +13,12 @@ ...@@ -13,7 +13,12 @@
.delete-value { .delete-value {
position: absolute; position: absolute;
right: 4px; right: 4px;
top: 13px; top: 50%;
transform: translateY(-50%);
z-index: 3; z-index: 3;
color: #969696 !important;
}
ion-icon[name="close-outline"] {
font-size: 20px !important;
} }
} }
\ No newline at end of file
...@@ -5,4 +5,6 @@ ion-textarea { ...@@ -5,4 +5,6 @@ ion-textarea {
textarea { textarea {
min-height: 64px; min-height: 64px;
} }
--padding-end:5px !important;
color: #969696 !important;
} }
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册