|
@@ -20,7 +20,12 @@ import com.ys.bdtp.adm.mvvm.model.db.entity.task.ProjectEntity
|
|
@Composable
|
|
@Composable
|
|
fun ProjectContent(projects: List<ProjectEntity>) {
|
|
fun ProjectContent(projects: List<ProjectEntity>) {
|
|
Column {
|
|
Column {
|
|
- Text(text = "可进入的项目(${projects.size})", fontSize = 18.sp, fontWeight = FontWeight.Bold, color = textBlackColor)
|
|
|
|
|
|
+ Text(
|
|
|
|
+ text = "可进入的项目(${projects.size})",
|
|
|
|
+ color = textBlackColor,
|
|
|
|
+ fontSize = 18.sp,
|
|
|
|
+ fontWeight = FontWeight.Medium
|
|
|
|
+ )
|
|
Spacer(modifier = Modifier.height(14.dp))
|
|
Spacer(modifier = Modifier.height(14.dp))
|
|
LazyVerticalGrid(
|
|
LazyVerticalGrid(
|
|
cells = GridCells.Fixed(2),
|
|
cells = GridCells.Fixed(2),
|