|
@@ -1266,6 +1266,11 @@ const ClickParams = (val: any) => {
|
|
|
font-size: var(--font-size-2);
|
|
font-size: var(--font-size-2);
|
|
|
line-height: 16px;
|
|
line-height: 16px;
|
|
|
}
|
|
}
|
|
|
|
|
+.content_text_warining {
|
|
|
|
|
+ color: var(--color-warning);
|
|
|
|
|
+ font-size: var(--font-size-2);
|
|
|
|
|
+ line-height: 16px;
|
|
|
|
|
+}
|
|
|
.tips {
|
|
.tips {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
justify-content: center;
|
|
justify-content: center;
|