diff --git a/src/style.less b/src/style.less
index ae83659..1fce78a 100644
--- a/src/style.less
+++ b/src/style.less
@@ -18,7 +18,7 @@
@modal-footer-border-color-split: @formInputBorderColor;
-@disabled-color: rgba(255, 255, 255, .25);
+@disabled-color: rgba(255, 255, 255, 0.25);
@background-color-base: darken(@primary-color, 20);
@border-color-base: darken(@primary-color, 20);
@@ -65,19 +65,21 @@ body {
}
// 表格样式
+@table-border-radius-base: 0;
+@table-padding-vertical-sm: 2px;
+@table-padding-vertical: 6px;
+@table-padding-horizontal: 8px;
.ant-table {
color: #ade6ee;
font-size: 16px;
- border: 1px solid rgba(65,111,127, .5);
+ border: 1px solid rgba(65, 111, 127, 0.5);
&-thead {
> tr {
th {
background-color: #126b82 !important;
color: #fff;
- padding: 6px 8px !important;
border-bottom: none;
- border-radius: 0 !important;
}
}
}
@@ -117,6 +119,29 @@ body {
border-color: @formInputBorderColor;
color: @formInputBorderColor;
}
+
+ &-small {
+ font-size: 14px;
+
+ .ant-table {
+ &-tbody {
+ tr td {
+ padding-top: 6px !important;
+ padding-bottom: 6px !important;
+ }
+ }
+
+ &-placeholder {
+ .ant-empty-image {
+ height: 60px;
+ }
+
+ .ant-empty-description {
+ font-size: 14px;
+ }
+ }
+ }
+ }
}
// 表格下的分页器
@@ -323,7 +348,7 @@ body {
&-clear,
&-clock-icon {
background-color: @modalBg !important;
- color: #01B6E3 !important;
+ color: #01b6e3 !important;
}
&-panel {
@@ -515,7 +540,7 @@ input[type='number']::-webkit-outer-spin-button {
&.ant-select-dropdown-placement-topLeft {
padding-top: 0;
padding-bottom: 7px;
-
+
.ant-select-dropdown-content {
&::before {
top: auto;
diff --git a/src/views/spectrumAnalysis/components/Modals/NuclideLibraryModal.vue b/src/views/spectrumAnalysis/components/Modals/NuclideLibraryModal.vue
index 1e5ba91..41bc644 100644
--- a/src/views/spectrumAnalysis/components/Modals/NuclideLibraryModal.vue
+++ b/src/views/spectrumAnalysis/components/Modals/NuclideLibraryModal.vue
@@ -1,14 +1,354 @@
-
- Nuclide Library
+
+
+
+
+
+
+
+ User Library
+ Full Library
+ Relevant Library
+
+
+
+
+
+
+
+ Co57
+
+
+ 271.740D
+
+
+ 0.022%
+
+
+ 14
+
+
+
+
+
+
+
+
+
+ Energy:
+
+
+
+ Search
+
+
+ Reset
+ Close
+
+
+
+
-
+
diff --git a/src/views/spectrumAnalysis/components/TitleOverBoarder.vue b/src/views/spectrumAnalysis/components/TitleOverBoarder.vue
index 92c24b5..28d29d4 100644
--- a/src/views/spectrumAnalysis/components/TitleOverBoarder.vue
+++ b/src/views/spectrumAnalysis/components/TitleOverBoarder.vue
@@ -33,6 +33,7 @@ export default {
}
&-content {
+ height: 100%;
padding: 20px;
}
}
diff --git a/src/views/spectrumAnalysis/index.vue b/src/views/spectrumAnalysis/index.vue
index ba868df..5813d24 100644
--- a/src/views/spectrumAnalysis/index.vue
+++ b/src/views/spectrumAnalysis/index.vue
@@ -199,7 +199,7 @@ export default {
dataProcessingLogModalVisible: false, // Log -> Data Processing Log 弹窗
configUserLibModalVisible: false, // NuclideLibrary -> Config User Library 弹窗
- nuclideLibraryModalVisible: true // NuclideLibrary -> Nuclide Library 弹窗
+ nuclideLibraryModalVisible: false // NuclideLibrary -> Nuclide Library 弹窗
}
},
created() {