|
@@ -0,0 +1,1011 @@
|
|
|
+.demo{
|
|
|
+ background-color: rgb(150, 141, 233);
|
|
|
+}
|
|
|
+#page-content{
|
|
|
+ border: none;
|
|
|
+ margin: 0 15px;
|
|
|
+ background: #fff;
|
|
|
+ padding-top: 1px;
|
|
|
+ padding-bottom: 1px;
|
|
|
+ width: auto !important;
|
|
|
+}
|
|
|
+.clearfix{
|
|
|
+ zoom: 1;
|
|
|
+}
|
|
|
+.tui-d0{
|
|
|
+ width: auto;
|
|
|
+}
|
|
|
+
|
|
|
+.worktable-wrap-outer {
|
|
|
+
|
|
|
+ position: relative;
|
|
|
+
|
|
|
+ padding: 14px;
|
|
|
+
|
|
|
+ height: 100% !important;
|
|
|
+
|
|
|
+ background: #f3f4f6;
|
|
|
+
|
|
|
+ box-sizing: border-box;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.worktable-wrap-outer .worktable-list {
|
|
|
+
|
|
|
+ position: fixed;
|
|
|
+
|
|
|
+ top: 14px;
|
|
|
+
|
|
|
+ left: 75px;
|
|
|
+
|
|
|
+ bottom: 14px;
|
|
|
+
|
|
|
+ background: #fff;
|
|
|
+
|
|
|
+ width: 250px;
|
|
|
+
|
|
|
+ box-shadow: 0 0 10px rgba(128,145,165,0.2);
|
|
|
+
|
|
|
+ transition: width 300ms ease;
|
|
|
+
|
|
|
+ z-index: 99;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.worktable-wrap-outer .worktable-detail {
|
|
|
+
|
|
|
+ position: relative;
|
|
|
+
|
|
|
+ margin-left: 264px;
|
|
|
+
|
|
|
+ height: 100%;
|
|
|
+
|
|
|
+ min-width: 900px;
|
|
|
+
|
|
|
+ transition: margin-left 300ms ease;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+.worktable-wrap-outer .worktable-list .tab-list {
|
|
|
+
|
|
|
+ overflow: hidden;
|
|
|
+
|
|
|
+ padding: 0;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+ul {
|
|
|
+
|
|
|
+ list-style: none;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+li, p, ul {
|
|
|
+
|
|
|
+ margin: 0;
|
|
|
+
|
|
|
+ padding: 0;
|
|
|
+
|
|
|
+ list-style: none;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.worktable-wrap-outer .worktable-list .tab-list-item:first-child {
|
|
|
+
|
|
|
+ padding: 8px 0;
|
|
|
+
|
|
|
+ border-bottom: 1px solid #e8eaee;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.worktable-wrap-outer .worktable-list .tab-list-item {
|
|
|
+
|
|
|
+ cursor: pointer;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.worktable-wrap-outer .worktable-list .tab-list-item a {
|
|
|
+
|
|
|
+ position: relative;
|
|
|
+
|
|
|
+ box-sizing: border-box;
|
|
|
+
|
|
|
+ display: block;
|
|
|
+
|
|
|
+ height: 100%;
|
|
|
+
|
|
|
+ width: 100%;
|
|
|
+
|
|
|
+ padding-left: 20px;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+a, a:hover {
|
|
|
+
|
|
|
+ text-decoration: none;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.worktable-wrap-outer .worktable-list .tab-list-item-logo {
|
|
|
+
|
|
|
+ position: absolute;
|
|
|
+
|
|
|
+ display: inline-block;
|
|
|
+
|
|
|
+ font-size: 16px;
|
|
|
+
|
|
|
+ left: 20px;
|
|
|
+
|
|
|
+ top: 10px;
|
|
|
+
|
|
|
+ color: #8c95a8;
|
|
|
+
|
|
|
+ transition: left 300ms ease;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.font-public-add-small {
|
|
|
+
|
|
|
+ font-size: 17px;
|
|
|
+
|
|
|
+ color: #182b50;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.font-public {
|
|
|
+
|
|
|
+ vertical-align: middle;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.worktable-wrap-outer .worktable-list .tab-list-item-text {
|
|
|
+
|
|
|
+ opacity: 1;
|
|
|
+
|
|
|
+ margin-left: 30px;
|
|
|
+
|
|
|
+ display: block;
|
|
|
+
|
|
|
+ color: #182b50;
|
|
|
+
|
|
|
+ font-size: 14px;
|
|
|
+
|
|
|
+ height: 38px;
|
|
|
+
|
|
|
+ line-height: 38px;
|
|
|
+
|
|
|
+ overflow: hidden;
|
|
|
+
|
|
|
+ text-overflow: ellipsis;
|
|
|
+
|
|
|
+ white-space: nowrap;
|
|
|
+
|
|
|
+ transition: font-size 300ms ease,margin-left 300ms ease,opacity 300ms ease;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.font-public-add-small:after, .font-public-add-small-after {
|
|
|
+
|
|
|
+ /* content: "\EA07";
|
|
|
+ */
|
|
|
+ width: 27px;
|
|
|
+ content: url("../../logo.svg");
|
|
|
+}
|
|
|
+
|
|
|
+.font-public:after, .font-public-after {
|
|
|
+
|
|
|
+ display: inline-block;
|
|
|
+
|
|
|
+ font-family: "public.iconfont";
|
|
|
+
|
|
|
+ font-style: normal;
|
|
|
+
|
|
|
+ font-weight: normal;
|
|
|
+
|
|
|
+ line-height: 1;
|
|
|
+
|
|
|
+ -webkit-font-smoothing: antialiased;
|
|
|
+
|
|
|
+ -moz-osx-font-smoothing: grayscale;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.worktable-wrap-outer .worktable-list .tab-list-item-logo {
|
|
|
+
|
|
|
+ position: absolute;
|
|
|
+
|
|
|
+ display: inline-block;
|
|
|
+
|
|
|
+ font-size: 16px;
|
|
|
+
|
|
|
+ left: 20px;
|
|
|
+
|
|
|
+ top: 10px;
|
|
|
+
|
|
|
+ color: #8c95a8;
|
|
|
+
|
|
|
+ transition: left 300ms ease;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.worktable-wrap-outer .worktable-list .tab-list-item {
|
|
|
+
|
|
|
+ cursor: pointer;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.worktable-wrap-outer .worktable-list .tab-list-item a {
|
|
|
+
|
|
|
+ position: relative;
|
|
|
+
|
|
|
+ box-sizing: border-box;
|
|
|
+
|
|
|
+ display: block;
|
|
|
+
|
|
|
+ height: 100%;
|
|
|
+
|
|
|
+ width: 100%;
|
|
|
+
|
|
|
+ padding-left: 20px;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+a {
|
|
|
+
|
|
|
+ color: #3582fb;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.worktable-wrap-outer .worktable-list .tab-list-item-logo {
|
|
|
+
|
|
|
+ position: absolute;
|
|
|
+
|
|
|
+ display: inline-block;
|
|
|
+
|
|
|
+ font-size: 16px;
|
|
|
+
|
|
|
+ /* left: 70px; */
|
|
|
+
|
|
|
+ top: 10px;
|
|
|
+
|
|
|
+ color: #8c95a8;
|
|
|
+
|
|
|
+ transition: left 300ms ease;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.worktable-wrap-outer .worktable-list .tab-list-item.current-tab {
|
|
|
+
|
|
|
+ cursor: default;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.worktable-wrap-outer .worktable-list .tab-list-item {
|
|
|
+
|
|
|
+ cursor: pointer;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.worktable-wrap-outer .worktable-list .tab-list-item.current-tab a {
|
|
|
+
|
|
|
+ background-color: #e1ecfe !important;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.worktable-wrap-outer .worktable-list .tab-list-item a {
|
|
|
+
|
|
|
+ position: relative;
|
|
|
+
|
|
|
+ box-sizing: border-box;
|
|
|
+
|
|
|
+ display: block;
|
|
|
+
|
|
|
+ height: 100%;
|
|
|
+
|
|
|
+ width: 100%;
|
|
|
+
|
|
|
+ padding-left: 20px;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.worktable-wrap-outer .worktable-list .tab-list-item.current-tab .tab-list-item-logo, .worktable-wrap-outer .worktable-list .tab-list-item.current-tab .tab-list-item-text {
|
|
|
+
|
|
|
+ color: #3582fb;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+/* detail样式 */
|
|
|
+
|
|
|
+.worktable-wrap-outer .worktable-detail .worktable-wrap .project-navhebe {
|
|
|
+
|
|
|
+ position: relative;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.project-navhebe {
|
|
|
+
|
|
|
+ box-shadow: 0 0 10px rgba(128,145,165,0.2);
|
|
|
+
|
|
|
+ margin-bottom: 10px;
|
|
|
+
|
|
|
+ border-radius: 2px;
|
|
|
+
|
|
|
+ background: #fff;
|
|
|
+ margin-left: 52px;
|
|
|
+ padding-top: 36px;
|
|
|
+ height: 40px;
|
|
|
+
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.tui-b {
|
|
|
+
|
|
|
+ position: relative;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.worktable-project {
|
|
|
+
|
|
|
+ position: relative;
|
|
|
+
|
|
|
+ padding: 20px 10px;
|
|
|
+
|
|
|
+ margin-top: 0 !important;
|
|
|
+
|
|
|
+ padding: 0 !important;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.worktable-wrap-outer .worktable-detail .worktable-project__status {
|
|
|
+
|
|
|
+ background: #fff;
|
|
|
+
|
|
|
+ width: 110px;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.worktable-project .worktable-project__status {
|
|
|
+
|
|
|
+ position: absolute;
|
|
|
+
|
|
|
+ top: 0;
|
|
|
+
|
|
|
+ bottom: 0;
|
|
|
+
|
|
|
+ left: 0;
|
|
|
+
|
|
|
+ width: 180px;
|
|
|
+
|
|
|
+ background: #f3f4f6;
|
|
|
+
|
|
|
+ color: #182b50;
|
|
|
+
|
|
|
+ font-size: 16px;
|
|
|
+
|
|
|
+ border: 1px solid #fff;
|
|
|
+
|
|
|
+ border-radius: 2px 0 0 2px;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.worktable-project .worktable-project__status .dropdown-toggle {
|
|
|
+
|
|
|
+ position: absolute;
|
|
|
+
|
|
|
+ top: 50%;
|
|
|
+
|
|
|
+ margin-top: -9px;
|
|
|
+
|
|
|
+ width: 100%;
|
|
|
+
|
|
|
+ padding: 0 20px;
|
|
|
+
|
|
|
+ color: #182b50;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.dropdown-toggle {
|
|
|
+
|
|
|
+ display: block;
|
|
|
+
|
|
|
+}
|
|
|
+.worktable-wrap-outer .worktable-detail .worktable-wrap {
|
|
|
+
|
|
|
+ padding: 0;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.worktable-wrap {
|
|
|
+
|
|
|
+ position: relative;
|
|
|
+
|
|
|
+ padding: 15px;
|
|
|
+
|
|
|
+ height: 100%;
|
|
|
+
|
|
|
+ background: #f3f4f6;
|
|
|
+
|
|
|
+ box-sizing: border-box;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.worktable-wrap-outer .worktable-detail .worktable-table {
|
|
|
+
|
|
|
+ top: 102px;
|
|
|
+
|
|
|
+ left: 52px;
|
|
|
+
|
|
|
+ right: 0px;
|
|
|
+
|
|
|
+ bottom: 0px;
|
|
|
+ height: 400px;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.worktable-table {
|
|
|
+
|
|
|
+ position: absolute;
|
|
|
+
|
|
|
+ left: 15px;
|
|
|
+
|
|
|
+ right: 15px;
|
|
|
+
|
|
|
+ top: 117px;
|
|
|
+
|
|
|
+ bottom: 15px;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.clearfix {
|
|
|
+
|
|
|
+ zoom: 1;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.worktable-content.worktable-content-routine {
|
|
|
+
|
|
|
+ overflow: unset;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.worktable-content {
|
|
|
+
|
|
|
+ position: relative;
|
|
|
+
|
|
|
+ width: 100%;
|
|
|
+
|
|
|
+ float: left;
|
|
|
+
|
|
|
+ height: 100%;
|
|
|
+
|
|
|
+ margin-right: 20px;
|
|
|
+
|
|
|
+ box-shadow: 0 0 10px rgba(128,145,165,0.2);
|
|
|
+
|
|
|
+ overflow: auto;
|
|
|
+
|
|
|
+ border-radius: 2px;
|
|
|
+
|
|
|
+ background: #fff;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.tfl-table>thead>tr th {
|
|
|
+
|
|
|
+color: #8c95a8;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.tfl-tab-new {
|
|
|
+
|
|
|
+ width: 100%;
|
|
|
+
|
|
|
+ background: #fff;
|
|
|
+
|
|
|
+ color: #8091a5;
|
|
|
+
|
|
|
+ font-size: 16px;
|
|
|
+
|
|
|
+ border: 0;
|
|
|
+
|
|
|
+ margin: 0;
|
|
|
+
|
|
|
+ display: inline-block;
|
|
|
+
|
|
|
+ vertical-align: top;
|
|
|
+
|
|
|
+}
|
|
|
+.tfl-tab-new .tab-item {
|
|
|
+
|
|
|
+ float: left;
|
|
|
+
|
|
|
+ padding: 16px 25px;
|
|
|
+
|
|
|
+ padding-bottom: 21px;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+li, p, ul {
|
|
|
+
|
|
|
+ margin: 0;
|
|
|
+
|
|
|
+ padding: 0;
|
|
|
+
|
|
|
+ list-style: none;
|
|
|
+
|
|
|
+}
|
|
|
+.tfl-tab-new .tab-item {
|
|
|
+
|
|
|
+ float: left;
|
|
|
+
|
|
|
+ padding: 16px 25px;
|
|
|
+
|
|
|
+ padding-bottom: 21px;
|
|
|
+
|
|
|
+}
|
|
|
+.tfl-tab-new .tab-item.current .tab-item-text {
|
|
|
+
|
|
|
+ color: #3582fb;
|
|
|
+
|
|
|
+ border-bottom: 2px solid #3582fb;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.tfl-tab-new .tab-item .tab-item-text {
|
|
|
+
|
|
|
+ display: inline;
|
|
|
+
|
|
|
+ border: 0;
|
|
|
+
|
|
|
+ padding: 0;
|
|
|
+
|
|
|
+ padding-bottom: 5px;
|
|
|
+
|
|
|
+ color: #8091a5;
|
|
|
+
|
|
|
+ background-color: #fff;
|
|
|
+
|
|
|
+ text-decoration: none;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.tfl-tab-new .tab-item .tab-item-text .tab-item-text-small {
|
|
|
+
|
|
|
+ font-size: 12px;
|
|
|
+
|
|
|
+}
|
|
|
+.worktable-content.worktable-content-routine #content_div {
|
|
|
+
|
|
|
+ overflow: auto;
|
|
|
+
|
|
|
+ position: absolute;
|
|
|
+
|
|
|
+ left: 0;
|
|
|
+
|
|
|
+ right: 0;
|
|
|
+
|
|
|
+ top: 56px;
|
|
|
+
|
|
|
+ bottom: 0;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.tfl-tab-new .tab-item {
|
|
|
+
|
|
|
+ float: left;
|
|
|
+
|
|
|
+ padding: 16px 25px;
|
|
|
+
|
|
|
+ padding-bottom: 21px;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+li, p, ul {
|
|
|
+
|
|
|
+ margin: 0;
|
|
|
+
|
|
|
+ padding: 0;
|
|
|
+
|
|
|
+ list-style: none;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.tfl-tab-new .tab-item.current .tab-item-text {
|
|
|
+
|
|
|
+ color: #3582fb;
|
|
|
+
|
|
|
+ border-bottom: 2px solid #3582fb;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.tfl-tab-new .tab-item .tab-item-text {
|
|
|
+
|
|
|
+ display: inline;
|
|
|
+
|
|
|
+ border: 0;
|
|
|
+
|
|
|
+ padding: 0;
|
|
|
+
|
|
|
+ padding-bottom: 5px;
|
|
|
+
|
|
|
+ color: #8091a5;
|
|
|
+
|
|
|
+ background-color: #fff;
|
|
|
+
|
|
|
+ text-decoration: none;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.tfl-tab-new .tab-item .tab-item-text .tab-item-text-small {
|
|
|
+
|
|
|
+ font-size: 12px;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.table-wrap-container {
|
|
|
+
|
|
|
+ width: 100%;
|
|
|
+
|
|
|
+ height: 100%;
|
|
|
+
|
|
|
+ position: relative;
|
|
|
+
|
|
|
+ padding-bottom: 50px;
|
|
|
+ padding-left: 20px;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.table-wrap {
|
|
|
+
|
|
|
+ background: #fff;
|
|
|
+
|
|
|
+ box-sizing: border-box;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.table-wrap .tfl-table {
|
|
|
+
|
|
|
+ position: initial;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.tfl-table {
|
|
|
+
|
|
|
+ width: 100%;
|
|
|
+
|
|
|
+ border: 0;
|
|
|
+
|
|
|
+ white-space: nowrap;
|
|
|
+
|
|
|
+ word-break: break-all;
|
|
|
+
|
|
|
+ position: relative;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+table {
|
|
|
+
|
|
|
+ border-collapse: collapse;
|
|
|
+
|
|
|
+ border-spacing: 0;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+thead {
|
|
|
+
|
|
|
+ display: table-header-group;
|
|
|
+
|
|
|
+ vertical-align: middle;
|
|
|
+
|
|
|
+ border-color: inherit;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+tbody {
|
|
|
+
|
|
|
+ display: table-row-group;
|
|
|
+
|
|
|
+ vertical-align: middle;
|
|
|
+
|
|
|
+ border-color: inherit;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+.tfl-table>thead>tr {
|
|
|
+
|
|
|
+ height: 40px;
|
|
|
+
|
|
|
+ color: #b0bac5;
|
|
|
+
|
|
|
+ background: #fff;
|
|
|
+
|
|
|
+ font-size: 12px;
|
|
|
+
|
|
|
+}
|
|
|
+.tfl-table>thead>tr.gray-head {
|
|
|
+
|
|
|
+ background: #f8f8f8;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.tfl-table>thead>tr th {
|
|
|
+
|
|
|
+ color: #8c95a8;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.tfl-table thead th {
|
|
|
+
|
|
|
+ position: relative;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.tfl-table>thead>tr th {
|
|
|
+
|
|
|
+ padding: 0 8px;
|
|
|
+
|
|
|
+ color: #b0bac5;
|
|
|
+
|
|
|
+ border-bottom: 1px solid transparent;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+.first-column-with-more-icon>thead th:first-child, .first-column-with-more-icon>tbody>tr>td:first-child, .first-column-with-more-icon>thead th.first-child, .first-column-with-more-icon>tbody>tr>td.first-child {
|
|
|
+
|
|
|
+ padding-left: 3px !important;
|
|
|
+
|
|
|
+ padding-right: 2px;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.first-column-with-more-icon>thead th:nth-of-type(2), .first-column-with-more-icon>tbody>tr>td:nth-of-type(2) {
|
|
|
+
|
|
|
+ padding-left: 0px !important;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.tfl-table>tbody>tr {
|
|
|
+
|
|
|
+ height: 40px;
|
|
|
+
|
|
|
+ font-size: 14px;
|
|
|
+
|
|
|
+ background: #fff;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+.tfl-table>tbody>tr.modified_item_tr {
|
|
|
+
|
|
|
+ background: #edf3f9;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.worktable-content .tfl-table>tbody>tr>td {
|
|
|
+
|
|
|
+ padding: 2px 9px 1px;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.worktable-content .tfl-table>tbody>tr>td {
|
|
|
+
|
|
|
+ padding: 2px 9px 1px;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.first-column-with-more-icon>thead th:nth-of-type(2), .first-column-with-more-icon>tbody>tr>td:nth-of-type(2) {
|
|
|
+
|
|
|
+ padding-left: 0px !important;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+.tfl-editable td {
|
|
|
+
|
|
|
+ border-bottom: 0 !important;
|
|
|
+
|
|
|
+ max-width: 500px;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.tfl-table>tbody>tr>td {
|
|
|
+
|
|
|
+ padding: 4px 9px;
|
|
|
+
|
|
|
+ line-height: 18px;
|
|
|
+
|
|
|
+ border-bottom: 1px solid transparent;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.worktable-content .tfl-table>tbody>tr>td .growing-title {
|
|
|
+
|
|
|
+ min-width: 300px;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+.growing-title {
|
|
|
+
|
|
|
+ position: relative;
|
|
|
+
|
|
|
+ height: 30px;
|
|
|
+
|
|
|
+ line-height: 30px;
|
|
|
+
|
|
|
+ min-width: 30rem;
|
|
|
+
|
|
|
+ width: 100%;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+table:not(#bug_list_content) .rowdone .growing-title-inner {
|
|
|
+
|
|
|
+ color: #bac0cb;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.growing-title-inner {
|
|
|
+
|
|
|
+ padding-right: 20px;
|
|
|
+
|
|
|
+ box-sizing: border-box;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.growing-title-inner {
|
|
|
+
|
|
|
+ position: absolute;
|
|
|
+
|
|
|
+ display: block;
|
|
|
+
|
|
|
+ overflow: hidden;
|
|
|
+
|
|
|
+ text-overflow: ellipsis;
|
|
|
+
|
|
|
+ word-wrap: normal;
|
|
|
+
|
|
|
+ max-width: 100%;
|
|
|
+
|
|
|
+ word-spacing: normal;
|
|
|
+
|
|
|
+ white-space: nowrap;
|
|
|
+
|
|
|
+ min-width: none !important;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.tfl-table>tbody>tr.rowdone td .namecol {
|
|
|
+
|
|
|
+ color: #b0bac5;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.tfl-table>tbody>tr.rowdone td .under-working{
|
|
|
+
|
|
|
+ color: #182b50;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+.growing-title-inner a.namecol, .growing-title-inner a.editable-value {
|
|
|
+
|
|
|
+ display: inline;
|
|
|
+
|
|
|
+ max-width: none;
|
|
|
+
|
|
|
+ min-width: none;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.tfl-table a {
|
|
|
+
|
|
|
+ color: #182b50 ;
|
|
|
+
|
|
|
+ text-decoration: none;
|
|
|
+
|
|
|
+}
|
|
|
+.tfl-table.g_table .workflow-status-begin, .tfl-table .checkable-capsule-item .workflow-status-begin, .g_table .workflow-status-begin, .workflow-status-begin {
|
|
|
+
|
|
|
+ border-color: #28AB80 !important;
|
|
|
+
|
|
|
+ color: #28AB80 !important;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.tfl-table.g_table .workflow-status-end, .tfl-table .workflow-status-end, .g_table .workflow-status-end, .workflow-status-end {
|
|
|
+
|
|
|
+ border-color: #7C8597;
|
|
|
+
|
|
|
+ color: #7C8597;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.tfl-table .checkable-capsule-item-adaptive, .checkable-capsule-item-adaptive {
|
|
|
+
|
|
|
+ width: auto;
|
|
|
+
|
|
|
+ padding-right: 10px;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.tfl-table .checkable-capsule-item, .checkable-capsule-item {
|
|
|
+
|
|
|
+ border: 1px solid #7C8597;
|
|
|
+
|
|
|
+ color: #7C8597;
|
|
|
+
|
|
|
+ width: 114px;
|
|
|
+
|
|
|
+ max-height: 66px;
|
|
|
+
|
|
|
+ font-size: 12px;
|
|
|
+
|
|
|
+ line-height: 20px;
|
|
|
+
|
|
|
+ vertical-align: middle;
|
|
|
+
|
|
|
+ border-radius: 10px;
|
|
|
+
|
|
|
+ cursor: pointer;
|
|
|
+
|
|
|
+ overflow: visible;
|
|
|
+
|
|
|
+ padding: 2px 10px;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.editable-dropdown-label .editable-value {
|
|
|
+
|
|
|
+ cursor: pointer;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.td-editable-dropdown .editable-value {
|
|
|
+
|
|
|
+ position: relative;
|
|
|
+
|
|
|
+ padding-right: 27px;
|
|
|
+
|
|
|
+ min-width: 60px;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.editable-td .editable-value {
|
|
|
+
|
|
|
+ min-width: 60px;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.editable-value {
|
|
|
+
|
|
|
+ display: inline-block;
|
|
|
+
|
|
|
+ max-width: 100%;
|
|
|
+
|
|
|
+ padding: 0 5px;
|
|
|
+
|
|
|
+ line-height: 30px;
|
|
|
+
|
|
|
+ vertical-align: middle;
|
|
|
+
|
|
|
+ box-sizing: border-box;
|
|
|
+
|
|
|
+ -webkit-border-radius: 3px;
|
|
|
+
|
|
|
+ border-radius: 3px;
|
|
|
+
|
|
|
+ overflow: hidden;
|
|
|
+
|
|
|
+ text-overflow: ellipsis;
|
|
|
+
|
|
|
+ white-space: nowrap;
|
|
|
+
|
|
|
+}
|