提交 5f4b486a 编写于 作者: xuty73419315's avatar xuty73419315

添加缺少的borederstyle

上级 1f95bc52
...@@ -285,6 +285,7 @@ ...@@ -285,6 +285,7 @@
.crop-option { .crop-option {
border-top-color: lightgray; border-top-color: lightgray;
border-width: 1rpx; border-width: 1rpx;
border-style: solid;
padding: 20rpx; padding: 20rpx;
transition: height; transition: height;
transition-duration: 300; transition-duration: 300;
......
...@@ -136,6 +136,7 @@ export default { ...@@ -136,6 +136,7 @@ export default {
.cell-choose-image { .cell-choose-image {
border-width: 1px; border-width: 1px;
border-style: solid;
border-color: lightgray; border-color: lightgray;
} }
......
<template> <template>
<view style="flex: 1;"> <view style="flex: 1;">
<view class="uni-padding-wrap uni-common-mt"> <view class="uni-padding-wrap uni-common-mt">
<view class="uni-common-mt" style="border-width: 2rpx;border-radius: 4rpx;"> <view class="uni-common-mt" style="border-width: 2rpx;border-style: solid; border-radius: 4rpx;">
<textarea :value="res" class="uni-textarea"></textarea> <textarea :value="res" class="uni-textarea"></textarea>
</view> </view>
<view> <view>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册