Code Review
/
usecase-ui.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
9156f1f973b61b48c173f1231907bed3710df5c3
[usecase-ui.git]
/
1
// .ant-select {
2
// width: 200px;
3
// }
4
5
// .ant-input {
6
// width: 300px;
7
// }
8
9
.input-wrapper {
10
display: flex;
11
align-items: center;
12
gap: 50px;
13
}
14
15
.item-label {
16
display: inline-block;
17
width: 30%;
18
margin-right: 8px;
19
line-height: 36px;
20
}
21
22
.item {
23
display: flex;
24
width: 70%;
25
}
26
27
.form-item {
28
display: flex;
29
width: 100%;
30
margin-bottom: 16px;
31
}
32
33
.slider-input-container {
34
width: 100%;
35
}
36
37
.nz-input-number-container {
38
margin-left: 16px;
39
width: 120px;
40
}
41
42
.nz-select-container {
43
width: 300px;
44
}
45
46
:host ::ng-deep #myTextarea {
47
position: relative;
48
}
49
50
#charCount {
51
position: absolute;
52
top: 9px;
53
right: 15px;
54
line-height: 20px;
55
}