diff --git a/components/image/index.wxss b/components/image/index.wxss index e5f1637..e914cb8 100644 --- a/components/image/index.wxss +++ b/components/image/index.wxss @@ -1 +1 @@ -@import '../common/index.wxss';.van-image{position:relative;display:inline-block}.van-image--round{overflow:hidden;border-radius:50%}.van-image--round .van-image__img{border-radius:inherit}.van-image__error,.van-image__img,.van-image__loading{display:block;width:100%;height:100%}.van-image__error,.van-image__loading{position:absolute;top:0;left:0;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;color:#969799;color:var(--image-placeholder-text-color,#969799);font-size:14px;font-size:var(--image-placeholder-font-size,14px);background-color:#f7f8fa;background-color:var(--image-placeholder-background-color,#f7f8fa)} \ No newline at end of file +@import '../common/index.wxss';.van-image{position:relative}.van-image--round{overflow:hidden;border-radius:50%}.van-image--round .van-image__img{border-radius:inherit}.van-image__error,.van-image__img,.van-image__loading{display:block;width:100%;height:100%}.van-image__error,.van-image__loading{position:absolute;top:0;left:0;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;color:#969799;color:var(--image-placeholder-text-color,#969799);font-size:14px;font-size:var(--image-placeholder-font-size,14px);background-color:#f7f8fa;background-color:var(--image-placeholder-background-color,#f7f8fa)} \ No newline at end of file diff --git a/pages/home/customer-list/index.wxml b/pages/home/customer-list/index.wxml index f243382..68c31a8 100644 --- a/pages/home/customer-list/index.wxml +++ b/pages/home/customer-list/index.wxml @@ -17,7 +17,7 @@ - + {{item.name || ''}} diff --git a/pages/home/employee/index.wxml b/pages/home/employee/index.wxml index e9773ae..4163c5f 100644 --- a/pages/home/employee/index.wxml +++ b/pages/home/employee/index.wxml @@ -17,7 +17,7 @@ - + @@ -42,7 +42,7 @@ 所有员工 - + diff --git a/pages/home/index/index.wxml b/pages/home/index/index.wxml index ff95d86..b7bec00 100644 --- a/pages/home/index/index.wxml +++ b/pages/home/index/index.wxml @@ -7,7 +7,7 @@ - + diff --git a/pages/home/index/index.wxss b/pages/home/index/index.wxss index d85ac49..35faa07 100644 --- a/pages/home/index/index.wxss +++ b/pages/home/index/index.wxss @@ -1,9 +1,6 @@ /* pages/home/index.wxss */ .image-load { - width: 60px; - height: 60px; - display: flex; - align-items: center; - justify-content: center; - border-radius: 60rpx; + width: 120rpx; + height: 120rpx; + border-radius: 50%; } \ No newline at end of file