Commit 38986e5d authored by 何波's avatar 何波

样式整改

parent 64f6f433
......@@ -1345,12 +1345,20 @@ function openFilter(element) {
rightType.style.display = 'none';
rightTypes.style.display = 'inline-block';
conditionTB.style.display = 'inline-block';
sendHeight(826);
}else{
rightType.style.display = 'inline-block';
rightTypes.style.display = 'none';
conditionTB.style.display = 'none';
sendHeight(581);
}
}
function sendHeight(h) {
window.parent.postMessage({
type: 'STATUS_HEIGHT',
value: h
}, '*');
}
function searchOne(checkboxElement) {
if (checkboxElement) {
checkboxElement.checked = false;
......
......@@ -28,11 +28,13 @@
width: 230px;
font-family: system-ui, sans-serif;
opacity: 0;
display: none;
visibility: hidden;
transition: opacity 0.15s ease, visibility 0.15s;
pointer-events: none;
}
.calendar-plugin-popup.open {
display: block;
opacity: 1;
visibility: visible;
pointer-events: auto;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment