仪表盘
版本库
文件存储
活动
搜索
登录
main
/
label-studio
数据标注工具
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
Merge branch 'develop' of http://git.slooong.com/r/label-studio into develop
chenzhaoyang
2025-12-17
063da0bf961e1d35e25dc107f883f7492f4c5a7c
[label-studio.git]
/
web
/
libs
/
app-common
/
src
/
pages
/
AccountSettings
/
sections
/
PersonalAccessToken.module.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.input {
@apply flex-1 max-h-[40px]
}
.textarea {
@apply flex-1 w-full h-25 overflow-hidden resize-none;
}
.label {
@apply mb-[8px];
span {
@apply p-0;
}
}