|
|
|
@ -111,7 +111,7 @@ class Paperlibraryseeid_items extends Component {
|
|
|
|
|
{/*顶部*/}
|
|
|
|
|
<div className="w100s sortinxdirection ">
|
|
|
|
|
<div className=" sortinxdirection ">
|
|
|
|
|
<p className="cretitlecolrlis lh28">{indexx}</p>、
|
|
|
|
|
<p className="cretitlecolrlis lh28" style={{fontWeight:"bold"}}>{indexx}</p>、
|
|
|
|
|
</div>
|
|
|
|
|
<style>
|
|
|
|
|
{
|
|
|
|
@ -126,28 +126,47 @@ class Paperlibraryseeid_items extends Component {
|
|
|
|
|
color: #333333;
|
|
|
|
|
font-size: 14px !important;
|
|
|
|
|
line-height: 28px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bodyysls .ql-editor p span{
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
.markdown-body .ql-editor p {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
`
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
{
|
|
|
|
|
objectsingle.item_type === "PROGRAM" ?
|
|
|
|
|
<div className="w100s sortinxdirection">
|
|
|
|
|
<<<<<<< HEAD
|
|
|
|
|
<div className=" tites lh28 listjihetixingstit markdown-body cretitlecolrlist " style={{
|
|
|
|
|
wordBreak: "break-word",
|
|
|
|
|
minWidth: "32px"
|
|
|
|
|
=======
|
|
|
|
|
<div className=" tites lh28 listjihetixingstit markdown-body cretitlecolrlist " style={{wordBreak: "break-word",
|
|
|
|
|
minWidth:"32px",fontWeight:"bold"
|
|
|
|
|
>>>>>>> c6b13f1... 调整
|
|
|
|
|
}}
|
|
|
|
|
>
|
|
|
|
|
({objectsingle.score}分)
|
|
|
|
|
</div>
|
|
|
|
|
<<<<<<< HEAD
|
|
|
|
|
<div className="ml10 lh28 listjihetixingstit markdown-body cretitlecolrlist " style={{ wordBreak: "break-word" }}
|
|
|
|
|
dangerouslySetInnerHTML={{ __html: markdownToHTML(objectsingle.name).replace(/▁/g, "▁▁▁") }}>
|
|
|
|
|
=======
|
|
|
|
|
<div className="ml10 lh28 listjihetixingstit markdown-body cretitlecolrlist " style={{wordBreak: "break-word",fontWeight:"bold"}}
|
|
|
|
|
dangerouslySetInnerHTML={{__html: markdownToHTML(objectsingle.name).replace(/▁/g, "▁▁▁")}}>
|
|
|
|
|
>>>>>>> c6b13f1... 调整
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
:
|
|
|
|
|
<div className="w100s sortinxdirection">
|
|
|
|
|
<<<<<<< HEAD
|
|
|
|
|
<div className="tites lh28 listjihetixingstit markdown-body cretitlecolrlist " style={{
|
|
|
|
|
wordBreak: "break-word",
|
|
|
|
|
minWidth: "32px"
|
|
|
|
@ -156,13 +175,20 @@ class Paperlibraryseeid_items extends Component {
|
|
|
|
|
({objectsingle.score}分)
|
|
|
|
|
</div>
|
|
|
|
|
<div className="ml10 lh28 listjihetixingstit cretitlecolrlist programquill" style={{ wordBreak: "break-word" }}
|
|
|
|
|
=======
|
|
|
|
|
<div className="tites lh28 listjihetixingstit markdown-body cretitlecolrlist " style={{wordBreak: "break-word",
|
|
|
|
|
minWidth:"32px",fontWeight:"bold"}}
|
|
|
|
|
>
|
|
|
|
|
({objectsingle.score}分)
|
|
|
|
|
</div>
|
|
|
|
|
<div className="ml10 lh28 listjihetixingstit bodyysls cretitlecolrlist programquill" style={{wordBreak: "break-word",fontWeight:"bold"}}
|
|
|
|
|
>>>>>>> c6b13f1... 调整
|
|
|
|
|
>
|
|
|
|
|
{
|
|
|
|
|
itemssname===null || itemssname===undefined?
|
|
|
|
|
""
|
|
|
|
|
:
|
|
|
|
|
<QuillForEditor
|
|
|
|
|
options={options}
|
|
|
|
|
readOnly={true}
|
|
|
|
|
value={itemssname}
|
|
|
|
|
/>
|
|
|
|
|