|
@@ -69,7 +69,7 @@ export class long_story_list_item extends Component {
|
|
|
this.lab_title.getComponent(Label).string = `第${this.m_page}章节`
|
|
|
|
|
|
let node_content_size = this.node.getComponent(UITransform).contentSize
|
|
|
- if(data_list.length<=3) {
|
|
|
+ if(data_list.length<3) {
|
|
|
this.node.getComponent(UITransform).setContentSize(new Size(node_content_size.width,1700))
|
|
|
}
|
|
|
|