|
@@ -5,6 +5,7 @@
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+
|
|
#app {
|
|
#app {
|
|
-webkit-font-smoothing: antialiased;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
@@ -178,12 +179,13 @@ body {
|
|
// 给弹窗设置标题的基础样式
|
|
// 给弹窗设置标题的基础样式
|
|
.modalTitle {
|
|
.modalTitle {
|
|
border-radius: 16px;
|
|
border-radius: 16px;
|
|
|
|
+
|
|
// overflow: hidden;
|
|
// overflow: hidden;
|
|
|
|
|
|
&.background {
|
|
&.background {
|
|
.n-card-header {
|
|
.n-card-header {
|
|
background: #f5f6fa;
|
|
background: #f5f6fa;
|
|
-
|
|
|
|
|
|
+ font-weight: 600 !important;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
}
|
|
}
|