File tree 2 files changed +8
-29
lines changed
Word-Add-in-AIGC/src/taskpane
2 files changed +8
-29
lines changed Original file line number Diff line number Diff line change @@ -348,34 +348,14 @@ export default class Home extends React.Component {
348
348
) }
349
349
</ div >
350
350
< div className = "bottom" >
351
- < div className = "item_desc" > Explore more resources:</ div >
352
- < div className = "bottom_item" >
353
- < RightOutlined className = "item_icon" />
354
- < div className = "bottom_item_info" >
355
- < a
356
- href = "https://github.com/OfficeDev/Word-Scenario-based-Add-in-Samples/tree/main/Word-Add-in-AIGC"
357
- target = "_blank"
358
- >
359
- Start your project from this sample
360
- </ a >
361
- </ div >
362
- </ div >
363
- < div className = "bottom_item" >
364
- < RightOutlined className = "item_icon" />
365
- < div className = "bottom_item_info" >
366
- < a href = "https://github.com/OfficeDev/Word-Scenario-based-Add-in-Samples" target = "_blank" >
367
- See more samples
368
- </ a >
369
- </ div >
370
- </ div >
371
351
< div className = "bottom_item" >
372
352
< RightOutlined className = "item_icon" />
373
353
< div className = "bottom_item_info" >
374
354
< a
375
355
href = "https://learn.microsoft.com/en-us/office/dev/add-ins/quickstarts/word-quickstart?tabs=yeomangenerator"
376
356
target = "_blank"
377
357
>
378
- Office add-in documentation
358
+ Explore more resources
379
359
</ a >
380
360
</ div >
381
361
</ div >
Original file line number Diff line number Diff line change @@ -123,27 +123,26 @@ a {
123
123
width : 100% ;
124
124
}
125
125
126
- .item_desc {
127
- margin : 0.2rem 1rem ;
128
- font-weight : 500 ;
129
- }
130
-
131
126
.bottom_item {
132
127
width : 100% ;
128
+ height : 35px ;
133
129
font-weight : 400 ;
134
130
background-color : white;
135
- margin : 0.3rem 0 ;
131
+ display : flex;
132
+ flex-direction : row;
133
+ justify-content : flex-start;
134
+ align-items : center;
136
135
}
137
136
138
137
.item_icon {
139
138
padding-top : 0.1rem ;
140
139
padding-bottom : 0.1rem ;
141
- display : inline-block ;
140
+ display : inline;
142
141
color : var (--blue );
143
142
}
144
143
145
144
.bottom_item_info {
146
- display : inline-block ;
145
+ display : inline;
147
146
font-weight : 500 ;
148
147
}
149
148
You can’t perform that action at this time.
0 commit comments