Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
chenjun3_wd
2024-04-19 18:41:44 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bc1074effd7fffec673a00fc0acbecb020b68c9f
bc1074ef
1 parent
a1145b6f
展现更多
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
sight_harmony/features/wdComponent/src/main/ets/components/view/LiveHorizontalCardComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/view/LiveHorizontalReservationComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/view/LiveHorizontalCardComponent.ets
View file @
bc1074e
...
...
@@ -5,7 +5,6 @@ import { CommonConstants } from 'wdConstant'
import { WDRouterRule } from 'wdRouter/Index'
import { CardMediaInfo } from '../cardCommon/CardMediaInfo'
import { ExtraDTO } from 'wdBean/src/main/ets/bean/component/extra/ExtraDTO'
import { Logger } from 'wdKit/Index'
import { LiveModel } from '../../viewmodel/LiveModel'
@Component
...
...
@@ -26,7 +25,7 @@ export struct LiveHorizontalCardComponent {
.fontWeight(600)
}
if (this.compDTO.operDataList.length >
8
) {
if (this.compDTO.operDataList.length >
2
) {
Row() {
Text("更多")
.fontSize($r("app.float.font_size_14"))
...
...
sight_harmony/features/wdComponent/src/main/ets/components/view/LiveHorizontalReservationComponent.ets
View file @
bc1074e
...
...
@@ -2,7 +2,7 @@
import { LiveHorizontalCardForOneComponent } from './LiveHorizontalCardForOneComponent'
import { Action, CompDTO, ContentDTO, Params } from 'wdBean'
import { CommonConstants } from 'wdConstant'
import {
Logger,
StringUtils } from 'wdKit/Index'
import { StringUtils } from 'wdKit/Index'
import { CardMediaInfo } from '../cardCommon/CardMediaInfo'
import { ExtraDTO } from 'wdBean/src/main/ets/bean/component/extra/ExtraDTO'
import { WDRouterRule } from 'wdRouter/Index'
...
...
@@ -26,7 +26,7 @@ export struct LiveHorizontalReservationComponent {
.fontWeight(600)
}
if (this.compDTO.operDataList.length >
10
) {
if (this.compDTO.operDataList.length >
2
) {
Row() {
Text("更多")
.fontSize($r("app.float.font_size_14"))
...
...
Please
register
or
login
to post a comment