@@ -1284,11 +1284,10 @@ button {
.uni-easyinput__content,
//.cwg-combox,
.uni-date-editor--x {
- padding: 0.5rem 0;
+ padding: 0.5rem px2rpx(10);
height: 3rem!important;
//border: none !important;
border-radius: px2rpx(8);
- background-color: transparent !important;
}
.cwg-combox{
@@ -437,7 +437,7 @@
})
// 状态
- const updateUrl = config.Host80
+ const updateUrl = config.Host05
const editingId = ref(null)
const bankList = ref([])
const isZh = computed(() => ['cn', 'zh', 'zhHant'].includes(locale.value))
@@ -681,12 +681,20 @@ $uni-border-1: #dcdfe6 !default;
.is-disabled {
- color: var(--bs-body-color);
+ background-color: #f5f7fa !important;
+ color: #c0c4cc;
+ cursor: not-allowed;
+ .uni-input-wrapper,uni-input-input{
+ }
.uni-easyinput__placeholder-class {
font-size: 1rem;
+ input:disabled{
</style>