The problem of nesting flex layout

after adding flex flex-direction:column to the outermost layer, it does not work if you want to continue the flex layout in the inner div and replace it with flex-direction:row.
is it true that flex cannot nest layouts?

Apr.03,2021

your inner layer still needs to add display: flex;


which layer is used, and the flex layout child will not inherit the parent

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b2c564-4d1a6.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b2c564-4d1a6.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?