返回 oh-my-ppt
styles.ts
1 export const sessionDetailRightPanelClass =
2 'mr-3 mb-3 mt-1 flex min-h-0 w-[300px] min-w-[300px] max-w-[300px] shrink-0 flex-col overflow-hidden rounded-[2rem] border border-[#ded2bd]/60 bg-[#f3ecdf]/76 shadow-[0_14px_32px_rgba(74,59,42,0.11)] backdrop-blur-xl'
3
4 export const sessionDetailRightPanelContentClass =
5 'flex min-h-0 h-full w-full flex-1 flex-col overflow-hidden'
6
6 lines TYPESCRIPT