diff --git a/aiChat/views/index.vue b/aiChat/views/index.vue index 363b15b..9eca6ad 100644 --- a/aiChat/views/index.vue +++ b/aiChat/views/index.vue @@ -329,7 +329,7 @@ export default { box-shadow: 0rpx 12rpx 30rpx rgba(0,0,0,0.1); .trangle { position: absolute; - bottom: 80rpx; + bottom: 120rpx; left: -15rpx; width: 30rpx; height: 30rpx; @@ -338,6 +338,7 @@ export default { transform: rotate(45deg); } .title { + width: 110%; font-weight: bold; } .content {