modified: public/lib/inter.js

modified:   views/admin/objects/group_object.ejs
	modified:   views/admin/objects/object_colors.ejs
	modified:   views/project.ejs
	modified:   views/template.ejs
    changes: color pallet size change
This commit is contained in:
2023-11-24 10:11:42 +00:00
parent 0a9bbd60c2
commit b568c7acc1
5 changed files with 14 additions and 8 deletions

View File

@ -187,10 +187,10 @@
<div style="display:flex; justify-content: space-around;"></div>
<div class="inputs" style="display: flex;justify-content: space-between;height: 5vh;">
<div class="inputs" style="display: flex;justify-content: space-between;height: 6vh;">
<div id="obj_color_div" style="justify-content: space-evenly; width: 50vw;display: none;transform: translateX(30%);">
<label for="obj_colors" style="min-width: 10vw;">цвет объекта</label>
<div id="obj_colors" style="display: flex; width: 30vw;overflow: auto;height: 50px;"></div>
<div id="obj_colors" style="display: flex; width: 30vw;overflow: auto;height: 100%;"></div>
<!-- <input id="obj_color" type="color" onchange="obj_color_change(event)"> -->
</div>
</div>

View File

@ -1,7 +1,7 @@
<div id="admin_colors" style="display: flex;justify-content: space-between;margin-top: 4vh;">
<div id="admin_colors" style="display: flex;justify-content: space-between;height: 6vh;">
<div id="obj_color_div" style="justify-content: space-between; width: 50vw;display: flex;">
<label for="obj_colors" style="min-width: 10vw;float: left;">цвет объекта</label>
<div id="obj_colors" style="display: flex; width: 30vw;overflow: auto;height: 50px;"></div>
<div id="obj_colors" style="display: flex; width: 30vw;overflow: auto;height: 100%;"></div>
</div>
<div id="inp">
<input type="color" id="new_color" style="margin: auto;">