diff --git a/components/call-log/list/list.vue b/components/call-log/list/list.vue
index 9e3d60c..a0992c4 100644
--- a/components/call-log/list/list.vue
+++ b/components/call-log/list/list.vue
@@ -1429,10 +1429,7 @@
padding: 24rpx 32rpx 24rpx 0;
height: 100%;
box-sizing: border-box;
-
- box-shadow: inset 0 -0.3px 0 0 #C2C2C2;
-
-
+ box-shadow: 0 -0.3px 0 0 #C2C2C2;
.left-box {
.title {
font-weight: 400;
@@ -1531,6 +1528,10 @@
}
.call-list-oppo {
+ .kj{
+ width: 20rpx !important;
+ height: 24rpx !important;
+ }
.item {
padding: 32rpx 36rpx 0 36rpx !important;
justify-content: space-between;
@@ -1542,7 +1543,7 @@
padding-bottom: 36rpx;
height: 100%;
box-sizing: border-box;
- box-shadow: inset 0 -0.3px 0 0 #C2C2C2;
+ box-shadow: 0 0.3px 0 0 #C2C2C2;
.title {
font-weight: 400;
@@ -1602,7 +1603,7 @@
padding-bottom: 32rpx;
height: 100%;
box-sizing: border-box;
- box-shadow: inset 0 -0.3px 0 0 #C2C2C2;
+ box-shadow: 0 0.3px 0 0 #C2C2C2;
.title {
font-weight: 400;
@@ -1659,7 +1660,7 @@
padding-bottom: 24rpx;
height: 100%;
box-sizing: border-box;
- box-shadow: inset 0 -0.3px 0 0 #C2C2C2;
+ box-shadow: 0 0.3px 0 0 #C2C2C2;
.title {
font-weight: 400;
diff --git a/components/call-log/nav-bar/nav-bar.vue b/components/call-log/nav-bar/nav-bar.vue
index 4d0b6b5..bcb7bc5 100644
--- a/components/call-log/nav-bar/nav-bar.vue
+++ b/components/call-log/nav-bar/nav-bar.vue
@@ -52,7 +52,7 @@
点击此处[{{ tipLayerText }}]
-
+
diff --git a/main.js b/main.js
index f344186..9f143d4 100644
--- a/main.js
+++ b/main.js
@@ -27,7 +27,7 @@ export function createApp() {
const systemInfo = uni.getStorageSync('systemInfo') || {}
app.config.globalProperties.$system = systemInfo.platform == 'ios' ? 'iOS' : 'Android'
app.config.globalProperties.$systemInfo = systemInfo
- uni.setStorageSync('version', '1.0.3.sp7')
+ uni.setStorageSync('version', '1.0.3.sp8')
app.config.globalProperties.$version = uni.getStorageSync('version')
app.use(globalMethods);
diff --git a/pages/call-log/call.vue b/pages/call-log/call.vue
index 5c14596..7bf763d 100644
--- a/pages/call-log/call.vue
+++ b/pages/call-log/call.vue
@@ -66,7 +66,7 @@
})
function open(){
- console.log(callLogList.value)
+ // console.log(callLogList.value)
callLogList.value.openAddModal()
}
diff --git a/pages/common/call-and-message-entry/call-and-message-entry.vue b/pages/common/call-and-message-entry/call-and-message-entry.vue
index 19a58b7..d98beff 100644
--- a/pages/common/call-and-message-entry/call-and-message-entry.vue
+++ b/pages/common/call-and-message-entry/call-and-message-entry.vue
@@ -157,9 +157,11 @@ function goPage(url) {
border-radius: 16rpx;
color: #ffffff;
font-size: 28rpx;
- display: flex;
- align-items: center;
- justify-content: center;
+ line-height: 64rpx !important;
+ text-align: center;
+ // display: flex;
+ // align-items: center;
+ // justify-content: center;
}
}