File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,6 @@ export const OperationCard = ({ operation }: { operation: Operation }) => {
181
181
</ div >
182
182
< div className = "flex md:flex-row flex-col gap-4" >
183
183
< div className = "text-gray-700 leading-normal md:w-1/2" >
184
- { /* <div className="text-sm text-zinc-600 mb-2 font-bold">作业描述</div> */ }
185
184
< Paragraphs
186
185
content = { operation . parsedContent . doc . details }
187
186
limitHeight = { 21 * 13.5 } // 13 lines, 21px per line; the extra 0.5 line is intentional so the `mask` effect is obvious
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ export const NeoOperationSetCard = ({
38
38
</ H4 >
39
39
</ Tooltip2 >
40
40
</ div >
41
- < div className = "flex-1 flex flex-col gap-2 justify-center" >
41
+ < div className = "flex-1 flex flex-col my-3 gap-2 justify-center" >
42
42
< div className = "text-gray-700 leading-normal" >
43
43
< Paragraphs
44
44
content = { operationSet . description }
@@ -127,7 +127,6 @@ export const OperationSetCard = ({
127
127
</ div >
128
128
< div className = "flex md:flex-row flex-col gap-4" >
129
129
< div className = "text-gray-700 leading-normal md:w-1/2" >
130
- { /* <div className="text-sm text-zinc-600 mb-2 font-bold">作业描述</div> */ }
131
130
< Paragraphs
132
131
content = { operationSet . description }
133
132
limitHeight = { 21 * 13.5 } // 13 lines, 21px per line; the extra 0.5 line is intentional so the `mask` effect is obvious
You can’t perform that action at this time.
0 commit comments