@yxhl/specter-pui-vtk 1.0.47 → 1.0.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -996,12 +996,20 @@ watch(() => props.modelValue, (newValue) => {
|
|
|
996
996
|
}
|
|
997
997
|
|
|
998
998
|
.calendar-panel {
|
|
999
|
-
flex:
|
|
999
|
+
flex: 0 0 210px;
|
|
1000
1000
|
width: 210px;
|
|
1001
1001
|
min-width: 210px;
|
|
1002
1002
|
max-width: 210px;
|
|
1003
1003
|
}
|
|
1004
1004
|
|
|
1005
|
+
/* 单面板模式:放大以匹配底部范围显示的宽度 */
|
|
1006
|
+
.calendar-panel:only-child {
|
|
1007
|
+
flex: 0 0 340px;
|
|
1008
|
+
width: 340px;
|
|
1009
|
+
min-width: 340px;
|
|
1010
|
+
max-width: 340px;
|
|
1011
|
+
}
|
|
1012
|
+
|
|
1005
1013
|
.calendar-header {
|
|
1006
1014
|
display: flex;
|
|
1007
1015
|
align-items: center;
|