Skip to content

macOs常见命令

  1. 编辑器编辑文件夹权限

    Terminal window
    sudo chown -R $USER ./

fit-content

lvh、svh、dvh

‘cm-absolute cm-w-fit cm-h-fit 用于剧中

https://pptr.dev/

Monorepo

.uploading {
display: flex;
justify-content: flex-end;
z-index: 20;
overflow: hidden;
//background-color: #f3f4f6;
&-content {
display: flex;
align-items: center;
justify-content: center;
width: 552px;
height: 100%;
padding: 0 60px;
background-image: linear-gradient(180deg, #fff 50%, transparent 100%);
}
:global {
.sc-loading-line-progress {
height: 8px;
border-radius: 8px;
background-color: #f3f4f6;
}
.sc-loading-line-progress-done {
border-radius: 8px;
box-shadow: none;
}
.sc-loading-line-percent {
display: none;
}
}
}