From 6f1ac1da6b6cba5c74f2fb6be82f7e472c4116ee Mon Sep 17 00:00:00 2001 From: gaoshp <291585735@qq.com> Date: 星期一, 03 六月 2024 22:46:19 +0800 Subject: [PATCH] 班制日历 --- src/views/home/widgets/components/ver.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/home/widgets/components/ver.vue b/src/views/home/widgets/components/ver.vue index f5a2452..74724c3 100644 --- a/src/views/home/widgets/components/ver.vue +++ b/src/views/home/widgets/components/ver.vue @@ -160,15 +160,15 @@ <style scoped> ul {list-style: none;margin-bottom: 10px;overflow: hidden;} ul li {float: left;margin-bottom: 8px;} - ul li div,.addMenu{border: 1px solid #3b8e8e;margin-top: 10px;height: 43px;margin-left: 10px;display: flex;align-items: center;justify-content: center;color: #3b8e8e;border-radius: 2px;border-radius: 2px;white-space: nowrap;cursor: pointer;min-width: 112px;} + ul li div,.addMenu{border: 1px solid #409eff;margin-top: 10px;height: 43px;margin-left: 10px;display: flex;align-items: center;justify-content: center;color: #409eff;border-radius: 2px;border-radius: 2px;white-space: nowrap;cursor: pointer;min-width: 112px;} ul li div:hover {background-color: #ebf4f4;} - .addMenu {border: 1px dashed #3b8e8e;} + .addMenu {border: 1px dashed #409eff;} ..addMenu:hover {border: 1px dashed #104E8B;} .parent-children-title {margin-left: 10px;margin-top: 24px;font-weight: 700;font-size: 14px;text-align: left;color: #333;} .parent-children {display: flex;flex-direction: row;flex-wrap: wrap;justify-content: flex-start;align-items: flex-start;padding-left: 10px;box-sizing: border-box;} .parent-children span {margin-left: 10px;margin-top: 10px;width: 22%;border: 0.5px solid #20B2AA;border-radius: 2px;height: 43px;display: flex;align-items: center;justify-content: center;cursor: pointer;position: relative;min-width: 112px;} .parent-children span:hover {border: 1px solid #104E8B;} - .triangle-topright {width: 0;height: 0;border-top: 28px solid #3b8e8e;border-left: 28px solid transparent;position: absolute;right: 0;top: 0;} + .triangle-topright {width: 0;height: 0;border-top: 28px solid #409eff;border-left: 28px solid transparent;position: absolute;right: 0;top: 0;} .icon-topright {position: absolute;right: 2px;top: 2px;z-index: 2;color: #fff;} .drawer-foot {text-align: right;margin-top: 8px;margin-bottom: 8px;margin-right: 20px;} </style> \ No newline at end of file -- Gitblit v1.9.3