From f5d4f999ba69421c3fb107561fe1ee4c29d3f680 Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期五, 07 七月 2023 17:26:18 +0800
Subject: [PATCH] CodeBackupStage
---
force-app/main/default/aura/RetrospectiveWeeklyReport/RetrospectiveWeeklyReport.css | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 60 insertions(+), 0 deletions(-)
diff --git a/force-app/main/default/aura/RetrospectiveWeeklyReport/RetrospectiveWeeklyReport.css b/force-app/main/default/aura/RetrospectiveWeeklyReport/RetrospectiveWeeklyReport.css
index 642ebdb..7451abc 100644
--- a/force-app/main/default/aura/RetrospectiveWeeklyReport/RetrospectiveWeeklyReport.css
+++ b/force-app/main/default/aura/RetrospectiveWeeklyReport/RetrospectiveWeeklyReport.css
@@ -1,103 +1,135 @@
+@import "c/lexCssUtility";
+
.THIS .bcolor {
color: #333;
}
+
.THIS.height100vh {
height: 100vh;
}
+
.THIS.contents_wrapper {
padding-top: 50px;
}
+
.THIS .mt5 {
margin-top: 5px;
}
+
.THIS .mt40 {
margin-top: 40px;
}
+
.THIS .edit_button {
float: right;
margin: -1.5em 0.5em 0 0;
border: 0;
}
+
.THIS .no_data_area {
text-align: center;
margin: 0.5em 0;
}
+
.THIS.report_list_area {
margin: 40px 0 20px 100px;
height: 60vh;
overflow-y: scroll;
}
+
.THIS .report_radio {
float: left;
}
+
.THIS .table_header {
width: 9.4rem;
height: 2em;
}
+
.THIS.disp_none {
display: none;
}
+
.THIS .disp_none {
display: none;
}
+
.THIS .tr {
text-align: right;
}
+
.THIS .close_button {
float: right;
margin-top: -2em;
}
+
.THIS .close_icn svg {
fill: #fefefe;
}
+
.THIS .slds-progress__marker {
cursor: default;
}
+
.THIS .progress_0 {
width: 0%;
}
+
.THIS .progress_100 {
width: 100%;
}
+
.THIS .new_btn_area {
text-align: center;
margin-top: 22px;
}
+
.THIS .new_btn {
width: 100%;
}
+
.THIS .save_button_area {
margin: 1em 0;
text-align: right;
}
+
.THIS .save_button {
background-color: #ffa500;
border: 1px solid #ff8c00;
}
+
.THIS .report_data_header {
border-bottom: 2px solid #ccc;
}
+
.THIS .report_data_area {
border-bottom: 1px solid #ccc;
}
+
.THIS.fade {
transition: 5s opacity linear;
}
+
.THIS.animation_off {
opacity: 0;
}
+
.THIS.animation_on {
opacity: 1;
}
+
.THIS .fade {
transition: 5s opacity linear;
}
+
.THIS .animation_off {
opacity: 0;
}
+
.THIS .animation_on {
opacity: 1;
}
+
.THIS .divbotuser {
width: fit-content;
}
@@ -119,12 +151,14 @@
.THIS .customRequired {
font-weight: 400;
}
+
.THIS .customRequired:before {
content: "*";
margin: 0 0.125rem 0 0.125rem;
color: rgb(194, 57, 52);
float: left;
}
+
.THIS .none {
display: none;
}
@@ -140,3 +174,29 @@
.THIS tr:hover .encrypt {
display: none;
}
+
+.THIS tr:hover .encrypt {
+ display: none;
+}
+
+.THIS .buttonFontSize {
+ font-size: 18px;
+ min-width: 80px;
+ max-width: 110px;
+}
+
+.THIS .fontSize {
+ font-size: 18px;
+}
+
+.THIS thead th {
+ font-size: 18px;
+}
+
+.THIS table {
+ table-layout: fixed;
+}
+.THIS td {
+ white-space: normal;
+ overflow-wrap: break-word;
+}
--
Gitblit v1.9.1