| xqd
@@ -25,20 +25,20 @@
|
|
|
});
|
|
|
layui.laydate.set({
|
|
|
trigger: 'click',
|
|
|
- theme: '#0092DC'
|
|
|
+ theme: '#191C6E'
|
|
|
});
|
|
|
layui.table.set({
|
|
|
page: {
|
|
|
- theme: '#0092DC'
|
|
|
+ theme: '#191C6E'
|
|
|
}
|
|
|
});
|
|
|
</script>
|
|
|
<style>
|
|
|
:root {
|
|
|
- --main-theme-color: #0092DC;
|
|
|
- --main-border-color: #0092DC;
|
|
|
- --main-background-color: #0092DC;
|
|
|
- --main-color: #0092DC;
|
|
|
+ --main-theme-color: #191C6E;
|
|
|
+ --main-border-color: #191C6E;
|
|
|
+ --main-background-color: #191C6E;
|
|
|
+ --main-color: #191C6E;
|
|
|
}
|
|
|
|
|
|
[v-cloak] {
|