ios系统contenteditable=“true“无法输入

ios系统contenteditable=“true“无法输入,第1张

<view class="scrollY">
		<scroll-view scroll-y class="scrollView">
				<view style="height:250rpx" contenteditable="true" v-html="form.companyInfo"
				id="companyInfo">view>
		scroll-view>
view>
this.form.companyInfo = document.getElementById("companyInfo").innerText;
view {
		-webkit-user-select: text;
		height: auto;
	}

	view * {
		-webkit-user-select: text
	}

	.scrollY {
		width: 594rpx;
		height: 260rpx;
		border: 1rpx solid #dcdfe6;
		border-radius: 8rpx;
		display: flex;
		justify-content: center;
	}

	.scrollView {
		height: 250rpx;
		width: 590rpx;
	}

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/996665.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-21
下一篇 2022-05-21

发表评论

登录后才能评论

评论列表(0条)

保存