holiday config ui update

master
yixian 5 years ago
parent 9370a158c0
commit 5dcad78f53

@ -1,6 +1,6 @@
<dl ng-if="holiday"> <dl ng-if="holiday">
<dt ng-bind="holiday.description"></dt> <dt ng-bind="holiday.description"></dt>
<dd> <dd style="line-break: anywhere">
<span class="label label-success" <span class="label label-success"
ng-repeat="region in holiday.regions" ng-repeat="region in holiday.regions"
ng-bind="region"></span> ng-bind="region"></span>

@ -33,13 +33,13 @@
float: left; float: left;
text-align: center; text-align: center;
position: relative; position: relative;
height: 90px; min-height: 90px;
background: #fff; background: #fff;
color: #000; color: #000;
} }
.rc-box .week.week-label .day { .rc-box .week.week-label .day {
height: 30px; min-height: 30px;
} }
.rc-box .week .day.weekend { .rc-box .week .day.weekend {
@ -87,8 +87,9 @@
.rc-box .week .day .datecontent { .rc-box .week .day .datecontent {
position: relative; position: relative;
margin-top: 25px; margin-top: 25px;
height: 65px; min-height: 65px;
width: 100%; width: 100%;
padding-bottom: 6px;
display: block; display: block;
} }

Loading…
Cancel
Save