@@ -15,6 +15,7 @@
html {
background-color: transparent;
+ user-select: none;
}
body {
@@ -42,6 +43,7 @@
.text p {
+ pointer-events: none;
font-size: 14px;
letter-spacing: 2px;
min-height: 10px;
@@ -49,6 +51,7 @@
.text .media-wrap {
text-align: center;
margin: 10px 0;
@@ -98,7 +101,7 @@
fetch(`${baseUrl}/api/show/questionnaire/detail/${id}`)
.then(response => response.json())
.then(data => {
- console.log(data)
+ // console.log(data)
const titleDom = document.querySelector('.title')
titleDom.innerHTML = data.data.name
@@ -123,7 +123,7 @@ function Tab1Look({ waiId, fatherInfo, colseFu }: Props) {
>
<div className="T1list5">
{v.type === "排序" ? (
- <div className="T1listSort">{v2.sort}</div>
+ <div className={classNames(v2.sort?'T1listSort':'')}>{v2.sort}</div>
) : null}
{v2.name === "其他"
? "Z"